/Zephyr-latest/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-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync.c | 223 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 …]
|
D | ull_sync_internal.h | 24 void ull_sync_chm_update(uint8_t sync_handle, uint8_t *acad, uint8_t acad_len);
|
D | ull_llcp.h | 289 uint8_t *adv_sync_handle, uint16_t *sync_handle);
|
D | ull_adv_sync.c | 833 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 …]
|
D | ull_llcp.c | 1115 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;
|
D | ull_conn.c | 2786 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()
|
D | ull_sync_iso.c | 90 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()
|
D | ull_adv_aux.c | 2582 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()
|
D | ull_llcp_internal.h | 331 uint16_t sync_handle; member
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci.h | 153 int bt_hci_get_adv_sync_handle(const struct bt_le_per_adv_sync *sync, uint16_t *sync_handle);
|
D | hci_types.h | 1715 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 …]
|
D | hci_vs.h | 278 uint16_t sync_handle; member
|
/Zephyr-latest/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-latest/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_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()
|
D | scan.c | 1331 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()
|
D | hci_core.c | 1639 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()
|
D | iso.c | 3417 req->sync_handle = sys_cpu_to_le16(sync->handle); in hci_le_big_create_sync()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 1836 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/ |
D | ll.h | 138 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/ |
D | btp_gap.c | 1418 ev.sync_handle = sys_cpu_to_le16(sync->handle); 1437 ev.sync_handle = sys_cpu_to_le16(sync->handle);
|