OSDN Git Service

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)
commit6828b58307a92d6b626d4d1421ab7db6db125ba5
treef7cda18fc8c48a5a2c57f90124cdc1de2349ffb1
parent0900b1c62f43e495d04ca4bebdf80b34f3c12432
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