BLE_ANCS_EventCb_T

C

typedef void(*BLE_ANCS_EventCb_T)(BLE_ANCS_Event_T *p_event);

Description

BLE ANCS callback function type.

Applications implement this callback to receive BLE ANCS events from the stack.

Parameters

ParameterDescription
[in] p_eventPointer to the event structure containing event ID and data.