Home
last modified time | relevance | path

Searched refs:sync_handle (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gap.h309 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-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync.c223 uint16_t sync_handle; in ull_sync_setup_from_sync_transfer() local
305 sync_handle = ull_sync_handle_get(sync); in ull_sync_setup_from_sync_transfer()
308 rx->hdr.handle = sync_handle; in ull_sync_setup_from_sync_transfer()
424 (TICKER_ID_SCAN_SYNC_BASE + sync_handle), in ull_sync_setup_from_sync_transfer()
496 uint16_t sync_handle = ull_sync_handle_get(sync); in ll_sync_create_cancel() local
498 LL_ASSERT(sync_handle <= UINT8_MAX); in ll_sync_create_cancel()
503 (uint8_t)sync_handle), in ll_sync_create_cancel()
669 uint8_t ll_sync_transfer(uint16_t conn_handle, uint16_t service_data, uint16_t sync_handle) in ll_sync_transfer() argument
680 sync = ull_sync_is_enabled_get(sync_handle); in ll_sync_transfer()
962 uint16_t sync_handle; in ull_sync_setup() local
[all …]
Dull_sync_internal.h24 void ull_sync_chm_update(uint8_t sync_handle, uint8_t *acad, uint8_t acad_len);
Dull_llcp.h289 uint8_t *adv_sync_handle, uint16_t *sync_handle);
Dull_adv_sync.c833 uint8_t sync_handle; in ull_adv_sync_start() local
838 sync_handle = sync_handle_get(sync); in ull_adv_sync_start()
843 ll_adv_sync_ticker_ext[sync_handle].expire_info_id = in ull_adv_sync_start()
846 ll_adv_sync_ticker_ext[sync_handle].expire_info_id = TICKER_NULL; in ull_adv_sync_start()
849 ll_adv_sync_ticker_ext[sync_handle].ext_timeout_func = ticker_cb; in ull_adv_sync_start()
859 (TICKER_ID_ADV_SYNC_BASE + sync_handle), in ull_adv_sync_start()
869 &ll_adv_sync_ticker_ext[sync_handle] in ull_adv_sync_start()
2484 uint8_t sync_handle; local
2487 sync_handle = sync_handle_get(sync);
2489 err = ull_ticker_stop_with_mark(TICKER_ID_ADV_SYNC_BASE + sync_handle,
[all …]
Dull_llcp.c1115 ctx->data.periodic_sync.sync_handle = sync ? ull_sync_handle_get(sync) : in ull_cp_periodic_sync()
1452 uint8_t *adv_sync_handle, uint16_t *sync_handle) argument
1460 *sync_handle = ctx->data.periodic_sync.sync_handle;
1463 *sync_handle = BT_HCI_SYNC_HANDLE_INVALID;
Dull_conn.c2786 uint16_t sync_handle; in mfy_past_sender_offset_get() local
2793 ull_lp_past_offset_get_calc_params(conn, &adv_sync_handle, &sync_handle); in mfy_past_sender_offset_get()
2796 sync_handle == BT_HCI_SYNC_HANDLE_INVALID) { in mfy_past_sender_offset_get()
2812 const struct ll_sync_set *sync = ull_sync_is_enabled_get(sync_handle); in mfy_past_sender_offset_get()
2818 ticker_offset_us = get_ticker_offset(TICKER_ID_SCAN_SYNC_BASE + sync_handle, in mfy_past_sender_offset_get()
Dull_sync_iso.c90 uint8_t ll_big_sync_create(uint8_t big_handle, uint16_t sync_handle, in ll_big_sync_create() argument
103 sync = ull_sync_is_enabled_get(sync_handle); in ll_big_sync_create()
Dull_adv_aux.c2582 uint8_t sync_handle = ull_adv_sync_handle_get(sync); in ull_adv_sync_started_stopped() local
2587 TICKER_ID_ADV_SYNC_BASE + sync_handle); in ull_adv_sync_started_stopped()
2619 uint8_t sync_handle = ull_adv_sync_handle_get(sync); in ull_adv_aux_start() local
2622 sync_handle; in ull_adv_aux_start()
Dull_llcp_internal.h331 uint16_t sync_handle; member
/Zephyr-latest/include/zephyr/bluetooth/
Dhci.h153 int bt_hci_get_adv_sync_handle(const struct bt_le_per_adv_sync *sync, uint16_t *sync_handle);
Dhci_types.h1715 uint16_t sync_handle; member
1726 uint16_t sync_handle; member
1895 uint16_t sync_handle; member
1905 uint16_t sync_handle; member
2007 uint16_t sync_handle; member
2249 uint16_t sync_handle; member
2907 uint16_t sync_handle; member
2959 uint16_t sync_handle; member
3263 uint16_t sync_handle; member
3308 uint16_t sync_handle; member
[all …]
Dhci_vs.h278 uint16_t sync_handle; member
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_rx/src/
Dtest_set_iq_sampling_enable.c52 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-latest/subsys/bluetooth/host/
Ddirection.c304 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_per_adv_sync_lookup_handle(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_per_adv_sync_lookup_handle(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()
Dscan.c1331 cp->sync_handle = sys_cpu_to_le16(per_adv_sync->handle); in bt_le_per_adv_sync_subevent()
1371 cp->sync_handle = sys_cpu_to_le16(per_adv_sync->handle); in bt_le_per_adv_set_response_data()
1446 per_adv_sync_terminate(sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_past_received_common()
1453 per_adv_sync_terminate(sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_past_received_common()
1467 per_adv_sync->handle = sys_le16_to_cpu(evt->sync_handle); in bt_hci_le_past_received_common()
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()
1560 sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_biginfo_adv_report()
2162 cp->sync_handle = sys_cpu_to_le16(per_adv_sync->handle); in bt_le_per_adv_sync_transfer()
Dhci_core.c1639 evt->sync_handle == BT_HCI_SYNC_HANDLE_INVALID) { in le_enh_conn_complete_v2()
1645 evt->sync_handle == BT_HCI_SYNC_HANDLE_INVALID) { in le_enh_conn_complete_v2()
1652 evt->sync_handle != BT_HCI_SYNC_HANDLE_INVALID) { in le_enh_conn_complete_v2()
1656 sync = bt_hci_per_adv_sync_lookup_handle(evt->sync_handle); in le_enh_conn_complete_v2()
1658 LOG_ERR("Unknown sync handle %d", evt->sync_handle); in le_enh_conn_complete_v2()
2550 int bt_hci_get_adv_sync_handle(const struct bt_le_per_adv_sync *sync, uint16_t *sync_handle) in bt_hci_get_adv_sync_handle() argument
2556 *sync_handle = sync->handle; in bt_hci_get_adv_sync_handle()
Diso.c3417 req->sync_handle = sys_cpu_to_le16(sync->handle); in hci_le_big_create_sync()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1836 uint16_t sync_handle; in le_big_create_sync() local
1839 sync_handle = sys_le16_to_cpu(cmd->sync_handle); in le_big_create_sync()
1842 status = ll_big_sync_create(cmd->big_handle, sync_handle, in le_big_create_sync()
2921 uint16_t sync_handle; in le_df_set_cl_iq_sampling_enable() local
2924 sync_handle = sys_le16_to_cpu(cmd->sync_handle); in le_df_set_cl_iq_sampling_enable()
2926 status = ll_df_set_cl_iq_sampling_enable(sync_handle, in le_df_set_cl_iq_sampling_enable()
2936 rp->sync_handle = sys_cpu_to_le16(sync_handle); in le_df_set_cl_iq_sampling_enable()
2972 uint16_t sync_handle; in le_df_connectionless_iq_report() local
2995 sync_handle = 0x0FFF; in le_df_connectionless_iq_report()
3018 sync_handle = ull_sync_handle_get(sync); in le_df_connectionless_iq_report()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h138 uint8_t ll_sync_transfer(uint16_t conn_handle, uint16_t service_data, uint16_t sync_handle);
144 uint8_t ll_big_sync_create(uint8_t big_handle, uint16_t sync_handle,
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1418 ev.sync_handle = sys_cpu_to_le16(sync->handle);
1437 ev.sync_handle = sys_cpu_to_le16(sync->handle);