BLE_SCM_BleDdEventHandler
C
void BLE_SCM_BleDdEventHandler(BLE_DD_Event_T *p_event);
Description
Handles BLE Device Discovery (BLE_DD) events.
Note
This function must be called for each BLE_DD event that occurs to ensure proper operation of the BLE_SCM.
Parameters
Parameter | Description |
---|---|
[in] p_event | Pointer to the BLE_DD_Event_T structure containing the BLE_DD event information. |