Home | History | Annotate | Download | only in hl

Lines Matching refs:api_dch_open

969     if (bta_hl_find_mcl_idx_using_handle(p_data->api_dch_open.mcl_handle, &app_idx, &mcl_idx))
974 APPL_TRACE_DEBUG("bta_hl_api_dch_open: app_ix=%d, mcl_idx=%d, cch_state=%d, mcl_handle=%d",app_idx,mcl_idx,p_mcb->cch_state,p_data->api_dch_open.mcl_handle);
981 if (bta_hl_find_mdep_cfg_idx(app_idx, p_data->api_dch_open.local_mdep_id, &mdep_cfg_idx))
986 p_data->api_dch_open.local_cfg = BTA_HL_DCH_CFG_NO_PREF;
989 if ((status = bta_hl_chk_local_cfg(app_idx,mcl_idx,mdep_cfg_idx,p_data->api_dch_open.local_cfg))
993 if (p_data->api_dch_open.local_mdep_id != BTA_HL_ECHO_TEST_MDEP_ID)
995 if (bta_hl_set_ctrl_psm_for_dch(app_idx, mcl_idx, mdl_idx, p_data->api_dch_open.ctrl_psm))
1000 p_dcb->sec_mask = p_data->api_dch_open.sec_mask;
1001 p_dcb->local_mdep_id = p_data->api_dch_open.local_mdep_id;
1002 p_dcb->peer_mdep_id = p_data->api_dch_open.peer_mdep_id;
1014 p_dcb->local_cfg = p_data->api_dch_open.local_cfg;
1084 p_data->api_dch_open.mcl_handle,
1212 if (bta_hl_set_ctrl_psm_for_dch(app_idx, mcl_idx, mdl_idx, p_data->api_dch_open.ctrl_psm))
1349 if (bta_hl_set_ctrl_psm_for_dch(app_idx, mcl_idx, mdl_idx, p_data->api_dch_open.ctrl_psm))