Home
last modified time | relevance | path

Searched defs:client_disconnect (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs488 fn client_disconnect(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in client_disconnect() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs776 fn client_disconnect(&self, client_id: i32, addr: RawAddress) { in client_disconnect() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs520 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/client/src/
Ddbus_iface.rs1634 fn client_disconnect(&self, client_id: i32, addr: RawAddress) { in client_disconnect() method