BLE_PXPR_EvtAlertLevelWriteInd_T

C

typedef struct BLE_PXPR_EvtAlertLevelWriteInd_T
{
    uint16_t                            connHandle;
    BLE_PXPR_AlertLevel_T               alertLevel;
} BLE_PXPR_EvtAlertLevelWriteInd_T;

Description

Structure for the BLE_PXPR_EVT_LLS_ALERT_LEVEL_WRITE_IND, BLE_PXPR_EVT_IAS_ALERT_LEVEL_WRITE_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with the write request.
alertLevelDesired alert level to be written. See BLE_PXPR_AlertLevel_T.