Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 97a07d8485a3235cbefe9e78c5e596faf5c6be31 https://github.com/bluez/bluez/commit/97a07d8485a3235cbefe9e78c5e596faf5c6be31 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-06-22 (Thu, 22 Jun 2023) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Fix LE CIS Established Event LE CIS Established Event Transport Latency shall follow the formula from the spec: BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 6, Part G page 3050: Transport_Latency_C_To_P = CIG_Sync_Delay + FT_C_To_P × ISO_Interval - SDU_Interval_C_To_P Transport_Latency_P_To_C = CIG_Sync_Delay + FT_P_To_C × ISO_Interval - SDU_Interval_P_To_C