Home
last modified time | relevance | path

Searched defs:scan_enabled (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Did.c607 bool scan_enabled = false; in le_update_private_addr() local
1042 bool scan_enabled = atomic_test_bit(bt_dev.flags, BT_DEV_SCANNING); in bt_id_add() local
1190 bool scan_enabled = atomic_test_bit(bt_dev.flags, BT_DEV_SCANNING); in bt_id_del() local
1956 bool scan_enabled = false; in bt_id_set_adv_own_addr() local
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c37 static bool scan_enabled; variable