Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
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. | |
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.
uint8_t bt_conn_le_path_loss_reporting_param::high_hysteresis |
Hysteresis value for the high threshold (dB).
uint8_t bt_conn_le_path_loss_reporting_param::high_threshold |
High threshold for the path loss (dB).
uint8_t bt_conn_le_path_loss_reporting_param::low_hysteresis |
Hysteresis value for the low threshold (dB).
uint8_t bt_conn_le_path_loss_reporting_param::low_threshold |
Low threshold for the path loss (dB).
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.