Lines Matching refs:cp
405 struct hci_cp_set_event_filter *cp; in hci_cc_set_event_filter() local
417 cp = (struct hci_cp_set_event_filter *)sent; in hci_cc_set_event_filter()
419 if (cp->flt_type == HCI_FLT_CLEAR_ALL) in hci_cc_set_event_filter()
897 struct hci_cp_read_clock *cp; in hci_cc_read_clock() local
910 cp = hci_sent_cmd_data(hdev, HCI_OP_READ_CLOCK); in hci_cc_read_clock()
911 if (!cp) in hci_cc_read_clock()
914 if (cp->which == 0x00) { in hci_cc_read_clock()
981 struct hci_cp_write_def_err_data_reporting *cp; in hci_cc_write_def_err_data_reporting() local
988 cp = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_ERR_DATA_REPORTING); in hci_cc_write_def_err_data_reporting()
989 if (!cp) in hci_cc_write_def_err_data_reporting()
992 hdev->err_data_reporting = cp->err_data_reporting; in hci_cc_write_def_err_data_reporting()
998 struct hci_cp_pin_code_reply *cp; in hci_cc_pin_code_reply() local
1011 cp = hci_sent_cmd_data(hdev, HCI_OP_PIN_CODE_REPLY); in hci_cc_pin_code_reply()
1012 if (!cp) in hci_cc_pin_code_reply()
1015 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cc_pin_code_reply()
1017 conn->pin_length = cp->pin_len; in hci_cc_pin_code_reply()
1190 struct hci_cp_le_set_default_phy *cp; in hci_cc_le_set_default_phy() local
1197 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_DEFAULT_PHY); in hci_cc_le_set_default_phy()
1198 if (!cp) in hci_cc_le_set_default_phy()
1203 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()
1204 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()
1213 struct hci_cp_le_set_adv_set_rand_addr *cp; in hci_cc_le_set_adv_set_random_addr() local
1219 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_SET_RAND_ADDR); in hci_cc_le_set_adv_set_random_addr()
1224 if (!cp || !cp->handle) in hci_cc_le_set_adv_set_random_addr()
1229 adv = hci_find_adv_instance(hdev, cp->handle); in hci_cc_le_set_adv_set_random_addr()
1231 bacpy(&adv->random_addr, &cp->bdaddr); in hci_cc_le_set_adv_set_random_addr()
1232 if (!bacmp(&hdev->rpa, &cp->bdaddr)) { in hci_cc_le_set_adv_set_random_addr()
1295 struct hci_cp_le_set_ext_adv_enable *cp; in hci_cc_le_set_ext_adv_enable() local
1305 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_ADV_ENABLE); in hci_cc_le_set_ext_adv_enable()
1306 if (!cp) in hci_cc_le_set_ext_adv_enable()
1309 set = (void *)cp->data; in hci_cc_le_set_ext_adv_enable()
1313 if (cp->num_of_sets) in hci_cc_le_set_ext_adv_enable()
1316 if (cp->enable) { in hci_cc_le_set_ext_adv_enable()
1330 if (cp->num_of_sets) { in hci_cc_le_set_ext_adv_enable()
1358 struct hci_cp_le_set_scan_param *cp; in hci_cc_le_set_scan_param() local
1366 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_PARAM); in hci_cc_le_set_scan_param()
1367 if (!cp) in hci_cc_le_set_scan_param()
1372 hdev->le_scan_type = cp->type; in hci_cc_le_set_scan_param()
1380 struct hci_cp_le_set_ext_scan_params *cp; in hci_cc_le_set_ext_scan_param() local
1389 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_SCAN_PARAMS); in hci_cc_le_set_ext_scan_param()
1390 if (!cp) in hci_cc_le_set_ext_scan_param()
1393 phy_param = (void *)cp->data; in hci_cc_le_set_ext_scan_param()
1494 struct hci_cp_le_set_scan_enable *cp; in hci_cc_le_set_scan_enable() local
1502 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_ENABLE); in hci_cc_le_set_scan_enable()
1503 if (!cp) in hci_cc_le_set_scan_enable()
1506 le_set_scan_enable_complete(hdev, cp->enable); in hci_cc_le_set_scan_enable()
1512 struct hci_cp_le_set_ext_scan_enable *cp; in hci_cc_le_set_ext_scan_enable() local
1520 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_SCAN_ENABLE); in hci_cc_le_set_ext_scan_enable()
1521 if (!cp) in hci_cc_le_set_ext_scan_enable()
1524 le_set_scan_enable_complete(hdev, cp->enable); in hci_cc_le_set_ext_scan_enable()
1804 struct hci_cp_le_set_adv_param *cp; in hci_cc_set_adv_param() local
1812 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_PARAM); in hci_cc_set_adv_param()
1813 if (!cp) in hci_cc_set_adv_param()
1817 hdev->adv_addr_type = cp->own_address_type; in hci_cc_set_adv_param()
1824 struct hci_cp_le_set_ext_adv_params *cp; in hci_cc_set_ext_adv_param() local
1832 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_ADV_PARAMS); in hci_cc_set_ext_adv_param()
1833 if (!cp) in hci_cc_set_ext_adv_param()
1837 hdev->adv_addr_type = cp->own_addr_type; in hci_cc_set_ext_adv_param()
1838 if (!cp->handle) { in hci_cc_set_ext_adv_param()
1842 adv_instance = hci_find_adv_instance(hdev, cp->handle); in hci_cc_set_ext_adv_param()
1847 hci_req_update_adv_data(hdev, cp->handle); in hci_cc_set_ext_adv_param()
1935 struct hci_cp_create_conn *cp; in hci_cs_create_conn() local
1940 cp = hci_sent_cmd_data(hdev, HCI_OP_CREATE_CONN); in hci_cs_create_conn()
1941 if (!cp) in hci_cs_create_conn()
1946 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_create_conn()
1948 BT_DBG("%s bdaddr %pMR hcon %p", hdev->name, &cp->bdaddr, conn); in hci_cs_create_conn()
1961 conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr, in hci_cs_create_conn()
1973 struct hci_cp_add_sco *cp; in hci_cs_add_sco() local
1982 cp = hci_sent_cmd_data(hdev, HCI_OP_ADD_SCO); in hci_cs_add_sco()
1983 if (!cp) in hci_cs_add_sco()
1986 handle = __le16_to_cpu(cp->handle); in hci_cs_add_sco()
2008 struct hci_cp_auth_requested *cp; in hci_cs_auth_requested() local
2016 cp = hci_sent_cmd_data(hdev, HCI_OP_AUTH_REQUESTED); in hci_cs_auth_requested()
2017 if (!cp) in hci_cs_auth_requested()
2022 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(cp->handle)); in hci_cs_auth_requested()
2035 struct hci_cp_set_conn_encrypt *cp; in hci_cs_set_conn_encrypt() local
2043 cp = hci_sent_cmd_data(hdev, HCI_OP_SET_CONN_ENCRYPT); in hci_cs_set_conn_encrypt()
2044 if (!cp) in hci_cs_set_conn_encrypt()
2049 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(cp->handle)); in hci_cs_set_conn_encrypt()
2085 struct hci_cp_remote_name_req cp; in hci_resolve_name() local
2087 memset(&cp, 0, sizeof(cp)); in hci_resolve_name()
2089 bacpy(&cp.bdaddr, &e->data.bdaddr); in hci_resolve_name()
2090 cp.pscan_rep_mode = e->data.pscan_rep_mode; in hci_resolve_name()
2091 cp.pscan_mode = e->data.pscan_mode; in hci_resolve_name()
2092 cp.clock_offset = e->data.clock_offset; in hci_resolve_name()
2094 return hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_resolve_name()
2168 struct hci_cp_remote_name_req *cp; in hci_cs_remote_name_req() local
2178 cp = hci_sent_cmd_data(hdev, HCI_OP_REMOTE_NAME_REQ); in hci_cs_remote_name_req()
2179 if (!cp) in hci_cs_remote_name_req()
2184 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_remote_name_req()
2187 hci_check_pending_name(hdev, conn, &cp->bdaddr, NULL, 0); in hci_cs_remote_name_req()
2211 struct hci_cp_read_remote_features *cp; in hci_cs_read_remote_features() local
2219 cp = hci_sent_cmd_data(hdev, HCI_OP_READ_REMOTE_FEATURES); in hci_cs_read_remote_features()
2220 if (!cp) in hci_cs_read_remote_features()
2225 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(cp->handle)); in hci_cs_read_remote_features()
2238 struct hci_cp_read_remote_ext_features *cp; in hci_cs_read_remote_ext_features() local
2246 cp = hci_sent_cmd_data(hdev, HCI_OP_READ_REMOTE_EXT_FEATURES); in hci_cs_read_remote_ext_features()
2247 if (!cp) in hci_cs_read_remote_ext_features()
2252 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(cp->handle)); in hci_cs_read_remote_ext_features()
2265 struct hci_cp_setup_sync_conn *cp; in hci_cs_setup_sync_conn() local
2274 cp = hci_sent_cmd_data(hdev, HCI_OP_SETUP_SYNC_CONN); in hci_cs_setup_sync_conn()
2275 if (!cp) in hci_cs_setup_sync_conn()
2278 handle = __le16_to_cpu(cp->handle); in hci_cs_setup_sync_conn()
2300 struct hci_cp_sniff_mode *cp; in hci_cs_sniff_mode() local
2308 cp = hci_sent_cmd_data(hdev, HCI_OP_SNIFF_MODE); in hci_cs_sniff_mode()
2309 if (!cp) in hci_cs_sniff_mode()
2314 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(cp->handle)); in hci_cs_sniff_mode()
2327 struct hci_cp_exit_sniff_mode *cp; in hci_cs_exit_sniff_mode() local
2335 cp = hci_sent_cmd_data(hdev, HCI_OP_EXIT_SNIFF_MODE); in hci_cs_exit_sniff_mode()
2336 if (!cp) in hci_cs_exit_sniff_mode()
2341 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(cp->handle)); in hci_cs_exit_sniff_mode()
2354 struct hci_cp_disconnect *cp; in hci_cs_disconnect() local
2360 cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT); in hci_cs_disconnect()
2361 if (!cp) in hci_cs_disconnect()
2366 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(cp->handle)); in hci_cs_disconnect()
2440 struct hci_cp_le_create_conn *cp; in hci_cs_le_create_conn() local
2451 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_CREATE_CONN); in hci_cs_le_create_conn()
2452 if (!cp) in hci_cs_le_create_conn()
2457 cs_le_create_conn(hdev, &cp->peer_addr, cp->peer_addr_type, in hci_cs_le_create_conn()
2458 cp->own_address_type, cp->filter_policy); in hci_cs_le_create_conn()
2465 struct hci_cp_le_ext_create_conn *cp; in hci_cs_le_ext_create_conn() local
2476 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_EXT_CREATE_CONN); in hci_cs_le_ext_create_conn()
2477 if (!cp) in hci_cs_le_ext_create_conn()
2482 cs_le_create_conn(hdev, &cp->peer_addr, cp->peer_addr_type, in hci_cs_le_ext_create_conn()
2483 cp->own_addr_type, cp->filter_policy); in hci_cs_le_ext_create_conn()
2490 struct hci_cp_le_read_remote_features *cp; in hci_cs_le_read_remote_features() local
2498 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_READ_REMOTE_FEATURES); in hci_cs_le_read_remote_features()
2499 if (!cp) in hci_cs_le_read_remote_features()
2504 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(cp->handle)); in hci_cs_le_read_remote_features()
2517 struct hci_cp_le_start_enc *cp; in hci_cs_le_start_enc() local
2527 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_START_ENC); in hci_cs_le_start_enc()
2528 if (!cp) in hci_cs_le_start_enc()
2531 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(cp->handle)); in hci_cs_le_start_enc()
2547 struct hci_cp_switch_role *cp; in hci_cs_switch_role() local
2555 cp = hci_sent_cmd_data(hdev, HCI_OP_SWITCH_ROLE); in hci_cs_switch_role()
2556 if (!cp) in hci_cs_switch_role()
2561 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_switch_role()
2734 struct hci_cp_read_remote_features cp; in hci_conn_complete_evt() local
2735 cp.handle = ev->handle; in hci_conn_complete_evt()
2737 sizeof(cp), &cp); in hci_conn_complete_evt()
2744 struct hci_cp_change_conn_ptype cp; in hci_conn_complete_evt() local
2745 cp.handle = ev->handle; in hci_conn_complete_evt()
2746 cp.pkt_type = cpu_to_le16(conn->pkt_type); in hci_conn_complete_evt()
2747 hci_send_cmd(hdev, HCI_OP_CHANGE_CONN_PTYPE, sizeof(cp), in hci_conn_complete_evt()
2748 &cp); in hci_conn_complete_evt()
2782 struct hci_cp_reject_conn_req cp; in hci_reject_conn() local
2784 bacpy(&cp.bdaddr, bdaddr); in hci_reject_conn()
2785 cp.reason = HCI_ERROR_REJ_BAD_ADDR; in hci_reject_conn()
2786 hci_send_cmd(hdev, HCI_OP_REJECT_CONN_REQ, sizeof(cp), &cp); in hci_reject_conn()
2861 struct hci_cp_accept_conn_req cp; in hci_conn_request_evt() local
2864 bacpy(&cp.bdaddr, &ev->bdaddr); in hci_conn_request_evt()
2867 cp.role = 0x00; /* Become central */ in hci_conn_request_evt()
2869 cp.role = 0x01; /* Remain peripheral */ in hci_conn_request_evt()
2871 hci_send_cmd(hdev, HCI_OP_ACCEPT_CONN_REQ, sizeof(cp), &cp); in hci_conn_request_evt()
2873 struct hci_cp_accept_sync_conn_req cp; in hci_conn_request_evt() local
2876 bacpy(&cp.bdaddr, &ev->bdaddr); in hci_conn_request_evt()
2877 cp.pkt_type = cpu_to_le16(conn->pkt_type); in hci_conn_request_evt()
2879 cp.tx_bandwidth = cpu_to_le32(0x00001f40); in hci_conn_request_evt()
2880 cp.rx_bandwidth = cpu_to_le32(0x00001f40); in hci_conn_request_evt()
2881 cp.max_latency = cpu_to_le16(0xffff); in hci_conn_request_evt()
2882 cp.content_format = cpu_to_le16(hdev->voice_setting); in hci_conn_request_evt()
2883 cp.retrans_effort = 0xff; in hci_conn_request_evt()
2885 hci_send_cmd(hdev, HCI_OP_ACCEPT_SYNC_CONN_REQ, sizeof(cp), in hci_conn_request_evt()
2886 &cp); in hci_conn_request_evt()
3033 struct hci_cp_set_conn_encrypt cp; in hci_auth_complete_evt() local
3034 cp.handle = ev->handle; in hci_auth_complete_evt()
3035 cp.encrypt = 0x01; in hci_auth_complete_evt()
3036 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt()
3037 &cp); in hci_auth_complete_evt()
3053 struct hci_cp_set_conn_encrypt cp; in hci_auth_complete_evt() local
3054 cp.handle = ev->handle; in hci_auth_complete_evt()
3055 cp.encrypt = 0x01; in hci_auth_complete_evt()
3056 hci_send_cmd(hdev, HCI_OP_SET_CONN_ENCRYPT, sizeof(cp), in hci_auth_complete_evt()
3057 &cp); in hci_auth_complete_evt()
3098 struct hci_cp_auth_requested cp; in hci_remote_name_evt() local
3102 cp.handle = __cpu_to_le16(conn->handle); in hci_remote_name_evt()
3103 hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED, sizeof(cp), &cp); in hci_remote_name_evt()
3213 struct hci_cp_read_enc_key_size cp; in hci_encrypt_change_evt() local
3227 cp.handle = cpu_to_le16(conn->handle); in hci_encrypt_change_evt()
3228 hci_req_add(&req, HCI_OP_READ_ENC_KEY_SIZE, sizeof(cp), &cp); in hci_encrypt_change_evt()
3250 struct hci_cp_write_auth_payload_to cp; in hci_encrypt_change_evt() local
3252 cp.handle = cpu_to_le16(conn->handle); in hci_encrypt_change_evt()
3253 cp.timeout = cpu_to_le16(hdev->auth_payload_timeout); in hci_encrypt_change_evt()
3255 sizeof(cp), &cp); in hci_encrypt_change_evt()
3310 struct hci_cp_read_remote_ext_features cp; in hci_remote_features_evt() local
3311 cp.handle = ev->handle; in hci_remote_features_evt()
3312 cp.page = 0x01; in hci_remote_features_evt()
3314 sizeof(cp), &cp); in hci_remote_features_evt()
3319 struct hci_cp_remote_name_req cp; in hci_remote_features_evt() local
3320 memset(&cp, 0, sizeof(cp)); in hci_remote_features_evt()
3321 bacpy(&cp.bdaddr, &conn->dst); in hci_remote_features_evt()
3322 cp.pscan_rep_mode = 0x02; in hci_remote_features_evt()
3323 hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_remote_features_evt()
4109 struct hci_cp_link_key_reply cp; in hci_link_key_request_evt() local
4152 bacpy(&cp.bdaddr, &ev->bdaddr); in hci_link_key_request_evt()
4153 memcpy(cp.link_key, key->val, HCI_LINK_KEY_SIZE); in hci_link_key_request_evt()
4155 hci_send_cmd(hdev, HCI_OP_LINK_KEY_REPLY, sizeof(cp), &cp); in hci_link_key_request_evt()
4409 struct hci_cp_remote_name_req cp; in hci_remote_ext_features_evt() local
4410 memset(&cp, 0, sizeof(cp)); in hci_remote_ext_features_evt()
4411 bacpy(&cp.bdaddr, &conn->dst); in hci_remote_ext_features_evt()
4412 cp.pscan_rep_mode = 0x02; in hci_remote_ext_features_evt()
4413 hci_send_cmd(hdev, HCI_OP_REMOTE_NAME_REQ, sizeof(cp), &cp); in hci_remote_ext_features_evt()
4740 struct hci_cp_io_capability_reply cp; in hci_io_capa_request_evt() local
4742 bacpy(&cp.bdaddr, &ev->bdaddr); in hci_io_capa_request_evt()
4745 cp.capability = (conn->io_capability == 0x04) ? in hci_io_capa_request_evt()
4766 cp.authentication = conn->auth_type; in hci_io_capa_request_evt()
4767 cp.oob_data = bredr_oob_data_present(conn); in hci_io_capa_request_evt()
4770 sizeof(cp), &cp); in hci_io_capa_request_evt()
4772 struct hci_cp_io_capability_neg_reply cp; in hci_io_capa_request_evt() local
4774 bacpy(&cp.bdaddr, &ev->bdaddr); in hci_io_capa_request_evt()
4775 cp.reason = HCI_ERROR_PAIRING_NOT_ALLOWED; in hci_io_capa_request_evt()
4778 sizeof(cp), &cp); in hci_io_capa_request_evt()
5028 struct hci_cp_remote_oob_data_neg_reply cp; in hci_remote_oob_data_request_evt() local
5030 bacpy(&cp.bdaddr, &ev->bdaddr); in hci_remote_oob_data_request_evt()
5032 sizeof(cp), &cp); in hci_remote_oob_data_request_evt()
5037 struct hci_cp_remote_oob_ext_data_reply cp; in hci_remote_oob_data_request_evt() local
5039 bacpy(&cp.bdaddr, &ev->bdaddr); in hci_remote_oob_data_request_evt()
5041 memset(cp.hash192, 0, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt()
5042 memset(cp.rand192, 0, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt()
5044 memcpy(cp.hash192, data->hash192, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt()
5045 memcpy(cp.rand192, data->rand192, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt()
5047 memcpy(cp.hash256, data->hash256, sizeof(cp.hash256)); in hci_remote_oob_data_request_evt()
5048 memcpy(cp.rand256, data->rand256, sizeof(cp.rand256)); in hci_remote_oob_data_request_evt()
5051 sizeof(cp), &cp); in hci_remote_oob_data_request_evt()
5053 struct hci_cp_remote_oob_data_reply cp; in hci_remote_oob_data_request_evt() local
5055 bacpy(&cp.bdaddr, &ev->bdaddr); in hci_remote_oob_data_request_evt()
5056 memcpy(cp.hash, data->hash192, sizeof(cp.hash)); in hci_remote_oob_data_request_evt()
5057 memcpy(cp.rand, data->rand192, sizeof(cp.rand)); in hci_remote_oob_data_request_evt()
5060 sizeof(cp), &cp); in hci_remote_oob_data_request_evt()
5399 struct hci_cp_le_read_remote_features cp; in le_conn_complete_evt() local
5401 cp.handle = __cpu_to_le16(conn->handle); in le_conn_complete_evt()
5404 sizeof(cp), &cp); in le_conn_complete_evt()
5969 struct hci_cp_le_ltk_reply cp; in hci_le_ltk_request_evt() local
5996 memcpy(cp.ltk, ltk->val, ltk->enc_size); in hci_le_ltk_request_evt()
5997 memset(cp.ltk + ltk->enc_size, 0, sizeof(cp.ltk) - ltk->enc_size); in hci_le_ltk_request_evt()
5998 cp.handle = cpu_to_le16(conn->handle); in hci_le_ltk_request_evt()
6004 hci_send_cmd(hdev, HCI_OP_LE_LTK_REPLY, sizeof(cp), &cp); in hci_le_ltk_request_evt()
6033 struct hci_cp_le_conn_param_req_neg_reply cp; in send_conn_param_neg_reply() local
6035 cp.handle = cpu_to_le16(handle); in send_conn_param_neg_reply()
6036 cp.reason = reason; in send_conn_param_neg_reply()
6038 hci_send_cmd(hdev, HCI_OP_LE_CONN_PARAM_REQ_NEG_REPLY, sizeof(cp), in send_conn_param_neg_reply()
6039 &cp); in send_conn_param_neg_reply()
6046 struct hci_cp_le_conn_param_req_reply cp; in hci_le_remote_conn_param_req_evt() local
6093 cp.handle = ev->handle; in hci_le_remote_conn_param_req_evt()
6094 cp.interval_min = ev->interval_min; in hci_le_remote_conn_param_req_evt()
6095 cp.interval_max = ev->interval_max; in hci_le_remote_conn_param_req_evt()
6096 cp.latency = ev->latency; in hci_le_remote_conn_param_req_evt()
6097 cp.timeout = ev->timeout; in hci_le_remote_conn_param_req_evt()
6098 cp.min_ce_len = 0; in hci_le_remote_conn_param_req_evt()
6099 cp.max_ce_len = 0; in hci_le_remote_conn_param_req_evt()
6101 hci_send_cmd(hdev, HCI_OP_LE_CONN_PARAM_REQ_REPLY, sizeof(cp), &cp); in hci_le_remote_conn_param_req_evt()