Path loss threshold reporting info event for BLE_GAPC_EVT_PATH_LOSS_THRESHOLD_REPORT. More...
#include <ble_gapc.h>
Public Attributes | |
uint8_t | curr_path_loss |
uint8_t | zone_entered |
Path loss threshold reporting info event for BLE_GAPC_EVT_PATH_LOSS_THRESHOLD_REPORT.
Definition at line 962 of file ble_gapc.h.
uint8_t ble_gap_evt_path_loss_threshold_report_t::curr_path_loss |
Current path loss (dB).
Definition at line 964 of file ble_gapc.h.
uint8_t ble_gap_evt_path_loss_threshold_report_t::zone_entered |
Zone entered, see ble_gap_path_loss_zone_t.
Definition at line 965 of file ble_gapc.h.