BLE_ANPS_EvtAncpWriteInd_T

C

typedef struct BLE_ANPS_EvtAncpWriteInd_T
{
    uint16_t                    connHandle;
    uint8_t                     cmdId;
    uint8_t                     catId;
}BLE_ANPS_EvtAncpWriteInd_T;

Field Documentation

FieldDescription
connHandleConnection handle associated with this event.
cmdIdCommand ID indicating the specific action to be taken. Refer to ANPS command definitions for possible values.
catIdCategory ID of the notification to which the action applies. Refer to ANPS category identifiers for possible values.