1.2.2.3.5.2.3.3 BLE_PXPR_EvtAlertLevelWriteInd_T

C

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

Field Documentation

FieldDescription
connHandleThe connection handle to request writing alert level.
alertLevelThe level that the request wants to write. See BLE_PXPR_AlertLevel_T for the detail.