Home
last modified time | relevance | path

Searched refs:BT_LE_ADV_OPT_USE_TX_POWER (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/
Dcommon.c29 .options = BT_LE_ADV_OPT_USE_TX_POWER,
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c47 .options = BT_LE_ADV_OPT_USE_TX_POWER,
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h750 BT_LE_ADV_OPT_USE_TX_POWER = BIT(14), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c418 BT_LE_ADV_OPT_USE_TX_POWER)) { in valid_adv_ext_param()
1180 if (param->options & BT_LE_ADV_OPT_USE_TX_POWER) { in le_ext_adv_param_set()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2165 param->options |= BT_LE_ADV_OPT_USE_TX_POWER; in adv_param_parse()
2648 param.options = BT_LE_ADV_OPT_USE_TX_POWER; in cmd_per_adv_param()