HCI_CloseConnection (Windows Embedded CE 6.0)
1/6/2010
This function closes the stack connection to the HCI Transport.
Syntax
void HCI_CloseConnection(void);
Parameters
None.
Return Value
None.
Remarks
Calling this function will unblock reads and writes, un-initialize the hardware, and free up any allocated resources including buffers. If a driver is in DLL, it may be unloaded when this function returns.
Requirements
Header | bt_hcip.h |
Library | Btd.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Bluetooth HCI Transport Layer Functions