|
BLE_API
v2.1.3
|
Typedefs | |
| typedef void(* | BleEventCallBack) (BleCmdEvent event, void *param) |
Functions | |
| void | setBLE_RegisterBleEvent (BleEventCallBack callback) |
This file handles the events from HCI to HOST.
| typedef void(* BleEventCallBack) (BleCmdEvent event, void *param) |
BleEventCallBack
| void setBLE_RegisterBleEvent | ( | BleEventCallBack | callback | ) |
Register a callback function to receive BleCmdEvent
| [in] | callback | : a pointer to a callback function that receive the command events. |