Searched refs:BT_GAP_ADV_PROP_SCAN_RESPONSE (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/samples/bluetooth/observer/src/ |
D | observer.c | 78 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
|
/Zephyr-latest/samples/bluetooth/periodic_sync/src/ |
D | main.c | 96 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
|
/Zephyr-latest/samples/bluetooth/central_past/src/ |
D | main.c | 83 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 251 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gap.h | 779 BT_GAP_ADV_PROP_SCAN_RESPONSE = BIT(3), enumerator
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 112 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_past.c | 349 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
|
D | test_bis.c | 731 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/ |
D | main.c | 1191 (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/ |
D | main.c | 142 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.c | 613 return BT_GAP_ADV_PROP_SCAN_RESPONSE | in get_adv_props_legacy()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 565 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv()
|