Home
last modified time | relevance | path

Searched refs:scannable (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/test_scripts/
Drun_tests.sh37 scannable=0
39 scannable=1
59 use-ext-adv=${use_ext_adv} scannable=${scannable} connectable=${connectable}
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c795 bool ext_adv, bool scannable, in le_adv_update() argument
817 if (!(ext_adv && scannable)) { in le_adv_update()
834 if (scannable) { in le_adv_update()
859 bool scannable; in bt_le_adv_update_data() local
869 scannable = atomic_test_bit(adv->flags, BT_ADV_SCANNABLE); in bt_le_adv_update_data()
871 return le_adv_update(adv, ad, ad_len, sd, sd_len, false, scannable, in bt_le_adv_update_data()
978 bool dir_adv = (param->peer != NULL), scannable = false; in bt_le_adv_start_legacy() local
1035 scannable = true; in bt_le_adv_start_legacy()
1040 scannable = true; in bt_le_adv_start_legacy()
1060 scannable, name_type); in bt_le_adv_start_legacy()
[all …]
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/
DREADME.rst13 This sample advertises two non-connectable non-scannable advertising sets with
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst118 When using the custom advertisers, you can choose if it will be connectable or scannable. This leads
122 For example, if you want to create a connectable and scannable advertiser and start it:
193 This will create an extended advertiser, that is connectable and non-scannable.
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig1183 int "Max scannable unprovisioned devices for Remote Provisioning Server"
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1423 * :github:`37462` - Bluetooth: Advertising becomes scannable even if BT_LE_ADV_OPT_FORCE_NAME_IN_AD…