hci_param        5860 net/bluetooth/mgmt.c 		struct hci_conn_params *hci_param;
hci_param        5889 net/bluetooth/mgmt.c 		hci_param = hci_conn_params_add(hdev, &param->addr.bdaddr,
hci_param        5891 net/bluetooth/mgmt.c 		if (!hci_param) {
hci_param        5896 net/bluetooth/mgmt.c 		hci_param->conn_min_interval = min;
hci_param        5897 net/bluetooth/mgmt.c 		hci_param->conn_max_interval = max;
hci_param        5898 net/bluetooth/mgmt.c 		hci_param->conn_latency = latency;
hci_param        5899 net/bluetooth/mgmt.c 		hci_param->supervision_timeout = timeout;