Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function initiates the Bluetooth hardware.
int HCI_StartHardware(void);
Parameters
None.
Return Values
Ignored.
Remarks
To ensure that the hardware is present, Bluetooth stack can call HCI_StartHardware. The driver may reattempt the initialization of hardware.
It should call the callback function HCI_TransportCallback indicating DEVICE_UP condition and lift the temporary bar on indicating hardware availability.
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