BLE_DD_EventRegister
C
void BLE_DD_EventRegister(BLE_DD_EventCb_T eventCb);Description
Registers a callback for BLE Device Discovery (BLE_DD) events.
Note
This function should be called during the application initialization process.
Parameters
| Parameter | Description |
|---|---|
| [in] eventCb | Pointer to the function to be called when a BLE_DD event occurs. See BLE_DD_EventCb_T. |
