]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Remove update_scan hci_request dependancy
authorBrian Gix <brian.gix@intel.com>
Thu, 21 Jul 2022 23:22:24 +0000 (16:22 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 22 Jul 2022 19:55:40 +0000 (12:55 -0700)
commit9dca40124ff5a34ea57f5c30eec0e169dfe9ae40
treea9321e8dffe825f3094f553839cc048b430d5c66
parentb6ecf76ad6a423d3ac894e433692cfa028c3ec3f
Bluetooth: Remove update_scan hci_request dependancy

This removes the remaining calls to HCI_OP_WRITE_SCAN_ENABLE from
hci_request call chains, and converts them to hci_sync calls.

Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci_core.h
include/net/bluetooth/hci_sync.h
net/bluetooth/hci_event.c
net/bluetooth/hci_request.c
net/bluetooth/hci_request.h
net/bluetooth/hci_sync.c
net/bluetooth/mgmt.c