Bluetooth: Enumerate local supported codec and cache details
authorKiran K <kiran.k@intel.com>
Tue, 7 Sep 2021 10:12:37 +0000 (15:42 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 7 Sep 2021 21:09:18 +0000 (14:09 -0700)
commit8961987f3f5fa2f2618e72304d013c8dd5e604a6
tree6d8d2ab3b43b1024d11f82d3f4e3f8d4e8441300
parent49d8a5606428ca0962d09050a5af81461ff90fbb
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>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
net/bluetooth/Makefile
net/bluetooth/hci_codec.c [new file with mode: 0644]
net/bluetooth/hci_codec.h [new file with mode: 0644]
net/bluetooth/hci_core.c