Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs154 pub fn remove_unconditionally(&mut self, address: AddressWithType) { in remove_unconditionally() method
467 attempts.remove_unconditionally(ADDRESS_1); in test_remove_unconditionally()
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs233 state.attempts.remove_unconditionally(address); in cancel_unconditionally()