Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_debugfs.c358 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
Dhci_conn.c116 if (conn->hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_acl_create_connection_cancel()
Dhci_event.c553 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version()
2272 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
Dhci_core.c476 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_setup_event_mask()
563 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_init2_req()
Dmgmt.c616 if (hdev->hci_ver >= BLUETOOTH_VER_1_2) in get_supported_settings()
1364 rp.version = hdev->hci_ver; in read_controller_info()
1934 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in write_fast_connectable()
4959 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1094 __u8 hci_ver; member
Dhci_core.h215 __u8 hci_ver; member
/linux-4.1.27/drivers/bluetooth/
Dbtusb.c1729 "lmp_subver=%04x", hdev->name, resp->hci_ver, resp->hci_rev, in btusb_setup_realtek()