Searched refs:remote_bdaddr_cache (Results 1 – 1 of 1) sorted by relevance
71 std::set<RawAddress> remote_bdaddr_cache; variable77 while (remote_bdaddr_cache.size() >= remote_bdaddr_cache_max_size) { in btif_address_cache_add()79 remote_bdaddr_cache.erase(raw_address); in btif_address_cache_add()82 remote_bdaddr_cache.insert(p_bda); in btif_address_cache_add()87 return (remote_bdaddr_cache.find(p_bda) != remote_bdaddr_cache.end()); in btif_address_cache_find()91 remote_bdaddr_cache.clear(); in btif_address_cache_init()