Lines Matching refs:local_mdep_id
1154 static BOOLEAN btif_hl_find_mdep_cfg_idx(UINT8 app_idx, tBTA_HL_MDEP_ID local_mdep_id, in btif_hl_find_mdep_cfg_idx() argument
1165 if ( p_sup_feature->mdep[i].mdep_id == local_mdep_id) in btif_hl_find_mdep_cfg_idx()
1174 __FUNCTION__, found,i, local_mdep_id,app_idx); in btif_hl_find_mdep_cfg_idx()
2413 dch_open.local_mdep_id = p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_id; in btif_hl_proc_pending_op()
2586 btif_hl_find_app_idx_using_mdepId(p_data->dch_create_ind.local_mdep_id,&orig_app_idx); in btif_hl_proc_create_ind()
2592 … if (btif_hl_find_mdep_cfg_idx(orig_app_idx, p_data->dch_create_ind.local_mdep_id, &mdep_cfg_idx)) in btif_hl_proc_create_ind()
2637 create_rsp_param.local_mdep_id = p_data->dch_create_ind.local_mdep_id; in btif_hl_proc_create_ind()
2664 btif_hl_find_app_idx_using_mdepId(p_data->dch_open_ind.local_mdep_id,&orig_app_idx); in btif_hl_proc_dch_open_ind()
2672 … if (btif_hl_find_mdep_cfg_idx(orig_app_idx, p_data->dch_open_ind.local_mdep_id, &mdep_cfg_idx)) in btif_hl_proc_dch_open_ind()
2677 p_dcb->local_mdep_id = p_data->dch_open_ind.local_mdep_id; in btif_hl_proc_dch_open_ind()
2702 … BTIF_TRACE_ERROR("INVALID_LOCAL_MDEP_ID mdep_id=%d",p_data->dch_open_cfm.local_mdep_id); in btif_hl_proc_dch_open_ind()
2740 btif_hl_find_app_idx_using_mdepId(p_data->dch_open_cfm.local_mdep_id,&app_idx); in btif_hl_proc_dch_open_cfm()
2750 … if (btif_hl_find_mdep_cfg_idx(app_idx, p_data->dch_open_cfm.local_mdep_id, &mdep_cfg_idx)) in btif_hl_proc_dch_open_cfm()
2755 p_dcb->local_mdep_id = p_data->dch_open_cfm.local_mdep_id; in btif_hl_proc_dch_open_cfm()
2779 … BTIF_TRACE_ERROR("INVALID_LOCAL_MDEP_ID mdep_id=%d",p_data->dch_open_cfm.local_mdep_id); in btif_hl_proc_dch_open_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()
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()
2827 p_dcb->local_mdep_id = p_data->dch_reconnect_cfm.local_mdep_id; in btif_hl_proc_dch_reconnect_cfm()
2851 … BTIF_TRACE_ERROR("INVALID_LOCAL_MDEP_ID mdep_id=%d",p_data->dch_open_cfm.local_mdep_id); in btif_hl_proc_dch_reconnect_cfm()
2886 btif_hl_find_app_idx_using_mdepId(p_data->dch_reconnect_ind.local_mdep_id,&app_idx); in btif_hl_proc_dch_reconnect_ind()
2898 … if (btif_hl_find_mdep_cfg_idx(app_idx, p_data->dch_reconnect_ind.local_mdep_id, &mdep_cfg_idx)) in btif_hl_proc_dch_reconnect_ind()
2903 p_dcb->local_mdep_id = p_data->dch_reconnect_ind.local_mdep_id; in btif_hl_proc_dch_reconnect_ind()
2921 … BTIF_TRACE_ERROR("INVALID_LOCAL_MDEP_ID mdep_id=%d",p_data->dch_open_cfm.local_mdep_id); in btif_hl_proc_dch_reconnect_ind()
3385 p_data->dch_open_cfm.local_mdep_id, in btif_hl_upstreams_evt()
3435 p_data->dch_create_ind.local_mdep_id, in btif_hl_upstreams_evt()
3449 p_data->dch_open_ind.local_mdep_id, in btif_hl_upstreams_evt()
3861 dch_open.local_mdep_id = p_acb->sup_feature.mdep[mdep_cfg_index].mdep_id; in connect_channel()
3863 mdep_cfg_index, dch_open.local_mdep_id, app_id); in connect_channel()
4200 __FUNCTION__, mdep_id, item_idx, p_mdl_cfg->local_mdep_id, in btif_hl_save_mdl_cfg()