Home
last modified time | relevance | path

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

/system/bt/bta/hl/
Dbta_hl_main.c969 if (bta_hl_find_mcl_idx_using_handle(p_data->api_dch_open.mcl_handle, &app_idx, &mcl_idx)) in bta_hl_api_dch_open()
974 …%d, cch_state=%d, mcl_handle=%d",app_idx,mcl_idx,p_mcb->cch_state,p_data->api_dch_open.mcl_handle); in bta_hl_api_dch_open()
981 … if (bta_hl_find_mdep_cfg_idx(app_idx, p_data->api_dch_open.local_mdep_id, &mdep_cfg_idx)) in bta_hl_api_dch_open()
986 p_data->api_dch_open.local_cfg = BTA_HL_DCH_CFG_NO_PREF; in bta_hl_api_dch_open()
989 … if ((status = bta_hl_chk_local_cfg(app_idx,mcl_idx,mdep_cfg_idx,p_data->api_dch_open.local_cfg)) in bta_hl_api_dch_open()
993 if (p_data->api_dch_open.local_mdep_id != BTA_HL_ECHO_TEST_MDEP_ID) in bta_hl_api_dch_open()
995 … if (bta_hl_set_ctrl_psm_for_dch(app_idx, mcl_idx, mdl_idx, p_data->api_dch_open.ctrl_psm)) in bta_hl_api_dch_open()
1000 p_dcb->sec_mask = p_data->api_dch_open.sec_mask; in bta_hl_api_dch_open()
1001 … p_dcb->local_mdep_id = p_data->api_dch_open.local_mdep_id; in bta_hl_api_dch_open()
1002 p_dcb->peer_mdep_id = p_data->api_dch_open.peer_mdep_id; in bta_hl_api_dch_open()
[all …]
Dbta_hl_int.h428 tBTA_HL_API_DCH_OPEN api_dch_open; member