Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters
[ Upstream commit f6685a96 ] Due to a typo during defining HCI errors it is not possible to connect LE-capable device with BR/EDR only adapter. The connection is terminated by the LE adapter because the invalid LL params error code is treated as unsupported remote feature. Fixes: 79c0868a ("Bluetooth: hci_event: Use HCI error defines instead of magic values") Signed-off-by:Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com> Signed-off-by:
Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please sign in to comment