BLE_PXPR_AlertLevel_T
C
typedef enum BLE_PXPR_AlertLevel_T
{
BLE_PXPR_ALERT_LEVEL_NO = 0x00U,
BLE_PXPR_ALERT_LEVEL_MILD = 0x01U,
BLE_PXPR_ALERT_LEVEL_HIGH = 0x02U,
} BLE_PXPR_AlertLevel_T;Description
Enumeration for BLE Proximity Profile Reporter (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. |
