JIRA: https://issues.redhat.com/browse/RHEL-2530
commit 828cea2b71de501827f62d3c92d149f6052ad01e
Author: Chethan T N <chethan.tumkur.narayan@intel.com>
Date: Tue Nov 22 14:32:57 2022 +0530
Bluetooth: Fix support for Read Local Supported Codecs V2
Handling of Read Local Supported Codecs was broken during the
HCI serialization design change patches.
Fixes: d0b137062b2d ("Bluetooth: hci_sync: Rework init stages")
Signed-off-by: Chethan T N <chethan.tumkur.narayan@intel.com>
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Bastien Nocera <bnocera@redhat.com>
Bugzilla: http://bugzilla.redhat.com/2066188
commit 107fe0482b549a0e43a971e5fd104719c6e495ef
Author: Kiran K <kiran.k@intel.com>
Date: Tue Oct 5 20:15:56 2021 +0530
Bluetooth: Read codec capabilities only if supported
Read codec capabilities only if HCI_READ_LOCAL_CODEC_CAPABILITIES
command is supported. If capablities are not supported, then
cache codec data without caps.
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gopal Tiwari <gtiwari@redhat.com>
Bugzilla: http://bugzilla.redhat.com/2066188
commit 8961987f3f5fa2f2618e72304d013c8dd5e604a6
Author: Kiran K <kiran.k@intel.com>
Date: Tue Sep 7 15:42:37 2021 +0530
Bluetooth: Enumerate local supported codec and cache details
Move reading of supported local codecs into a separate init function,
query codecs capabilities and cache the data
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Chethan T N <chethan.tumkur.narayan@intel.com>
Signed-off-by: Srivatsa Ravishankar <ravishankar.srivatsa@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Gopal Tiwari <gtiwari@redhat.com>