Lines Matching refs:mdep
284 if (p_cb->sup_feature.mdep[i].mdep_id) in bta_hl_sdp_update()
286 mdep_id = (UINT8)p_cb->sup_feature.mdep[i].mdep_id; in bta_hl_sdp_update()
287 mdep_role = (UINT8)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role; in bta_hl_sdp_update()
289 …APPL_TRACE_DEBUG("num_of_mdep_data_types %d ", p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data… in bta_hl_sdp_update()
290 for (j=0; j<p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; j++) in bta_hl_sdp_update()
294 …sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_ty… in bta_hl_sdp_update()
295 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0') in bta_hl_sdp_update()
297 … sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp; in bta_hl_sdp_update()
495 mdep_id = (UINT8)p_cb->sup_feature.mdep[i].mdep_id; in bta_hl_sdp_register()
496 mdep_role = (UINT8)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role; in bta_hl_sdp_register()
498 for (j=0; j<p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; j++) in bta_hl_sdp_register()
502 …sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_ty… in bta_hl_sdp_register()
503 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0') in bta_hl_sdp_register()
505 … sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp; in bta_hl_sdp_register()