BLE_SCM_EventRegister
C
void BLE_SCM_EventRegister(BLE_SCM_EventCb_T eventCb);Description
Registers a callback function for BLE_SCM events.
Note
This function should be invoked during the application's initialization phase to ensure that BLE_SCM events are properly handled.
Parameters
| Parameter | Description |
|---|---|
| [in] eventCb | The callback function that will handle BLE_SCM events. See BLE_SCM_EventCb_T. |
