Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs104 self.with_manager(|manager| manager.on_le_connect(address, result)) in on_le_connect()
108 self.with_manager(|manager| manager.on_disconnect(address)) in on_disconnect()
113 fn with_manager(&self, f: impl FnOnce(&ConnectionManager)) { in with_manager() method