Home | History | Annotate | Download | only in src

Lines Matching refs:dch_reconnect_cfm

2931     btif_hl_find_app_idx_using_mdepId(p_data->dch_reconnect_cfm.local_mdep_id,&app_idx);
2933 if (btif_hl_find_mcl_idx_using_app_idx(p_data->dch_reconnect_cfm.mcl_handle, app_idx, &mcl_idx ))
2943 if (btif_hl_find_mdep_cfg_idx(app_idx, p_data->dch_reconnect_cfm.local_mdep_id, &mdep_cfg_idx))
2946 p_dcb->mdl_handle = p_data->dch_reconnect_cfm.mdl_handle;
2948 p_dcb->local_mdep_id = p_data->dch_reconnect_cfm.local_mdep_id;
2949 p_dcb->mdl_id = p_data->dch_reconnect_cfm.mdl_id;
2950 p_dcb->dch_mode = p_data->dch_reconnect_cfm.dch_mode;
2951 p_dcb->is_the_first_reliable= p_data->dch_reconnect_cfm.first_reliable;
2952 p_dcb->mtu = p_data->dch_reconnect_cfm.mtu;
2979 BTA_HlDchClose(p_data->dch_reconnect_cfm.mdl_handle);
3611 p_data->dch_reconnect_cfm.mcl_handle,
3612 p_data->dch_reconnect_cfm.mdl_handle,
3613 p_data->dch_reconnect_cfm.status);
3615 p_data->dch_reconnect_cfm.first_reliable,
3616 p_data->dch_reconnect_cfm.dch_mode,
3617 p_data->dch_reconnect_cfm.mdl_id,
3618 p_data->dch_reconnect_cfm.mtu);
3621 if (p_data->dch_reconnect_cfm.status == BTA_HL_STATUS_OK)