Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/bluetooth/central_past/src/
Dmain.c75 (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/
Dmain.c86 (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/
Dmain.c238 (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/
Dtmap_client_test.c103 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()
Dcommon.c29 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) == 0) { in device_found()
Dcsip_set_coordinator_test.c191 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in csip_set_coordinator_scan_recv()
Dbap_scan_delegator_test.c460 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0 || in scan_recv_cb()
Dbap_unicast_client_test.c377 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) == 0) { in broadcast_scan_recv()
/Zephyr-Core-3.5.0/samples/bluetooth/iso_receive/src/
Dmain.c110 (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/
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-Core-3.5.0/samples/bluetooth/tmap_central/src/
Dmain.c206 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/
Dmain.c151 (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/
Dmain.c1175 (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/
Dmain.c94 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/
Dmain.c722 (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/
Dscan.c366 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/
Dper_adv_syncer.c81 info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in scan_recv()
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_bmr/src/
Dbap_broadcast_sink.c198 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) || in broadcast_scan_recv()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dcsip_set_coordinator.c167 if (info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in csip_set_coordinator_scan_recv()
Dbap_broadcast_assistant.c565 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0 || in scan_recv_cb()
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dbt.c415 (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/
Dbluetooth.h2041 uint16_t adv_props; member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c583 if ((info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) != 0 || in scan_recv()