Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dbtrtl.c52 __u8 hci_ver; member
87 .hci_ver = 6,
113 .hci_ver = 8,
150 u8 hci_ver, u8 hci_bus) in btrtl_match_ic() argument
162 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic()
518 u8 hci_ver; in btrtl_initialize() local
535 resp->hci_ver, resp->hci_rev, in btrtl_initialize()
538 hci_ver = resp->hci_ver; in btrtl_initialize()
543 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize()
548 lmp_subver, hci_rev, hci_ver); in btrtl_initialize()
/Linux-v4.19/net/bluetooth/
Dhci_debugfs.c300 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
Dhci_request.c352 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_req_write_fast_connectable()
2180 if (req->hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_abort_conn()
Dhci_event.c559 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version()
2446 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
Dhci_core.c331 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_setup_event_mask()
437 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_init2_req()
Dmgmt.c752 if (hdev->hci_ver >= BLUETOOTH_VER_1_2) in get_supported_settings()
979 rp.version = hdev->hci_ver; in read_controller_info()
1035 rp->version = hdev->hci_ver; in read_ext_controller_info()
4559 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
/Linux-v4.19/include/net/bluetooth/
Dhci.h1145 __u8 hci_ver; member
Dhci_core.h232 __u8 hci_ver; member