BLE_PXPR_AlertLevel_T
C
typedef enum BLE_PXPR_AlertLevel_T
{
BLE_PXPR_ALERT_LEVEL_NO = 0x00,
BLE_PXPR_ALERT_LEVEL_MILD = 0x01,
BLE_PXPR_ALERT_LEVEL_HIGH = 0x02,
} BLE_PXPR_AlertLevel_T;Description
Enumeration type of BLE PXP Reporter alert levels.
| Enumerator | Description |
|---|---|
| BLE_PXPR_ALERT_LEVEL_NO | Indicate alert level for No Alert. |
| BLE_PXPR_ALERT_LEVEL_MILD | Indicate alert level for Mild Alert. |
| BLE_PXPR_ALERT_LEVEL_HIGH | Indicate alert level for High Alert. |
