Lines Matching refs:dch_reconnect_cfm
2812 btif_hl_find_app_idx_using_mdepId(p_data->dch_reconnect_cfm.local_mdep_id,&app_idx); in btif_hl_proc_dch_reconnect_cfm()
2814 … 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()
2822 … 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()
2825 p_dcb->mdl_handle = p_data->dch_reconnect_cfm.mdl_handle; in btif_hl_proc_dch_reconnect_cfm()
2827 p_dcb->local_mdep_id = p_data->dch_reconnect_cfm.local_mdep_id; in btif_hl_proc_dch_reconnect_cfm()
2828 p_dcb->mdl_id = p_data->dch_reconnect_cfm.mdl_id; in btif_hl_proc_dch_reconnect_cfm()
2829 p_dcb->dch_mode = p_data->dch_reconnect_cfm.dch_mode; in btif_hl_proc_dch_reconnect_cfm()
2830 p_dcb->is_the_first_reliable= p_data->dch_reconnect_cfm.first_reliable; in btif_hl_proc_dch_reconnect_cfm()
2831 p_dcb->mtu = p_data->dch_reconnect_cfm.mtu; in btif_hl_proc_dch_reconnect_cfm()
2858 BTA_HlDchClose(p_data->dch_reconnect_cfm.mdl_handle); in btif_hl_proc_dch_reconnect_cfm()
3482 p_data->dch_reconnect_cfm.mcl_handle, in btif_hl_upstreams_evt()
3483 p_data->dch_reconnect_cfm.mdl_handle, in btif_hl_upstreams_evt()
3484 p_data->dch_reconnect_cfm.status); in btif_hl_upstreams_evt()
3486 p_data->dch_reconnect_cfm.first_reliable, in btif_hl_upstreams_evt()
3487 p_data->dch_reconnect_cfm.dch_mode, in btif_hl_upstreams_evt()
3488 p_data->dch_reconnect_cfm.mdl_id, in btif_hl_upstreams_evt()
3489 p_data->dch_reconnect_cfm.mtu); in btif_hl_upstreams_evt()
3491 if (p_data->dch_reconnect_cfm.status == BTA_HL_STATUS_OK) in btif_hl_upstreams_evt()