Set path loss reporting parameter info. More...
#include <ble_gapc.h>
Public Attributes | |
| uint8_t | high_thr |
| High threshold for the path loss (dB). More... | |
| uint8_t | high_hyst |
| Hysteresis value for the high threshold (dB). More... | |
| uint8_t | low_thr |
| Low threshold for the path loss (dB). More... | |
| uint8_t | low_hyst |
| Hysteresis value for the low threshold (dB). More... | |
| uint16_t | min_conn_evt_num |
| Minimum time in number of connection events to be observed. More... | |
Set path loss reporting parameter info.
Definition at line 587 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 590 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 589 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 592 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 591 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 593 of file ble_gapc.h.