BLE_DM_BleEventHandler

C

void BLE_DM_BleEventHandler(STACK_Event_T *p_stackEvent);

Description

Handles BLE stack events.

Note

This function should be called when BLE events are received.

Parameters

ParameterDescription
[in] p_stackEventPointer to the BLE events buffer. See STACK_Event_T for structure details.