Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc167 ::rust::Fn<void(uint8_t client_id)> remove_client, in RegisterRustApis()
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs238 pub fn remove_client(&self, client: ConnectionManagerClient) { in remove_client() method
/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs159 pub fn remove_client(&mut self, client: ConnectionManagerClient) { in remove_client() method