Home | History | Annotate | Download | only in src

Lines Matching refs:mdep_id

1044             *p_peer_mdep_id = p_rec->mdep_cfg[i].mdep_id;
1061 * Description Find the MDEP configuration index using local MDEP_ID
1075 BTIF_TRACE_DEBUG("btif_hl_find_mdep_cfg_idx: mdep_id=%d app_idx = %d",
1076 p_sup_feature->mdep[i].mdep_id, app_idx);
1077 if (p_sup_feature->mdep[i].mdep_id == local_mdep_id) {
1739 bool btif_hl_find_app_idx_using_mdepId(uint8_t mdep_id, uint8_t* p_app_idx) {
1746 btif_hl_cb.acb[i].sup_feature.mdep[0].mdep_id);
1748 (btif_hl_cb.acb[i].sup_feature.mdep[0].mdep_id == mdep_id)) {
2104 BTIF_TRACE_DEBUG("mdep_idx=%d mdep_id=0x%x data_type=0x%x mdep_role=0x%x",
2105 (j + 1), p_sdp->sdp_rec[i].mdep_cfg[j].mdep_id,
2243 p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_id;
2416 // Find the correct app_idx based on the mdep_id;
2492 // Find the correct app_idx based on the mdep_id;
2528 BTIF_TRACE_ERROR("INVALID_LOCAL_MDEP_ID mdep_id=%d",
2562 // Find the correct app_idx based on the mdep_id;
2599 BTIF_TRACE_ERROR("INVALID_LOCAL_MDEP_ID mdep_id=%d",
2668 BTIF_TRACE_ERROR("INVALID_LOCAL_MDEP_ID mdep_id=%d",
2701 // Find the correct app_idx based on the mdep_id;
2736 BTIF_TRACE_ERROR("INVALID_LOCAL_MDEP_ID mdep_id=%d",
3628 p_acb->sup_feature.mdep[mdep_cfg_index].mdep_id;
3630 "connect_channel: app_idx =%d, mdep_cfg_indx =%d, mdep_id =%d "
3938 bool btif_hl_save_mdl_cfg(uint8_t mdep_id, uint8_t item_idx,
3950 "%s mdep_id=%d item_idx=%d, local_mdep_id=%d mdl_id=0x%x dch_mode=%d",
3951 __func__, mdep_id, item_idx, p_mdl_cfg->local_mdep_id, p_mdl_cfg->mdl_id,
3954 if (btif_hl_find_app_idx_using_mdepId(mdep_id, &app_idx)) {
4012 bool btif_hl_delete_mdl_cfg(uint8_t mdep_id, uint8_t item_idx) {
4019 if (btif_hl_find_app_idx_using_mdepId(mdep_id, &app_idx)) {