BLE_PXPR_EvtAlertLevelWriteInd_T
C
typedef struct BLE_PXPR_EvtAlertLevelWriteInd_T
{
uint16_t connHandle;
BLE_PXPR_AlertLevel_T alertLevel;
} BLE_PXPR_EvtAlertLevelWriteInd_T;Description
Data structure for BLE_PXPR_EVT_LLS_ALERT_LEVEL_WRITE_IND, BLE_PXPR_EVT_IAS_ALERT_LEVEL_WRITE_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | The connection handle to request writing alert level. |
| alertLevel | The level that the request wants to write. See BLE_PXPR_AlertLevel_T for the detail. |
