Searched refs:hci_ver (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | btrtl.c | 43 __u8 hci_ver; member 78 .hci_ver = 6, 104 .hci_ver = 8, 151 .hci_ver = 0x0a, 174 u8 hci_ver, u8 hci_bus) in btrtl_match_ic() argument 186 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic() 564 u8 hci_ver; in btrtl_initialize() local 581 resp->hci_ver, resp->hci_rev, in btrtl_initialize() 584 hci_ver = resp->hci_ver; in btrtl_initialize() 589 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize() [all …]
|
D | btusb.c | 1837 le16_to_cpu(rp->hci_ver), le16_to_cpu(rp->hci_rev), in btusb_setup_csr() 1869 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()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_debugfs.c | 316 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
|
D | hci_request.c | 361 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_req_write_fast_connectable() 2817 if (req->hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_abort_conn()
|
D | hci_event.c | 575 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version() 2647 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
|
D | mgmt.c | 783 if (hdev->hci_ver >= BLUETOOTH_VER_1_2) in get_supported_settings() 1023 rp.version = hdev->hci_ver; in read_controller_info() 1079 rp->version = hdev->hci_ver; in read_ext_controller_info() 5418 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
|
D | hci_core.c | 334 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_setup_event_mask() 440 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_init2_req()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci.h | 1254 __u8 hci_ver; member
|
D | hci_core.h | 316 __u8 hci_ver; member
|