Bluetooth HCI Transport Layer Functions (Compact 2013)
3/26/2014
This section describes the Bluetooth Host Controller Interface (HCI) Transport layer functions used to write your own transport layer driver on Windows Embedded Compact.
- HCI_CloseConnection
Closes an existing connection between the HCI layer in the stack and the Bluetooth hardware.
- HCI_OpenConnection
Opens a connection between the HCI layer in the stack and the Bluetooth hardware.
- HCI_ReadHciParameters
Obtains the hardware characteristics of the Bluetooth controller.
- HCI_ReadPacket
Reads the packet from the connected Bluetooth hardware.
- HCI_SetCallback
Registers the HCI transport callback function.
- HCI_StartHardware
Initiates the Bluetooth hardware.
- HCI_StopHardware
Releases the Bluetooth hardware.
- HCI_WritePacket
Writes the packet to the connected Bluetooth hardware.