/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/bluetooth/central_past/src/ |
D | main.c | 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() 84 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in scan_recv()
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync/src/ |
D | main.c | 86 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 87 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 88 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 89 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 90 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 238 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 239 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 240 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 241 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 242 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/ |
D | tmap_client_test.c | 103 if (((info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0) || in scan_recv() 104 ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE)) != 0) { in scan_recv()
|
D | common.c | 29 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) == 0) { in device_found()
|
D | csip_set_coordinator_test.c | 191 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in csip_set_coordinator_scan_recv()
|
D | bap_scan_delegator_test.c | 460 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0 || in scan_recv_cb()
|
D | bap_unicast_client_test.c | 377 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) == 0) { in broadcast_scan_recv()
|
/Zephyr-Core-3.5.0/samples/bluetooth/iso_receive/src/ |
D | main.c | 110 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 111 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 112 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 113 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 114 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/bluetooth/tmap_central/src/ |
D | main.c | 206 if (((info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0) || in scan_recv() 207 ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE)) != 0) { in scan_recv()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/cis/src/ |
D | main.c | 151 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 152 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 153 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 154 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 155 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/advx/src/ |
D | main.c | 1175 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 1176 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 1177 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 1178 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 1179 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv() 1184 ((info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 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_SCAN_RESPONSE) != 0) && in scan_recv()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/chain/src/ |
D | main.c | 94 data_status = BT_HCI_LE_ADV_EVT_TYPE_DATA_STATUS(info->adv_props); in scan_recv()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/bis/src/ |
D | main.c | 722 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 723 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 724 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 725 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 726 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | scan.c | 366 const bt_addr_le_t *addr, uint8_t adv_props) in check_pending_conn() argument 376 if (!(adv_props & BT_HCI_LE_ADV_EVT_TYPE_CONN)) { in check_pending_conn() 452 (info->adv_props & BT_HCI_LE_ADV_PROP_DIRECT)) { in le_adv_recv() 492 check_pending_conn(&id_addr, addr, info->adv_props); in le_adv_recv() 576 scan_info->adv_props = get_adv_props_extended(sys_le16_to_cpu(evt->evt_type)); in create_ext_adv_info() 1417 adv_info.adv_props = get_adv_props_legacy(evt->evt_type); in bt_hci_le_adv_report()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | per_adv_syncer.c | 81 info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in scan_recv()
|
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_bmr/src/ |
D | bap_broadcast_sink.c | 198 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) || in broadcast_scan_recv()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/ |
D | csip_set_coordinator.c | 167 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in csip_set_coordinator_scan_recv()
|
D | bap_broadcast_assistant.c | 565 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0 || in scan_recv_cb()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/ |
D | bt.c | 415 (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0, in scan_recv() 416 (info->adv_props & BT_GAP_ADV_PROP_SCANNABLE) != 0, in scan_recv() 417 (info->adv_props & BT_GAP_ADV_PROP_DIRECTED) != 0, in scan_recv() 418 (info->adv_props & BT_GAP_ADV_PROP_SCAN_RESPONSE) != 0, in scan_recv() 419 (info->adv_props & BT_GAP_ADV_PROP_EXT_ADV) != 0, in scan_recv() 439 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0U && auto_connect.connect_name) { in scan_recv()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | bluetooth.h | 2041 uint16_t adv_props; member
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | bap_broadcast_assistant.c | 583 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0 || in scan_recv()
|