ble_gap_set_path_loss_report_param_t Struct Reference

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
 

Detailed Description

Set path loss reporting parameter info.

Definition at line 570 of file ble_gapc.h.

Member Data Documentation

◆ high_hyst

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.

◆ high_thr

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.

◆ low_hyst

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.

◆ low_thr

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.

◆ min_conn_evt_num

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.


The documentation for this struct was generated from the following file: