Home
last modified time | relevance | path

Searched refs:hci_ver (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/bluetooth/
Dbtrtl.c38 .hci_ver = (hciv), \
58 __u8 hci_ver; member
178 u8 hci_ver, u8 hci_bus) in btrtl_match_ic() argument
190 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic()
571 u8 hci_ver; in btrtl_initialize() local
590 resp->hci_ver, resp->hci_rev, in btrtl_initialize()
593 hci_ver = resp->hci_ver; in btrtl_initialize()
597 if (resp->hci_ver == 0x8 && le16_to_cpu(resp->hci_rev) == 0x826c && in btrtl_initialize()
631 resp->hci_ver, resp->hci_rev, in btrtl_initialize()
634 hci_ver = resp->hci_ver; in btrtl_initialize()
[all …]
Dbtusb.c1869 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_1_1) in btusb_setup_csr()
1873 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_1_2) in btusb_setup_csr()
1877 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_2_0) in btusb_setup_csr()
1881 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_2_1) in btusb_setup_csr()
1885 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_4_0) in btusb_setup_csr()
1891 le16_to_cpu(rp->hci_ver) == BLUETOOTH_VER_2_0) in btusb_setup_csr()
/Linux-v5.15/net/bluetooth/
Dhci_debugfs.c316 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
Dhci_request.c362 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_req_write_fast_connectable()
2872 if (req->hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_abort_conn()
Dhci_event.c600 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version()
2726 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
Dhci_core.c335 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_setup_event_mask()
441 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_init2_req()
Dmgmt.c788 if (hdev->hci_ver >= BLUETOOTH_VER_1_2) in get_supported_settings()
1028 rp.version = hdev->hci_ver; in read_controller_info()
1084 rp->version = hdev->hci_ver; in read_ext_controller_info()
5648 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
/Linux-v5.15/include/net/bluetooth/
Dhci.h1256 __u8 hci_ver; member
Dhci_core.h336 __u8 hci_ver; member