Searched defs:p_sup_feature (Results 1 - 2 of 2) sorted by relevance

/system/bt/bta/hl/
H A Dbta_hl_utils.c1747 tBTA_HL_SUP_FEATURE *p_sup_feature= &p_acb->sup_feature; local
1751 for (i=0; i< p_sup_feature->num_of_mdeps; i++)
1753 if ( p_sup_feature->mdep[i].mdep_id == local_mdep_id)
1919 tBTA_HL_SUP_FEATURE *p_sup_feature = &p_acb->sup_feature; local
1945 num_mdeps = p_sup_feature->num_of_mdeps;
1948 if ( p_sup_feature->mdep[i].mdep_id == p_acb->mdl_cfg[mdl_cfg_idx].local_mdep_id)
2553 tBTA_HL_SUP_FEATURE *p_sup_feature= &p_acb->sup_feature; local
2592 if (p_sup_feature->mdep[local_mdep_cfg_idx].mdep_cfg.mdep_role ==
/system/bt/btif/src/
H A Dbtif_hl.c1157 tBTA_HL_SUP_FEATURE *p_sup_feature= &p_acb->sup_feature; local
1161 for (i=0; i< p_sup_feature->num_of_mdeps; i++)
1164 p_sup_feature->mdep[i].mdep_id,app_idx);
1165 if ( p_sup_feature->mdep[i].mdep_id == local_mdep_id)

Completed in 72 milliseconds