Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96e58d36 authored by Vic Wei's avatar Vic Wei Committed by Johan Hedberg
Browse files

Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_QCA_ROME



QCA Rome controllers can do both LE scan and BR/EDR inquiry at once.

Signed-off-by: default avatarVic Wei <vwei@codeaurora.org>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent f9b95db0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3063,6 +3063,7 @@ static int btusb_probe(struct usb_interface *intf,
	if (id->driver_info & BTUSB_QCA_ROME) {
		data->setup_on_usb = btusb_setup_qca;
		hdev->set_bdaddr = btusb_set_bdaddr_ath3012;
		set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
	}

#ifdef CONFIG_BT_HCIBTUSB_RTL