Bluetooth: fix invalid-bdaddr quirk for non-persistent setup
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 31 May 2023 09:04:23 +0000 (11:04 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Jun 2023 17:48:35 +0000 (10:48 -0700)
commit0cb7365850bacb8c2a9975cae672d65714d8daa1
tree0a2fccf4b542ca3170af06560e256e7e33bebcf1
parentf752a0b334bb95fe9b42ecb511e0864e2768046f
Bluetooth: fix invalid-bdaddr quirk for non-persistent setup

Devices that lack persistent storage for the device address can indicate
this by setting the HCI_QUIRK_INVALID_BDADDR which causes the controller
to be marked as unconfigured until user space has set a valid address.

Once configured, the device address must be set on every setup for
controllers with HCI_QUIRK_NON_PERSISTENT_SETUP to avoid marking the
controller as unconfigured and requiring the address to be set again.

Fixes: 740011cfe948 ("Bluetooth: Add new quirk for non-persistent setup settings")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/bluetooth/hci_sync.c