Share via


HCI_CALLBACKS

HCI_CALLBACKS contains one entry point for each HCI-level Bluetooth command as defined by the HCI specification of the Bluetooth Core Specification.

Commands that terminate with an HCI_CommandComplete event will have return parameters as part of _Out functions in HCI_CALLBACK. Commands that terminate with HCI_CommandStatus will have a boilerplate completion routine that only has status and if the status is success, the command will terminate when the appropriate event is issued.

See Also

Establishing Connections through HCI | Enhancing the Bluetooth Stack

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.