Searched refs:hci_ver (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/bluetooth/ |
D | btrtl.c | 47 .hci_ver = (hciv), \ 78 __u8 hci_ver; member 313 u8 hci_ver, u8 hci_bus, in btrtl_match_ic() argument 326 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic() 1048 u8 hci_ver, lmp_ver, chip_type = 0; in btrtl_initialize() local 1074 hci_ver = 0x0c; in btrtl_initialize() 1077 hci_ver, hdev->bus, in btrtl_initialize() 1091 hci_ver = resp->hci_ver; in btrtl_initialize() 1104 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize() 1109 hci_ver, hci_rev, in btrtl_initialize() [all …]
|
D | btusb.c | 2329 rp->hci_ver, le16_to_cpu(rp->hci_rev)); in btusb_setup_csr() 2363 rp->hci_ver > BLUETOOTH_VER_1_1) in btusb_setup_csr() 2367 rp->hci_ver > BLUETOOTH_VER_1_2) in btusb_setup_csr() 2371 rp->hci_ver > BLUETOOTH_VER_2_0) in btusb_setup_csr() 2375 rp->hci_ver > BLUETOOTH_VER_2_1) in btusb_setup_csr() 2379 rp->hci_ver > BLUETOOTH_VER_4_0) in btusb_setup_csr() 2385 rp->hci_ver == BLUETOOTH_VER_2_0) in btusb_setup_csr()
|
/Linux-v6.6/net/bluetooth/ |
D | hci_sync.c | 3085 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_write_fast_connectable_sync() 3414 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_read_local_cmds_sync() 3797 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_set_event_mask_sync() 5299 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_connect_cancel_sync()
|
D | hci_debugfs.c | 318 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() 1165 rp.version = hdev->hci_ver; in read_controller_info() 1221 rp->version = hdev->hci_ver; in read_ext_controller_info() 6646 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
|
D | hci_event.c | 709 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version() 3221 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
|
/Linux-v6.6/include/net/bluetooth/ |
D | hci.h | 1399 __u8 hci_ver; member
|
D | hci_core.h | 381 __u8 hci_ver; member
|