Home
last modified time | relevance | path

Searched refs:HCI_QUIRK_BROKEN_LOCAL_COMMANDS (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/bluetooth/
Dbfusb.c674 set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks); in bfusb_probe()
Dbtusb.c4191 set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks); in btusb_probe()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h136 HCI_QUIRK_BROKEN_LOCAL_COMMANDS, enumerator
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c441 !test_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks)) in hci_init2_req()