Home
last modified time | relevance | path

Searched refs:pwr_mds_cache (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc801 static std::vector<tBTM_PM_PWR_MD> pwr_mds_cache; in get_sniff_entry() local
802 if (pwr_mds_cache.size() == BTA_DM_PM_PARK_IDX) { in get_sniff_entry()
804 return pwr_mds_cache[0]; in get_sniff_entry()
806 return pwr_mds_cache[index]; in get_sniff_entry()
829 pwr_mds_cache.push_back(p_bta_dm_pm_md[i]); in get_sniff_entry()
831 pwr_mds_cache.push_back(tBTM_PM_PWR_MD{ in get_sniff_entry()
839 return pwr_mds_cache[0]; in get_sniff_entry()
841 return pwr_mds_cache[index]; in get_sniff_entry()