Share via


HCI_CloseConnection (Windows CE 5.0)

Send Feedback

This function closes the stack connection to the HCI Transport.

void HCI_CloseConnection(void);

Parameters

None.

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Bt_hcip.h.
Link Library: Btd.lib.

See Also

Bluetooth HCI Transport Layer Functions | Opening Connections

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.