Home
last modified time | relevance | path

Searched refs:le_conn_latency (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt_config.c66 HDEV_PARAM_U16(0x0019, le_conn_latency), in read_def_system_config()
245 hdev->le_conn_latency = TLV_GET_LE16(buffer); in set_def_system_config()
H A Dhci_conn.c798 p->conn_latency = cpu_to_le16(conn->le_conn_latency); in set_ext_conn_params()
885 cp.conn_latency = cpu_to_le16(conn->le_conn_latency); in hci_req_add_le_create_conn()
1097 conn->le_conn_latency = params->conn_latency; in hci_connect_le()
1102 conn->le_conn_latency = hdev->le_conn_latency; in hci_connect_le()
H A Dhci_debugfs.c861 hdev->le_conn_latency = val; in conn_latency_set()
872 *val = hdev->le_conn_latency; in conn_latency_get()
H A Dhci_core.c3360 params->conn_latency = hdev->le_conn_latency; in hci_conn_params_add()
3625 hdev->le_conn_latency = 0x0000; in hci_alloc_dev()
H A Dhci_event.c5220 conn->le_conn_latency = latency; in le_conn_complete_evt()
5354 conn->le_conn_latency = le16_to_cpu(ev->latency); in hci_le_conn_update_complete_evt()
H A Dl2cap_core.c1732 req.latency = cpu_to_le16(hcon->le_conn_latency); in l2cap_le_conn_ready()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h348 __u16 le_conn_latency; member
626 __u16 le_conn_latency; member