Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_conn_le_path_loss_reporting_param Struct Reference

LE Path Loss Monitoring Parameters Structure as defined in Core Spec. More...

#include <conn.h>

Data Fields

uint8_t high_threshold
 High threshold for the path loss (dB).
 
uint8_t high_hysteresis
 Hysteresis value for the high threshold (dB).
 
uint8_t low_threshold
 Low threshold for the path loss (dB).
 
uint8_t low_hysteresis
 Hysteresis value for the low threshold (dB).
 
uint16_t min_time_spent
 Minimum time in number of connection events to be observed once the path loss crosses the threshold before an event is generated.
 

Detailed Description

LE Path Loss Monitoring Parameters Structure as defined in Core Spec.

Version 5.4 Vol.4, Part E, 7.8.119 LE Set Path Loss Reporting Parameters command.

Field Documentation

◆ high_hysteresis

uint8_t bt_conn_le_path_loss_reporting_param::high_hysteresis

Hysteresis value for the high threshold (dB).

◆ high_threshold

uint8_t bt_conn_le_path_loss_reporting_param::high_threshold

High threshold for the path loss (dB).

◆ low_hysteresis

uint8_t bt_conn_le_path_loss_reporting_param::low_hysteresis

Hysteresis value for the low threshold (dB).

◆ low_threshold

uint8_t bt_conn_le_path_loss_reporting_param::low_threshold

Low threshold for the path loss (dB).

◆ min_time_spent

uint16_t bt_conn_le_path_loss_reporting_param::min_time_spent

Minimum time in number of connection events to be observed once the path loss crosses the threshold before an event is generated.


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