Bluetooth: Rework le_scan_restart for hci_sync
authorBrian Gix <brian.gix@intel.com>
Fri, 5 Aug 2022 23:42:29 +0000 (16:42 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 25 Aug 2022 23:18:54 +0000 (16:18 -0700)
commit27d54b778ad1fb32c2c108cfe97e861c3909a46f
treedfe3b2b3356297a6704bc1a2268729b927223716
parent8ffde2a73f2cd2906a1bff2d315ad32154c425a3
Bluetooth: Rework le_scan_restart for hci_sync

le_scan_restart delayed work queue was running as a deprecated
hci_request instead of on the newer thread-safe hci_sync mechanism.

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