Home
last modified time | relevance | path

Searched defs:ConnectionManager (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs81 pub struct ConnectionManager { struct
82 state: RefCell<ConnectionManagerState>, argument
113 fn with_manager(&self, f: impl FnOnce(&ConnectionManager)) { in with_manager()
118 impl ConnectionManager { implementation
204 impl ConnectionManager { implementation