BLE_DD_BleEventHandler
C
void BLE_DD_BleEventHandler(BLE_DD_Config_T *p_config, STACK_Event_T *p_stackEvent);Description
Handles BLE events by passing them to the BLE Device Discovery (BLE_DD) module.
Note
This function must be called for each BLE event that occurs.
Parameters
| Parameter | Description |
|---|---|
| [in] p_config | Pointer to the BLE_DD configuration structure. See BLE_DD_Config_T. |
| [in] p_stackEvent | Pointer to the BLE stack event structure. See STACK_Event_T. |
