Searched refs:dch_reconnect_cfm (Results 1 – 2 of 2) sorted by relevance
2931 btif_hl_find_app_idx_using_mdepId(p_data->dch_reconnect_cfm.local_mdep_id,&app_idx); in btif_hl_proc_dch_reconnect_cfm()2933 … if (btif_hl_find_mcl_idx_using_app_idx(p_data->dch_reconnect_cfm.mcl_handle, app_idx, &mcl_idx )) in btif_hl_proc_dch_reconnect_cfm()2943 … if (btif_hl_find_mdep_cfg_idx(app_idx, p_data->dch_reconnect_cfm.local_mdep_id, &mdep_cfg_idx)) in btif_hl_proc_dch_reconnect_cfm()2946 p_dcb->mdl_handle = p_data->dch_reconnect_cfm.mdl_handle; in btif_hl_proc_dch_reconnect_cfm()2948 p_dcb->local_mdep_id = p_data->dch_reconnect_cfm.local_mdep_id; in btif_hl_proc_dch_reconnect_cfm()2949 p_dcb->mdl_id = p_data->dch_reconnect_cfm.mdl_id; in btif_hl_proc_dch_reconnect_cfm()2950 p_dcb->dch_mode = p_data->dch_reconnect_cfm.dch_mode; in btif_hl_proc_dch_reconnect_cfm()2951 p_dcb->is_the_first_reliable= p_data->dch_reconnect_cfm.first_reliable; in btif_hl_proc_dch_reconnect_cfm()2952 p_dcb->mtu = p_data->dch_reconnect_cfm.mtu; in btif_hl_proc_dch_reconnect_cfm()2979 BTA_HlDchClose(p_data->dch_reconnect_cfm.mdl_handle); in btif_hl_proc_dch_reconnect_cfm()[all …]
608 tBTA_HL_DCH_OPEN_CFM dch_reconnect_cfm; member