Home
last modified time | relevance | path

Searched refs:BLUETOOTH_VER_2_0 (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
Dbluetooth.h43 #define BLUETOOTH_VER_2_0 3 macro
/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtusb.c1884 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_2_0) in btusb_setup_csr()
1898 le16_to_cpu(rp->hci_ver) == BLUETOOTH_VER_2_0) in btusb_setup_csr()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c2647 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()