BLE_LOG_EventRegister
C
void BLE_LOG_EventRegister(BLE_LOG_EventCb_T eventCb);Description
Registers a callback function for BLE logging events.
This function allows a client to register a callback that will be invoked when a BLE logging event occurs.
Parameters
| Parameter | Description |
|---|---|
| [in] eventCb | The function pointer to the callback that handles BLE logging events. BLE_LOG_EventCb_T. |
