Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c397 !(param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_ext_param()
446 if (!(param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_ext_param()
489 if (param->peer && !(param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_param()
1025 if (param->options & _BT_LE_ADV_OPT_CONNECTABLE) { in bt_le_adv_start_legacy()
1067 (param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in bt_le_adv_start_legacy()
1110 param->options & _BT_LE_ADV_OPT_CONNECTABLE); in bt_le_adv_start_legacy()
1192 if (param->options & _BT_LE_ADV_OPT_CONNECTABLE) { in le_ext_adv_param_set()
1257 param->options & _BT_LE_ADV_OPT_CONNECTABLE); in le_ext_adv_param_set()
1317 (param->options & _BT_LE_ADV_OPT_CONNECTABLE)) { in bt_le_adv_start_ext()
1471 options |= _BT_LE_ADV_OPT_CONNECTABLE; in adv_get_options()
[all …]
Did.c798 if (!(param->options & _BT_LE_ADV_OPT_CONNECTABLE) && in bt_id_adv_random_addr_check()
1888 if (options & _BT_LE_ADV_OPT_CONNECTABLE) { in bt_id_set_adv_own_addr()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h557 _BT_LE_ADV_OPT_CONNECTABLE = BIT(0), enumerator