Home
last modified time | relevance | path

Searched refs:BT_GAP_ADV_PROP_SCAN_RESPONSE (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/bluetooth/observer/src/
Dobserver.c78 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c96 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c83 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c251 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h779 BT_GAP_ADV_PROP_SCAN_RESPONSE = BIT(3), enumerator
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c112 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_past.c349 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
Dtest_bis.c731 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1191 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
1203 ((info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0) && in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c142 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c613 return BT_GAP_ADV_PROP_SCAN_RESPONSE | in get_adv_props_legacy()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c565 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()