Home
last modified time | relevance | path

Searched refs:bt_hci_per_adv_sync_lookup_handle (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dhci.h162 struct bt_le_per_adv_sync *bt_hci_per_adv_sync_lookup_handle(uint16_t handle);
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c973 struct bt_le_per_adv_sync *bt_hci_per_adv_sync_lookup_handle(uint16_t handle) in bt_hci_per_adv_sync_lookup_handle() function
1034 per_adv_sync = bt_hci_per_adv_sync_lookup_handle(sys_le16_to_cpu(evt->handle)); in bt_hci_le_per_adv_report_common()
1390 per_adv_sync = bt_hci_per_adv_sync_lookup_handle(sys_le16_to_cpu(evt->handle)); in bt_hci_le_per_adv_sync_lost()
1556 per_adv_sync = bt_hci_per_adv_sync_lookup_handle(sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_biginfo_adv_report()
Ddirection.c386 per_adv_sync = bt_hci_per_adv_sync_lookup_handle(sys_le16_to_cpu(evt->sync_handle)); in hci_df_prepare_connectionless_iq_report()
434 per_adv_sync = bt_hci_per_adv_sync_lookup_handle(sys_le16_to_cpu(evt->sync_handle)); in hci_df_vs_prepare_connectionless_iq_report()
Dhci_core.c1656 sync = bt_hci_per_adv_sync_lookup_handle(evt->sync_handle); in le_enh_conn_complete_v2()