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 for BLE PXP Monitor profile callback events.

EnumeratorDescription
BLE_PXPM_EVT_DISC_COMPLETE_INDDiscovery complete; ready for PXP procedures. See BLE_PXPM_EvtDiscComplete_T for event details.
BLE_PXPM_EVT_LLS_ALERT_LEVEL_WRITE_RSP_INDLLS Alert Level write response received. See BLE_PXPM_EvtLlsAlertLvWriteRspInd_T for event details.
BLE_PXPM_EVT_LLS_ALERT_LEVEL_INDLLS Alert Level read response received. See BLE_PXPM_EvtLlsAlertLvInd_T for event details.
BLE_PXPM_EVT_TPS_TX_POWER_LEVEL_INDTPS TX Power Level read response received. See BLE_PXPM_EvtTpsTxPwrLvInd_T for event details.
BLE_PXPM_EVT_ERR_UNSPECIFIED_INDUnspecified internal error occurred.