Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
Subevent result step data format: Mode 1 with sounding sequence RTT support. More...
#include <zephyr/bluetooth/hci_types.h>
Data Fields | |
uint8_t | packet_quality_bit_errors: 4 |
uint8_t | packet_quality_aa_check: 4 |
uint8_t | packet_nadm |
uint8_t | packet_rssi |
union { | |
int16_t toa_tod_initiator | |
int16_t tod_toa_reflector | |
}; | |
uint8_t | packet_antenna |
uint8_t | packet_pct1 [4] |
uint8_t | packet_pct2 [4] |
Subevent result step data format: Mode 1 with sounding sequence RTT support.
union { ... } bt_hci_le_cs_step_data_mode_1_ss_rtt |
uint8_t bt_hci_le_cs_step_data_mode_1_ss_rtt::packet_antenna |
uint8_t bt_hci_le_cs_step_data_mode_1_ss_rtt::packet_nadm |
uint8_t bt_hci_le_cs_step_data_mode_1_ss_rtt::packet_pct1[4] |
uint8_t bt_hci_le_cs_step_data_mode_1_ss_rtt::packet_pct2[4] |
uint8_t bt_hci_le_cs_step_data_mode_1_ss_rtt::packet_quality_aa_check |
uint8_t bt_hci_le_cs_step_data_mode_1_ss_rtt::packet_quality_bit_errors |
uint8_t bt_hci_le_cs_step_data_mode_1_ss_rtt::packet_rssi |
int16_t bt_hci_le_cs_step_data_mode_1_ss_rtt::toa_tod_initiator |
int16_t bt_hci_le_cs_step_data_mode_1_ss_rtt::tod_toa_reflector |