Searched refs:sync_handle (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync.c | 397 uint16_t sync_handle; in ull_sync_setup() local 472 sync_handle = ull_sync_handle_get(sync); in ull_sync_setup() 477 rx->hdr.handle = sync_handle; in ull_sync_setup() 524 (TICKER_ID_SCAN_SYNC_BASE + sync_handle), in ull_sync_setup() 696 uint16_t sync_handle = ull_sync_handle_get(sync); local 707 (TICKER_ID_SCAN_SYNC_BASE + sync_handle), 717 void ull_sync_chm_update(uint8_t sync_handle, uint8_t *acad, uint8_t acad_len) argument 726 sync = ull_sync_set_get(sync_handle); 857 uint16_t sync_handle = ull_sync_handle_get(sync); local 862 TICKER_ID_SCAN_SYNC_BASE + sync_handle, stop_of_cb, (void *)sync);
|
D | ull_sync_internal.h | 16 void ull_sync_chm_update(uint8_t sync_handle, uint8_t *acad, uint8_t acad_len);
|
D | ull_sync_iso.c | 56 uint8_t ll_big_sync_create(uint8_t big_handle, uint16_t sync_handle, in ll_big_sync_create() argument 67 sync = ull_sync_is_enabled_get(sync_handle); in ll_big_sync_create()
|
D | ull_adv_sync.c | 718 uint8_t sync_handle; in ull_adv_sync_start() local 749 sync_handle = sync_handle_get(sync); in ull_adv_sync_start() 753 (TICKER_ID_ADV_SYNC_BASE + sync_handle), in ull_adv_sync_start() 1324 uint8_t sync_handle; local 1327 sync_handle = sync_handle_get(sync); 1329 err = ull_ticker_stop_with_mark(TICKER_ID_ADV_SYNC_BASE + sync_handle,
|
/Zephyr-Core-2.7.6/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-2.7.6/subsys/bluetooth/host/ |
D | direction.c | 242 cp->sync_handle = sys_cpu_to_le16(sync->handle); in prepare_cte_rx_enable_cmd_params() 305 if (sync->handle != sys_le16_to_cpu(rp->sync_handle)) { in hci_df_set_cl_cte_rx_enable() 330 per_adv_sync = bt_hci_get_per_adv_sync(sys_le16_to_cpu(evt->sync_handle)); in hci_df_prepare_connectionless_iq_report() 334 sys_le16_to_cpu(evt->sync_handle)); in hci_df_prepare_connectionless_iq_report()
|
D | scan.c | 817 per_adv_sync_terminate(sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_past_received() 824 per_adv_sync_terminate(sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_past_received() 830 per_adv_sync->handle = sys_le16_to_cpu(evt->sync_handle); in bt_hci_le_past_received() 861 per_adv_sync = bt_hci_get_per_adv_sync(sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_biginfo_adv_report() 865 sys_le16_to_cpu(evt->sync_handle)); in bt_hci_le_biginfo_adv_report() 1412 cp->sync_handle = sys_cpu_to_le16(per_adv_sync->handle); in bt_le_per_adv_sync_transfer()
|
D | iso.c | 1849 req->sync_handle = sys_cpu_to_le16(sync->handle); in hci_le_big_create_sync()
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | hci.h | 1549 uint16_t sync_handle; member 1559 uint16_t sync_handle; member 1658 uint16_t sync_handle; member 1884 uint16_t sync_handle; member 2463 uint16_t sync_handle; member 2501 uint16_t sync_handle; member 2590 uint16_t sync_handle; member
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/ |
D | hci.c | 1605 uint16_t sync_handle; in le_big_create_sync() local 1608 sync_handle = sys_le16_to_cpu(cmd->sync_handle); in le_big_create_sync() 1611 status = ll_big_sync_create(cmd->big_handle, sync_handle, in le_big_create_sync() 2621 uint16_t sync_handle; in le_df_set_cl_iq_sampling_enable() local 2624 sync_handle = sys_le16_to_cpu(cmd->sync_handle); in le_df_set_cl_iq_sampling_enable() 2626 status = ll_df_set_cl_iq_sampling_enable(sync_handle, in le_df_set_cl_iq_sampling_enable() 2636 rp->sync_handle = sys_cpu_to_le16(sync_handle); in le_df_set_cl_iq_sampling_enable() 2688 sep->sync_handle = sys_cpu_to_le16(ull_sync_handle_get(sync)); in le_df_connectionless_iq_report()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/include/ |
D | ll.h | 149 uint8_t ll_big_sync_create(uint8_t big_handle, uint16_t sync_handle,
|