Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/mocks/
Dmock_le_manager.rs90 currently_connected: HashSet<AddressWithType>, field
99 currently_connected: HashSet::new(), in new()
107 - (&state.currently_connected) in current_acceptlist()
117 .difference(&state.currently_connected) in current_connection_mode()
131 let ok = state.currently_connected.insert(address); in on_le_connect()
138 let ok = state.currently_connected.remove(&address); in on_le_disconnect()
147 !state.currently_connected.contains(&address), in add_to_direct_list()
157 !state.currently_connected.contains(&address), in add_to_background_list()
167 !state.currently_connected.contains(&address), in remove_from_all_lists()