Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_cs_set_default_settings_param Struct Reference

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_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.
 

Detailed Description

Default CS settings in the local Controller.

Field Documentation

◆ cs_sync_antenna_selection

enum bt_cs_sync_antenna_selection_opt bt_cs_set_default_settings_param::cs_sync_antenna_selection

Antenna identifier to be used for CS_SYNC packets by the local controller.

◆ enable_initiator_role

bool bt_cs_set_default_settings_param::enable_initiator_role

Enable CS initiator role.

◆ enable_reflector_role

bool bt_cs_set_default_settings_param::enable_reflector_role

Enable CS reflector role.

◆ max_tx_power

int8_t bt_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.


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