Home
last modified time | relevance | path

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

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