Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs86 struct ConnectionManagerState { struct
88 attempts: ConnectionAttempts,
90 current_connections: HashSet<AddressWithType>,
93 acceptlist_manager: LeAcceptlistManager,
134 fn reconcile_state(state: &mut ConnectionManagerState) { in reconcile_state()