Home
last modified time | relevance | path

Searched refs:BT_GAP_ADV_PROP_SCANNABLE (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/bluetooth/observer/src/
Dobserver.c76 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_central.c178 info->adv_props == (BT_GAP_ADV_PROP_EXT_ADV | BT_GAP_ADV_PROP_SCANNABLE)) { in scan_recv()
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c94 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c81 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c249 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h775 BT_GAP_ADV_PROP_SCANNABLE = BIT(1), enumerator
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c110 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1189 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()
1197 ((info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0)) { in scan_recv()
1202 ((info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0) && in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_past.c347 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()
Dtest_bis.c729 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c596 BT_GAP_ADV_PROP_SCANNABLE; in get_adv_props_legacy()
603 return BT_GAP_ADV_PROP_SCANNABLE; in get_adv_props_legacy()
614 BT_GAP_ADV_PROP_SCANNABLE; in get_adv_props_legacy()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c140 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c563 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv()