Searched refs:hci_ver (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/bluetooth/ |
D | btrtl.c | 38 .hci_ver = (hciv), \ 60 __u8 hci_ver; member 211 u8 hci_ver, u8 hci_bus) in btrtl_match_ic() argument 223 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic() 606 u8 hci_ver; in btrtl_initialize() local 625 resp->hci_ver, resp->hci_rev, in btrtl_initialize() 628 hci_ver = resp->hci_ver; in btrtl_initialize() 632 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize() 668 resp->hci_ver, resp->hci_rev, in btrtl_initialize() 671 hci_ver = resp->hci_ver; in btrtl_initialize() [all …]
|
D | btusb.c | 2060 le16_to_cpu(rp->hci_ver), le16_to_cpu(rp->hci_rev), in btusb_setup_csr() 2092 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_1_1) in btusb_setup_csr() 2096 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_1_2) in btusb_setup_csr() 2100 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_2_0) in btusb_setup_csr() 2104 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_2_1) in btusb_setup_csr() 2108 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_4_0) in btusb_setup_csr() 2114 le16_to_cpu(rp->hci_ver) == BLUETOOTH_VER_2_0) in btusb_setup_csr()
|
/linux-6.1.9/net/bluetooth/ |
D | hci_sync.c | 2943 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_write_fast_connectable_sync() 3254 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_read_local_cmds_sync() 3635 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_set_event_mask_sync() 5077 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_connect_cancel_sync()
|
D | hci_debugfs.c | 317 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
|
D | mgmt.c | 831 if (hdev->hci_ver >= BLUETOOTH_VER_1_2) in get_supported_settings() 1147 rp.version = hdev->hci_ver; in read_controller_info() 1203 rp->version = hdev->hci_ver; in read_ext_controller_info() 6639 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
|
D | hci_event.c | 705 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version() 3229 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
|
D | hci_conn.c | 2813 if (conn->hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_abort_conn()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 1362 __u8 hci_ver; member
|
D | hci_core.h | 379 __u8 hci_ver; member
|