Searched refs:mdep_cfg (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c290 mdep_role = (UINT8)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role;
292 APPL_TRACE_DEBUG1("num_of_mdep_data_types %d ", p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types);
293 for (j=0; j<p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; j++)
297 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
298 if (p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0')
300 sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp;
499 mdep_role = (UINT8)p_cb->sup_feature.mdep[i].mdep_cfg.mdep_role;
501 for (j=0; j<p_cb->sup_feature.mdep[i].mdep_cfg.num_of_mdep_data_types; j++)
505 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
506 if (p_cb->sup_feature.mdep[i].mdep_cfg
[all...]
H A Dbta_hl_utils.c1832 p_mdep_cfg = &p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg;
1893 APPL_TRACE_DEBUG2("mdep_id %d peer_mdep_id %d",p_rec->mdep_cfg[i].mdep_id , peer_mdep_id);
1894 APPL_TRACE_DEBUG2("mdep_role %d peer_mdep_role %d",p_rec->mdep_cfg[i].mdep_role,
1896 if ( (p_rec->mdep_cfg[i].mdep_id == peer_mdep_id) &&
1897 (p_rec->mdep_cfg[i].mdep_role == peer_mdep_role))
1934 (p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SOURCE) &&
2234 &p_acb->sup_feature.mdep[mdep_idx].mdep_cfg))
2240 p_acb->sup_feature.mdep[mdep_idx].mdep_cfg.num_of_mdep_data_types);
2241 if (p_acb->sup_feature.mdep[mdep_idx].mdep_cfg.mdep_role ==
2246 else if (p_acb->sup_feature.mdep[mdep_idx].mdep_cfg
[all...]
H A Dbta_hl_act.c1790 p_hdp_rec->mdep_cfg[i].data_type = sup_feature.list_elem[i].data_type;
1791 p_hdp_rec->mdep_cfg[i].mdep_id = sup_feature.list_elem[i].mdep_id;
1792 p_hdp_rec->mdep_cfg[i].mdep_role = sup_feature.list_elem[i].mdep_role;
1796 BCM_STRNCPY_S(p_hdp_rec->mdep_cfg[i].mdep_desp,
1797 sizeof(p_hdp_rec->mdep_cfg[i].mdep_desp),
1831 p_hdp_rec->mdep_cfg[i].mdep_id,
1832 p_hdp_rec->mdep_cfg[i].data_type,
1833 (p_hdp_rec->mdep_cfg[i].mdep_role == BTA_HL_MDEP_ROLE_SOURCE)?"Src":"Snk",
1834 p_hdp_rec->mdep_cfg[i].mdep_role);
H A Dbta_hl_int.h595 #define BTA_HL_GET_MDEP_CFG_PTR(app_idx, mdep_cfg_idx) &(bta_hl_cb.acb[(app_idx)].sup_feature.mdep[mdep_cfg_idx].mdep_cfg)
597 &(bta_hl_cb.acb[(app_idx)].sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[data_cfg_idx])
H A Dbta_hl_main.c984 (p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SINK))
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c594 p_mdep = &(p_mcb->sdp.sdp_rec[i].mdep_cfg[mdep_idx]);
653 UINT16 data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
1213 BTIF_TRACE_DEBUG2("p_rec->mdep_cfg[%d].mdep_role=%d",i, p_rec->mdep_cfg[i].mdep_role);
1214 BTIF_TRACE_DEBUG2("p_rec->mdep_cfg[%d].data_type =%d",i, p_rec->mdep_cfg[i].data_type );
1215 if ((p_rec->mdep_cfg[i].mdep_role == peer_mdep_role) &&
1216 (p_rec->mdep_cfg[i].data_type == data_type))
1219 *p_peer_mdep_id = p_rec->mdep_cfg[i].mdep_id;
1257 if (p_acb->sup_feature.mdep[i].mdep_cfg
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_api.h249 tBTA_HL_MDEP_CFG mdep_cfg; member in struct:__anon769
374 tBTA_HL_SDP_MDEP_CFG mdep_cfg[BTA_HL_NUM_SDP_MDEPS]; member in struct:__anon783
/external/bluetooth/bluedroid/btif/co/
H A Dbta_hl_co.c152 &p_btif_hl_cb->acb[app_idx].sup_feature.mdep[idx].mdep_cfg,

Completed in 297 milliseconds