Set path loss reporting parameter info. More...
#include <ble_gapc.h>
Public Attributes | |
uint8_t | high_thr |
uint8_t | high_hyst |
uint8_t | low_thr |
uint8_t | low_hyst |
uint16_t | min_conn_evt_num |
Set path loss reporting parameter info.
Definition at line 570 of file ble_gapc.h.
uint8_t ble_gap_set_path_loss_report_param_t::high_hyst |
Hysteresis value for the high threshold (dB).
Definition at line 573 of file ble_gapc.h.
uint8_t ble_gap_set_path_loss_report_param_t::high_thr |
High threshold for the path loss (dB).
Definition at line 572 of file ble_gapc.h.
uint8_t ble_gap_set_path_loss_report_param_t::low_hyst |
Hysteresis value for the low threshold (dB).
Definition at line 575 of file ble_gapc.h.
uint8_t ble_gap_set_path_loss_report_param_t::low_thr |
Low threshold for the path loss (dB).
Definition at line 574 of file ble_gapc.h.
uint16_t ble_gap_set_path_loss_report_param_t::min_conn_evt_num |
Minimum time in number of connection events to be observed.
Definition at line 576 of file ble_gapc.h.