Home
last modified time | relevance | path

Searched refs:sync_delay (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso_types.h19 uint32_t sync_delay; member
36 uint32_t sync_delay; member
Dull_peripheral_iso.c173 cig->sync_delay = sys_get_le24(ind->cig_sync_delay); in ull_peripheral_iso_setup()
180 cis->sync_delay = sys_get_le24(ind->cis_sync_delay); in ull_peripheral_iso_setup()
271 cis_offs_to_cig_ref = cig->sync_delay - cis->sync_delay; in ull_peripheral_iso_start()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/
Dhci.c3527 sys_put_le24(cig->sync_delay, sep->cig_sync_delay);
3528 sys_put_le24(cis->sync_delay, sep->cis_sync_delay);
5805 sys_put_le24(0, sep->sync_delay);
/Zephyr-Core-2.7.6/include/bluetooth/
Dhci.h2541 uint8_t sync_delay[3]; member