BLE_ANPS_EvtAncpWriteInd_T
C
typedef struct BLE_ANPS_EvtAncpWriteInd_T
{
uint16_t connHandle;
uint8_t cmdId;
uint8_t catId;
}BLE_ANPS_EvtAncpWriteInd_T;Description
Structure for the BLE_ANPS_EVT_ANCP_WRITE_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this event. |
| cmdId | Command ID indicating the specific action to be taken. Refer to ANPS command definitions for possible values. |
| catId | Category ID of the notification to which the action applies. Refer to ANPS category identifiers for possible values. |
