HCI_StopHardware (Windows CE 5.0)
This function releases the Bluetooth hardware.
int HCI_StopHardware(void);
Parameters
None.
Return Values
Ignored.
Remarks
This function is called to disconnect existing hardware and temporarily disable indicating hardware arrival.
It should call the callback function HCI_TransportCallback indicating DEVICE_DOWN condition and place temporary bar on indicating hardware availability until HCI_StartHardware is called.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Bt_hcip.h.
Link Library: Btd.lib.
See Also
Bluetooth HCI Transport Layer Functions
Send Feedback on this topic to the authors