Home
last modified time | relevance | path

Searched refs:BT_LE_ADV_OPT_DISABLE_CHAN_38 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h756 BT_LE_ADV_OPT_DISABLE_CHAN_38 = BIT(16), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c475 (param->options & BT_LE_ADV_OPT_DISABLE_CHAN_38) && in valid_adv_ext_param()
899 if (options & BT_LE_ADV_OPT_DISABLE_CHAN_38) { in get_adv_channel_map()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2038 param.options |= BT_LE_ADV_OPT_DISABLE_CHAN_38; in cmd_advertise()
2113 param.options |= BT_LE_ADV_OPT_DISABLE_CHAN_38; in cmd_directed_adv()
2184 param->options |= BT_LE_ADV_OPT_DISABLE_CHAN_38; in adv_param_parse()