Home
last modified time | relevance | path

Searched refs:cis_sync_delay (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central_iso_internal.h17 uint32_t *cis_sync_delay,
Dull_peripheral_iso.c330 cis->sync_delay = sys_get_le24(ind->cis_sync_delay); in ull_peripheral_iso_setup()
Dull_iso.c1591 uint32_t cis_sync_delay; in iso_rx_cig_ref_point_update() local
1598 cis_sync_delay = cis->sync_delay; in iso_rx_cig_ref_point_update()
1613 cis_sync_delay - cig_sync_delay); in iso_rx_cig_ref_point_update()
Dull_central_iso.c836 uint32_t *cis_sync_delay, in ull_central_iso_setup() argument
950 *cis_sync_delay = cis->sync_delay; in ull_central_iso_setup()
Dull_llcp_pdu.c926 sys_put_le24(ctx->data.cis_create.cis_sync_delay, p->cis_sync_delay); in llcp_pdu_encode_cis_ind()
Dull_llcp_internal.h290 uint32_t cis_sync_delay; member
Dpdu.h884 uint8_t cis_sync_delay[3]; member
Dull_llcp_cc.c866 &ctx->data.cis_create.cis_sync_delay, in cc_prepare_cis_ind()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_central.c52 uint32_t *cis_sync_delay, in ull_central_iso_setup() argument
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/
Dmain.c98 .cis_sync_delay = { 0, 0, 0},
129 .cis_sync_delay = { 0, 0, 0},
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h996 uint32_t cis_sync_delay; member
Dhci_types.h3321 uint8_t cis_sync_delay[3]; member
3464 uint8_t cis_sync_delay[3]; member
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c468 memcpy(pdu->llctrl.cis_ind.cis_sync_delay, p->cis_sync_delay, sizeof(p->cis_sync_delay)); in helper_pdu_encode_cis_ind()
1240 zassert_mem_equal(pdu->llctrl.cis_ind.cis_sync_delay, p->cis_sync_delay, in helper_pdu_verify_cis_ind()
1241 sizeof(p->cis_sync_delay), in helper_pdu_verify_cis_ind()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c1178 unicast_info->cis_sync_delay = sys_get_le24(evt->cis_sync_delay); in store_cis_info()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4395 sys_put_le24(cis->sync_delay, sep->cis_sync_delay);