Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1128 fn is_fresh(d: &BluetoothDeviceContext, now: &Instant) -> bool { in trigger_freshness_check() function
1137 .filter(|d| !is_fresh(d, &now)) in trigger_freshness_check()
1142 self.remote_devices.retain(|_, d| is_fresh(d, &now)); in trigger_freshness_check()