]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_sync: Don't remove connected devices from accept list
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 14 Jul 2022 00:17:55 +0000 (17:17 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 22 Jul 2022 00:09:34 +0000 (17:09 -0700)
commit8e589fef24abd388091d5be9ffcfdb79bbd9c5e4
treef7cda18fc8c48a5a2c57f90124cdc1de2349ffb1
parentb54e927aeed94f8f3015378c08ec2fdcd40570cb
Bluetooth: hci_sync: Don't remove connected devices from accept list

These devices are likely going to be reprogrammed when disconnected so
this avoid a whole bunch of commands attempt to remove and the add back
to the list.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tested-by: Zhengping Jiang <jiangzp@google.com>
net/bluetooth/hci_sync.c