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

ParameterDescription
[in] p_configPointer to the BLE_DD configuration structure. See BLE_DD_Config_T.
[in] p_stackEventPointer to the BLE stack event structure. See STACK_Event_T.