BLE_PXPM_AlertLevel_T
C
typedef enum BLE_PXPM_AlertLevel_T
{
    BLE_PXPM_ALERT_LEVEL_NO = 0x00,
    BLE_PXPM_ALERT_LEVEL_MILD = 0x01,
    BLE_PXPM_ALERT_LEVEL_HIGH = 0x02,
} BLE_PXPM_AlertLevel_T;Description
Enumeration type of BLE PXP Monitor alert levels.
| Enumerator | Description | 
|---|---|
| BLE_PXPM_ALERT_LEVEL_NO | Indicate alert level for No Alert. | 
| BLE_PXPM_ALERT_LEVEL_MILD | Indicate alert level for Mild Alert. | 
| BLE_PXPM_ALERT_LEVEL_HIGH | Indicate alert level for High Alert. | 
