Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_debugfs.c318 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
H A Dhci_sync.c3539 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_write_fast_connectable_sync()
3874 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_read_local_cmds_sync()
4228 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_set_event_mask_sync()
5877 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_connect_cancel_sync()
H A Dhci_event.c709 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version()
3274 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
H A Dmgmt.c816 if (hdev->hci_ver >= BLUETOOTH_VER_1_2) in get_supported_settings()
1176 rp.version = hdev->hci_ver; in read_controller_info()
1232 rp->version = hdev->hci_ver; in read_ext_controller_info()
6832 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
/linux/include/net/bluetooth/
H A Dhci.h1416 __u8 hci_ver; member