Searched refs:remove_client (Results 1 – 6 of 6) sorted by relevance
57 ::rust::Fn<void(uint8_t client_id)> remove_client,70 ::rust::Fn<void(uint8_t client_id)> remove_client;
167 ::rust::Fn<void(uint8_t client_id)> remove_client, in RegisterRustApis() argument174 remove_client, in RegisterRustApis()
89 remove_client: fn(client_id: u8), in RegisterRustApis()231 modules.connection_manager.remove_client(client); in register_callbacks()
159 pub fn remove_client(&mut self, client: ConnectionManagerClient) { in remove_client() method490 attempts.remove_client(CLIENT_1); in test_remove_client()
238 pub fn remove_client(&self, client: ConnectionManagerClient) { in remove_client() method240 state.attempts.remove_client(client); in remove_client()
1326 bluetooth::connection::GetConnectionManager().remove_client(gatt_if); in GATT_Deregister()