Bluetooth: hci_event: Fix parsing of CIS Established Event
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 20 Jun 2023 22:41:11 +0000 (15:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Jun 2023 17:52:18 +0000 (10:52 -0700)
commit2be22f1941d5f661aa8043261d1bae5b6696c749
tree10625ab75cbfea6fd5736f0a5bc4d79fbcc4abe3
parent5b6d345d1b65d67624349e5de22227492c637576
Bluetooth: hci_event: Fix parsing of CIS Established Event

The ISO Interval on CIS Established Event uses 1.25 ms slots:

    BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 4, Part E
    page 2304:

      Time = N * 1.25 ms

In addition to that this always update the QoS settings based on CIS
Established Event.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/bluetooth/hci_event.c