Bluetooth HCI Transport Layer Functions (Windows CE 5.0)
The following table shows the Bluetooth HCI transport layer functions used to write your own transport layer driver on Windows CE.
Programming element | Description |
---|---|
HCI_CloseConnection | This function closes an existing connection between the HCI layer in the stack and the Bluetooth hardware. |
HCI_OpenConnection | This function opens a connection between the HCI layer in the stack and the Bluetooth hardware. |
HCI_ReadHciParameters | This function obtains the hardware characteristics of the Bluetooth controller. |
HCI_ReadPacket | This function reads the packet from the connected Bluetooth hardware. |
HCI_SetCallback | This function obtains the HCI parameters. |
HCI_StartHardware | This function initiates the Bluetooth hardware. |
HCI_StopHardware | This function releases the Bluetooth hardware. |
HCI_WritePacket | This function writes the packet to the connected Bluetooth hardware. |
See Also
Bluetooth HCI Transport Layer Reference
Send Feedback on this topic to the authors