BLE_PXPR_EventId_T
C
typedef enum BLE_PXPR_EventId_T
{
BLE_PXPR_EVT_LLS_ALERT_LEVEL_WRITE_IND = 0x00U,
BLE_PXPR_EVT_IAS_ALERT_LEVEL_WRITE_IND,
BLE_PXPR_EVT_ERR_UNSPECIFIED_IND
}BLE_PXPR_EventId_T;
Description
Enumeration for BLE PXP Reporter callback event identifiers.
Enumerator | Description |
---|---|
BLE_PXPR_EVT_LLS_ALERT_LEVEL_WRITE_IND | Indicates that the Alert Level characteristic in the Link Loss Service has been written to. See BLE_PXPR_EvtAlertLevelWriteInd_T for event details. |
BLE_PXPR_EVT_IAS_ALERT_LEVEL_WRITE_IND | Indicates that the Alert Level characteristic in the Immediate Alert Service has been written to. See BLE_PXPR_EvtAlertLevelWriteInd_T for event details. |
BLE_PXPR_EVT_ERR_UNSPECIFIED_IND | Indicates an unspecified internal error within the profile. |