BLE_SCM_BleEventHandler
C
void BLE_SCM_BleEventHandler(STACK_Event_T *p_stackEvent);Description
Handles BLE stack events.
Note
This function must be called for each BLE event that occurs to ensure proper operation of the BLE_SCM.
Parameters
| Parameter | Description |
|---|---|
| [in] p_stackEvent | Pointer to STACK_Event_T structure buffer. |
