Searched refs:hci_ver (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/bluetooth/ |
| H A D | btrtl.c | 48 .hci_ver = (hciv), \ 81 __u8 hci_ver; member 334 u8 hci_ver, u8 hci_bus, in btrtl_match_ic() argument 347 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic() 1069 u8 hci_ver, lmp_ver, chip_type = 0; in btrtl_initialize() local 1095 hci_ver = 0x0c; in btrtl_initialize() 1098 hci_ver, hdev->bus, in btrtl_initialize() 1112 hci_ver = resp->hci_ver; in btrtl_initialize() 1130 hci_ver, hci_rev, in btrtl_initialize() 1166 lmp_subver, hci_rev, hci_ver); in btrtl_initialize() [all …]
|
| H A D | btusb.c | 2441 rp->hci_ver, le16_to_cpu(rp->hci_rev)); in btusb_setup_csr() 2475 rp->hci_ver > BLUETOOTH_VER_1_1) in btusb_setup_csr() 2479 rp->hci_ver > BLUETOOTH_VER_1_2) in btusb_setup_csr() 2483 rp->hci_ver > BLUETOOTH_VER_2_0) in btusb_setup_csr() 2487 rp->hci_ver > BLUETOOTH_VER_2_1) in btusb_setup_csr() 2491 rp->hci_ver > BLUETOOTH_VER_4_0) in btusb_setup_csr() 2497 rp->hci_ver == BLUETOOTH_VER_2_0) in btusb_setup_csr()
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_sync.c | 3323 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_write_fast_connectable_sync() 3651 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_read_local_cmds_sync() 3994 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_set_event_mask_sync() 5502 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_connect_cancel_sync()
|
| H A D | hci_debugfs.c | 321 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
|
| H A D | mgmt.c | 819 if (hdev->hci_ver >= BLUETOOTH_VER_1_2) in get_supported_settings() 1156 rp.version = hdev->hci_ver; in read_controller_info() 1212 rp->version = hdev->hci_ver; in read_ext_controller_info() 6533 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
|
| H A D | hci_event.c | 703 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version() 3219 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 1405 __u8 hci_ver; member
|
| H A D | hci_core.h | 379 __u8 hci_ver; member
|