Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Default CS settings in the local Controller. More...
#include <cs.h>
Data Fields | |
bool | enable_initiator_role |
Enable CS initiator role. | |
bool | enable_reflector_role |
Enable CS reflector role. | |
enum bt_le_cs_sync_antenna_selection_opt | cs_sync_antenna_selection |
Antenna identifier to be used for CS_SYNC packets by the local controller. | |
int8_t | max_tx_power |
Maximum output power (Effective Isotropic Radiated Power) to be used for all CS transmissions. | |
Default CS settings in the local Controller.
enum bt_le_cs_sync_antenna_selection_opt bt_le_cs_set_default_settings_param::cs_sync_antenna_selection |
Antenna identifier to be used for CS_SYNC packets by the local controller.
bool bt_le_cs_set_default_settings_param::enable_initiator_role |
Enable CS initiator role.
bool bt_le_cs_set_default_settings_param::enable_reflector_role |
Enable CS reflector role.
int8_t bt_le_cs_set_default_settings_param::max_tx_power |
Maximum output power (Effective Isotropic Radiated Power) to be used for all CS transmissions.
Value range is BT_HCI_OP_LE_CS_MIN_MAX_TX_POWER to BT_HCI_OP_LE_CS_MAX_MAX_TX_POWER.