1.1.2.3.5.1.2.2 BLE_PXPM_EventId_T
C
typedef enum BLE_PXPM_EventId_T
{
BLE_PXPM_EVT_DISC_COMPLETE_IND = 0x00,
BLE_PXPM_EVT_LLS_ALERT_LEVEL_WRITE_RSP_IND,
BLE_PXPM_EVT_LLS_ALERT_LEVEL_IND,
BLE_PXPM_EVT_TPS_TX_POWER_LEVEL_IND,
BLE_PXPM_EVT_ERR_UNSPECIFIED_IND
}BLE_PXPM_EventId_T;
Description
Enumeration type of BLE PXP Monitor callback events.
Enumerator | Description |
---|---|
BLE_PXPM_EVT_DISC_COMPLETE_IND | PXP Reporter Service discovery completed and ready to perform PXP procedure. See BLE_PXPM_EvtDiscComplete_T for event details. |
BLE_PXPM_EVT_LLS_ALERT_LEVEL_WRITE_RSP_IND | Event for receiving LLS Alert Level write response. See BLE_PXPM_EvtLlsAlertLvWriteRspInd_T for event details. |
BLE_PXPM_EVT_LLS_ALERT_LEVEL_IND | Event for receiving LLS Alert Level read response. See BLE_PXPM_EvtLlsAlertLvInd_T for event details. |
BLE_PXPM_EVT_TPS_TX_POWER_LEVEL_IND | Event for receiving TPS Tx Power Level read response. See BLE_PXPM_EvtTpsTxPwrLvInd_T for event details. |
BLE_PXPM_EVT_ERR_UNSPECIFIED_IND | Profile internal unspecified error occurs. |