Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bluetooth/df/connectionless_cte_tx/src/
Dtest_set_cl_cte_tx_enable.c86 g_param.options = g_param.options | BT_LE_ADV_OPT_CODED; in ZTEST()
99 g_param.options = g_param.options & (~BT_LE_ADV_OPT_CODED); in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dbluetooth.h654 BT_LE_ADV_OPT_CODED = BIT(12), enumerator
963 BT_LE_ADV_OPT_CODED, \
972 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CODED | \
981 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CODED | \
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dadv.c414 BT_LE_ADV_OPT_CODED | in valid_adv_ext_param()
1162 if (param->options & BT_LE_ADV_OPT_CODED) { in le_ext_adv_param_set()
Dhci_core.c674 if (adv->options & BT_LE_ADV_OPT_CODED) { in bt_le_create_conn_synced()
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dbt.c1783 param->options |= BT_LE_ADV_OPT_CODED; in adv_param_parse()