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
| Field | Description |
|---|---|
| connHandle | Connection handle associated with the write request. |
| alertLevel | Desired alert level to be written. See BLE_PXPR_AlertLevel_T. |
