Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_ble_scanner.cc70 std::queue<RawAddress> remote_bdaddr_cache_ordered; variable
76 const RawAddress& raw_address = remote_bdaddr_cache_ordered.front(); in btif_address_cache_add()
78 remote_bdaddr_cache_ordered.pop(); in btif_address_cache_add()
81 remote_bdaddr_cache_ordered.push(p_bda); in btif_address_cache_add()
90 remote_bdaddr_cache_ordered = {}; in btif_address_cache_init()