Home
last modified time | relevance | path

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

/aosp12/system/bt/main/shim/
H A Dle_scanning_manager.cc479 const RawAddress& raw_address = remote_bdaddr_cache_ordered_.front(); in add_address_cache()
481 remote_bdaddr_cache_ordered_.pop(); in add_address_cache()
484 remote_bdaddr_cache_ordered_.push(p_bda); in add_address_cache()
493 remote_bdaddr_cache_ordered_ = {}; in init_address_cache()
498 std::queue<RawAddress> remote_bdaddr_cache_ordered_; member in BleScannerInterfaceImpl