Bluetooth: Convert le_scan_disable timeout to hci_sync
authorBrian Gix <brian.gix@intel.com>
Fri, 5 Aug 2022 23:42:28 +0000 (16:42 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 25 Aug 2022 23:18:41 +0000 (16:18 -0700)
commit8ffde2a73f2cd2906a1bff2d315ad32154c425a3
tree610b303daa19f0ba4821730bc38f87614ea5dc97
parent7ac7267fad5908476b357e7e9813d23516c2b0a1
Bluetooth: Convert le_scan_disable timeout to hci_sync

The le_scan_disable timeout was being performed on the deprecated
hci_request.c mechanism.  This timeout is performed in hci_sync.c

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