Lines Matching refs:mdep
540 ** Description This function finds the SDP record index using MDEP filter parameters
555 ** Description This function finds the SDP record index using MDEP filter parameters
653 UINT16 data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
1161 ** Description Find the peer MDEP ID from the received SPD records
1235 ** Description Find the local MDEP ID from the MDEP configuration
1257 if (p_acb->sup_feature.mdep[i].mdep_cfg.mdep_role == local_mdep_role )
1259 for (j=0; j< p_acb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; j++)
1261 if ( p_acb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type == mdep_data_type)
1264 *p_local_mdep_id = p_acb->sup_feature.mdep[i].mdep_id;
1273 BTIF_TRACE_DEBUG2("found=%d local mdep id=%d", found, *p_local_mdep_id );
1281 ** Description Find the MDEP configuration index using local MDEP_ID
1296 p_sup_feature->mdep[i].mdep_id,app_idx);
1297 if ( p_sup_feature->mdep[i].mdep_id == local_mdep_id)
1481 ** MDEP role
1527 ** MDEP role
1577 static BOOLEAN btif_hl_get_bta_mdep_role(bthl_mdep_role_t mdep, tBTA_HL_MDEP_ROLE *p){
1579 switch (mdep)
1593 __FUNCTION__, status, *p, mdep);
2030 BTIF_TRACE_DEBUG1("btif_hl_find_app_idx_using_mdepId: MDEP-ID = %d",
2031 btif_hl_cb.acb[i].sup_feature.mdep[0].mdep_id);
2033 (btif_hl_cb.acb[i].sup_feature.mdep[0].mdep_id == mdep_id))
2571 dch_open.local_mdep_id = p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_id;
2573 p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_cfg.mdep_role,
2574 p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type, &dch_open.peer_mdep_id ))
2577 if ((p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SOURCE)
2760 p_mdep = &(p_acb->sup_feature.mdep[mdep_cfg_idx]);
4055 dch_open.local_mdep_id = p_acb->sup_feature.mdep[mdep_cfg_index].mdep_id;
4059 p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role,
4060 mdep[mdep_cfg_index].mdep_cfg.data_cfg[0].data_type, &dch_open.peer_mdep_id ))
4063 if ((p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SOURCE)
4097 p_acb->filter.elem[0].data_type = p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.data_cfg[mdep_cfg_index].data_type;
4098 if (p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SINK)
4179 p_acb->filter.elem[0].data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[mdep_cfg_idx].data_type;
4180 if (p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SINK)
4312 p_cfg = &p_sup->mdep[i].mdep_cfg;
4418 p_mdl->extra.data_type = p_acb->sup_feature.mdep[p_mcb->pcb.mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
4421 p_acb->sup_feature.mdep[p_mcb->pcb.mdep_cfg_idx].mdep_cfg.mdep_role,
4422 p_acb->sup_feature.mdep[p_mcb->pcb.mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type,