/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/btp/ |
D | btp_gap.h | 309 uint16_t sync_handle; member 414 uint16_t sync_handle; member 420 uint16_t sync_handle; member 426 uint16_t sync_handle; member 437 uint16_t sync_handle; member
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_internal.h | 20 void ull_sync_chm_update(uint8_t sync_handle, uint8_t *acad, uint8_t acad_len);
|
D | ull_sync.c | 335 uint16_t sync_handle = ull_sync_handle_get(sync); in ll_sync_create_cancel() local 337 LL_ASSERT(sync_handle <= UINT8_MAX); in ll_sync_create_cancel() 342 (uint8_t)sync_handle), in ll_sync_create_cancel() 672 uint16_t sync_handle; in ull_sync_setup() local 792 sync_handle = ull_sync_handle_get(sync); in ull_sync_setup() 799 rx->hdr.handle = sync_handle; in ull_sync_setup() 853 (TICKER_ID_SCAN_SYNC_BASE + sync_handle), in ull_sync_setup() 1107 uint16_t sync_handle = ull_sync_handle_get(sync); local 1121 sync_handle), 1133 void ull_sync_chm_update(uint8_t sync_handle, uint8_t *acad, uint8_t acad_len) argument [all …]
|
D | ull_adv_sync.c | 1176 uint8_t sync_handle; in ull_adv_sync_start() local 1181 sync_handle = sync_handle_get(sync); in ull_adv_sync_start() 1186 ll_adv_sync_ticker_ext[sync_handle].expire_info_id = in ull_adv_sync_start() 1189 ll_adv_sync_ticker_ext[sync_handle].expire_info_id = TICKER_NULL; in ull_adv_sync_start() 1192 ll_adv_sync_ticker_ext[sync_handle].ext_timeout_func = ticker_cb; in ull_adv_sync_start() 1202 (TICKER_ID_ADV_SYNC_BASE + sync_handle), in ull_adv_sync_start() 1212 &ll_adv_sync_ticker_ext[sync_handle] in ull_adv_sync_start() 2018 uint8_t sync_handle; local 2021 sync_handle = sync_handle_get(sync); 2023 err = ull_ticker_stop_with_mark(TICKER_ID_ADV_SYNC_BASE + sync_handle,
|
D | ull_sync_iso.c | 76 uint8_t ll_big_sync_create(uint8_t big_handle, uint16_t sync_handle, in ll_big_sync_create() argument 88 sync = ull_sync_is_enabled_get(sync_handle); in ll_big_sync_create()
|
D | ull_adv_aux.c | 2568 uint8_t sync_handle = ull_adv_sync_handle_get(sync); in ull_adv_sync_started_stopped() local 2573 TICKER_ID_ADV_SYNC_BASE + sync_handle); in ull_adv_sync_started_stopped() 2599 uint8_t sync_handle = ull_adv_sync_handle_get(sync); in ull_adv_aux_start() local 2602 sync_handle; in ull_adv_aux_start()
|
/Zephyr-Core-3.6.0/tests/bluetooth/df/connectionless_cte_rx/src/ |
D | test_set_iq_sampling_enable.c | 52 int send_set_scan_cte_rx_enable(uint16_t sync_handle, in send_set_scan_cte_rx_enable() argument 67 cp->sync_handle = sys_cpu_to_le16(sync_handle); in send_set_scan_cte_rx_enable()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | direction.c | 304 cp->sync_handle = sys_cpu_to_le16(sync->handle); in prepare_cl_cte_rx_enable_cmd_params() 361 if (sync->handle != sys_le16_to_cpu(rp->sync_handle)) { in hci_df_set_cl_cte_rx_enable() 386 per_adv_sync = bt_hci_get_per_adv_sync(sys_le16_to_cpu(evt->sync_handle)); in hci_df_prepare_connectionless_iq_report() 390 sys_le16_to_cpu(evt->sync_handle)); in hci_df_prepare_connectionless_iq_report() 434 per_adv_sync = bt_hci_get_per_adv_sync(sys_le16_to_cpu(evt->sync_handle)); in hci_df_vs_prepare_connectionless_iq_report() 438 sys_le16_to_cpu(evt->sync_handle)); in hci_df_vs_prepare_connectionless_iq_report()
|
D | scan.c | 1110 cp->sync_handle = sys_cpu_to_le16(per_adv_sync->handle); in bt_le_per_adv_sync_subevent() 1150 cp->sync_handle = sys_cpu_to_le16(per_adv_sync->handle); in bt_le_per_adv_set_response_data() 1209 per_adv_sync_terminate(sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_past_received_common() 1216 per_adv_sync_terminate(sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_past_received_common() 1230 per_adv_sync->handle = sys_le16_to_cpu(evt->sync_handle); in bt_hci_le_past_received_common() 1307 per_adv_sync = bt_hci_get_per_adv_sync(sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_biginfo_adv_report() 1311 sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_biginfo_adv_report() 1912 cp->sync_handle = sys_cpu_to_le16(per_adv_sync->handle); in bt_le_per_adv_sync_transfer()
|
D | hci_core.c | 1577 evt->sync_handle == BT_HCI_SYNC_HANDLE_INVALID) { in le_enh_conn_complete_v2() 1583 evt->sync_handle == BT_HCI_SYNC_HANDLE_INVALID) { in le_enh_conn_complete_v2() 1590 evt->sync_handle != BT_HCI_SYNC_HANDLE_INVALID) { in le_enh_conn_complete_v2() 1594 sync = bt_hci_get_per_adv_sync(evt->sync_handle); in le_enh_conn_complete_v2() 1596 LOG_ERR("Unknown sync handle %d", evt->sync_handle); in le_enh_conn_complete_v2()
|
D | iso.c | 3155 req->sync_handle = sys_cpu_to_le16(sync->handle); in hci_le_big_create_sync()
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | hci_types.h | 1575 uint16_t sync_handle; member 1586 uint16_t sync_handle; member 1755 uint16_t sync_handle; member 1765 uint16_t sync_handle; member 1867 uint16_t sync_handle; member 2109 uint16_t sync_handle; member 2460 uint16_t sync_handle; member 2512 uint16_t sync_handle; member 2809 uint16_t sync_handle; member 2854 uint16_t sync_handle; member [all …]
|
D | hci_vs.h | 276 uint16_t sync_handle; member
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 1818 uint16_t sync_handle; in le_big_create_sync() local 1821 sync_handle = sys_le16_to_cpu(cmd->sync_handle); in le_big_create_sync() 1824 status = ll_big_sync_create(cmd->big_handle, sync_handle, in le_big_create_sync() 2903 uint16_t sync_handle; in le_df_set_cl_iq_sampling_enable() local 2906 sync_handle = sys_le16_to_cpu(cmd->sync_handle); in le_df_set_cl_iq_sampling_enable() 2908 status = ll_df_set_cl_iq_sampling_enable(sync_handle, in le_df_set_cl_iq_sampling_enable() 2918 rp->sync_handle = sys_cpu_to_le16(sync_handle); in le_df_set_cl_iq_sampling_enable() 2954 uint16_t sync_handle; in le_df_connectionless_iq_report() local 2977 sync_handle = 0x0FFF; in le_df_connectionless_iq_report() 3000 sync_handle = ull_sync_handle_get(sync); in le_df_connectionless_iq_report() [all …]
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/include/ |
D | ll.h | 138 uint8_t ll_big_sync_create(uint8_t big_handle, uint16_t sync_handle,
|
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/ |
D | btp_gap.c | 1368 ev.sync_handle = sys_cpu_to_le16(sync->handle); 1387 ev.sync_handle = sys_cpu_to_le16(sync->handle);
|