Home
last modified time | relevance | path

Searched refs:adv_props (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/samples/bluetooth/observer/src/
Dobserver.c66 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/
Dmain.c80 (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/
Dmain.c93 (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/
Dext_adv_scanner.c88 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/
Dmain.c248 (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/
Dtmap_client_test.c108 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()
Dcommon.c55 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) == 0) { in device_found()
Dpbp_public_broadcast_sink_test.c303 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) || in broadcast_scan_recv()
Dcsip_set_coordinator_test.c221 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in csip_set_coordinator_scan_recv()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c109 (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/
Dmain.c83 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/
Dtest_past.c346 (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()
Dtest_bis.c728 (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/
Dtest_undirected_central.c178 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/
Dmain.c213 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/
Dmain.c139 (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/
Dmain.c1188 (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/
Dmain.c102 data_status = BT_HCI_LE_ADV_EVT_TYPE_DATA_STATUS(info->adv_props); in scan_recv()
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c303 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/
Dper_adv_sync.c81 info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in scan_recv()
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/
Dbap_broadcast_sink.c207 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) || in broadcast_scan_recv()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c535 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/
Dcap_initiator_unicast.c619 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/
Dmain.c222 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) || info->interval == 0) { in broadcast_scan_recv()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dcsip_set_coordinator.c178 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in csip_set_coordinator_scan_recv()

12