Searched refs:client_disconnect (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_service.rs | 287 self.gatt.lock().unwrap().client_disconnect(client_id, remote_address); in drop_device()
|
D | bluetooth_gatt.rs | 520 fn client_disconnect(&self, client_id: i32, addr: RawAddress); in client_disconnect() method 2460 fn client_disconnect(&self, client_id: i32, addr: RawAddress) { in client_disconnect() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 776 fn client_disconnect(&self, client_id: i32, addr: RawAddress) { in client_disconnect() method
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 488 fn client_disconnect(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in client_disconnect() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1136 self.lock_context().gatt_dbus.as_ref().unwrap().client_disconnect(client_id, addr); in cmd_gatt()
|
D | dbus_iface.rs | 1634 fn client_disconnect(&self, client_id: i32, addr: RawAddress) { in client_disconnect() method
|