1.2.2.2.3.4.2 BLE_DD_EventRegister
C
void BLE_DD_EventRegister(BLE_DD_EventCb_T eventCb);Description
Register BLE_DD callback.
Note
This API should be called in the application initialization routine.
Parameters
| Parameter | Description |
|---|---|
| [in] eventCb | Pointer to the BLE_DD_EventCb_T structure buffer. |
