1.1.2.1.1.1.61 The zone where Path Loss entered
C
#define BLE_GAP_PATH_LOSS_ZONE_LOW 0x00U #define BLE_GAP_PATH_LOSS_ZONE_MID 0x01U #define BLE_GAP_PATH_LOSS_ZONE_HIGH 0x02U
Description
The definition of the zone where Path Loss entered.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_PATH_LOSS_ZONE_LOW | Path Loss entered Zone Low. |
BLE_GAP_PATH_LOSS_ZONE_MID | Path Loss entered Zone Middle. |
BLE_GAP_PATH_LOSS_ZONE_HIGH | Path Loss entered Zone High. |