le_conn_latency   267 include/net/bluetooth/hci_core.h 	__u16		le_conn_latency;
le_conn_latency   492 include/net/bluetooth/hci_core.h 	__u16		le_conn_latency;
le_conn_latency   768 net/bluetooth/hci_conn.c 	p->conn_latency = cpu_to_le16(conn->le_conn_latency);
le_conn_latency   858 net/bluetooth/hci_conn.c 		cp.conn_latency = cpu_to_le16(conn->le_conn_latency);
le_conn_latency  1058 net/bluetooth/hci_conn.c 		conn->le_conn_latency = params->conn_latency;
le_conn_latency  1063 net/bluetooth/hci_conn.c 		conn->le_conn_latency = hdev->le_conn_latency;
le_conn_latency  3077 net/bluetooth/hci_core.c 	params->conn_latency = hdev->le_conn_latency;
le_conn_latency  3208 net/bluetooth/hci_core.c 	hdev->le_conn_latency = 0x0000;
le_conn_latency   843 net/bluetooth/hci_debugfs.c 	hdev->le_conn_latency = val;
le_conn_latency   854 net/bluetooth/hci_debugfs.c 	*val = hdev->le_conn_latency;
le_conn_latency  5018 net/bluetooth/hci_event.c 	conn->le_conn_latency = latency;
le_conn_latency  5135 net/bluetooth/hci_event.c 		conn->le_conn_latency = le16_to_cpu(ev->latency);
le_conn_latency  1543 net/bluetooth/l2cap_core.c 		req.latency = cpu_to_le16(hcon->le_conn_latency);