/Zephyr-latest/samples/bluetooth/observer/src/ |
D | observer.c | 66 data_status = BT_HCI_LE_ADV_EVT_TYPE_DATA_STATUS(info->adv_props); in scan_recv() 75 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 76 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 77 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 78 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 79 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-latest/samples/bluetooth/central_past/src/ |
D | main.c | 80 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 81 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 82 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 83 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 84 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv() 89 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in scan_recv()
|
/Zephyr-latest/samples/bluetooth/periodic_sync/src/ |
D | main.c | 93 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 94 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 95 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 96 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 97 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | ext_adv_scanner.c | 88 info->adv_type, info->adv_props); in scan_recv() 91 info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) { in scan_recv() 97 info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in scan_recv()
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 248 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 249 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 250 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 251 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 252 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | tmap_client_test.c | 108 if (((info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0) || in scan_recv() 109 ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE)) != 0) { in scan_recv()
|
D | common.c | 55 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) == 0) { in device_found()
|
D | pbp_public_broadcast_sink_test.c | 303 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) || in broadcast_scan_recv()
|
D | csip_set_coordinator_test.c | 221 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in csip_set_coordinator_scan_recv()
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 109 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 110 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 111 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 112 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 113 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-latest/samples/bluetooth/extended_adv/scanner/src/ |
D | main.c | 83 info->adv_props & BT_GAP_ADV_PROP_EXT_ADV && in scan_recv() 84 info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_past.c | 346 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 347 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 348 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 349 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 350 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
D | test_bis.c | 728 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 729 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 730 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 731 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 732 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_central.c | 178 info->adv_props == (BT_GAP_ADV_PROP_EXT_ADV | BT_GAP_ADV_PROP_SCANNABLE)) { in scan_recv() 180 "(props: 0x%x)", info->adv_props); in scan_recv()
|
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | main.c | 213 if (((info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0) || in scan_recv() 214 ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE)) != 0) { in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/ |
D | main.c | 139 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 140 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 141 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 142 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 143 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/ |
D | main.c | 1188 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 1189 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 1190 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 1191 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 1192 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 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() 1203 ((info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0) && in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/chain/src/ |
D | main.c | 102 data_status = BT_HCI_LE_ADV_EVT_TYPE_DATA_STATUS(info->adv_props); in scan_recv()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/ |
D | main.c | 303 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0 || in scan_recv_cb() 357 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) == 0) { in scan_recv_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | per_adv_sync.c | 81 info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in scan_recv()
|
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/ |
D | bap_broadcast_sink.c | 207 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) || in broadcast_scan_recv()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.c | 535 const bt_addr_le_t *addr, uint8_t adv_props) in check_pending_conn() argument 549 if (!(adv_props & BT_HCI_LE_ADV_EVT_TYPE_CONN)) { in check_pending_conn() 633 (info->adv_props & BT_HCI_LE_ADV_PROP_DIRECT)) { in le_adv_recv() 673 check_pending_conn(&id_addr, addr, info->adv_props); in le_adv_recv() 765 scan_info->adv_props = get_adv_props_extended(sys_le16_to_cpu(evt->evt_type)); in create_ext_adv_info() 1677 adv_info.adv_props = get_adv_props_legacy(evt->evt_type); in bt_hci_le_adv_report()
|
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_unicast.c | 619 if (((info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0) && in scan_recv_cb() 620 ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE)) != 0) { in scan_recv_cb()
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/src/ |
D | main.c | 222 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) || info->interval == 0) { in broadcast_scan_recv()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | csip_set_coordinator.c | 178 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in csip_set_coordinator_scan_recv()
|