]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ab5ac4403fd7615d1fb264915222a0f8c15f171
tree6d8d2ab3b43b1024d11f82d3f4e3f8d4e8441300
parent6f10707b4d48134bdf3952106546e4af800a24ad
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