HCI_StopHardware (Compact 2013)
3/26/2014
This function releases the Bluetooth hardware.
Syntax
int HCI_StopHardware(void);
Parameters
None.
Return Value
Returns TRUE on success; otherwise FALSE.
Remarks
This function is called to disconnect existing hardware.
This function should call the HCI_TransportCallback function to indicate the DEVICE_DOWN condition. The transport layer will not send notifications indicating hardware availability until HCI_StartHardware is called.
Requirements
Header |
bt_hcip.h |
Library |
Btd.lib |