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.

EnumeratorDescription
BLE_PXPR_ALERT_LEVEL_NOIndicate alert level for No Alert.
BLE_PXPR_ALERT_LEVEL_MILDIndicate alert level for Mild Alert.
BLE_PXPR_ALERT_LEVEL_HIGHIndicate alert level for High Alert.