Searched refs:api_dch_open (Results 1 - 2 of 2) sorted by relevance

/system/bt/bta/hl/
H A Dbta_hl_main.c969 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
[all...]
H A Dbta_hl_int.h431 tBTA_HL_API_DCH_OPEN api_dch_open; member in union:__anon252

Completed in 7 milliseconds