Home
last modified time | relevance | path

Searched refs:client_read_phy (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs907 fn client_read_phy(&mut self, client_id: i32, addr: RawAddress) { in client_read_phy() method
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs649 fn client_read_phy(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in client_read_phy() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs619 fn client_read_phy(&mut self, client_id: i32, addr: RawAddress); in client_read_phy() method
2720 fn client_read_phy(&mut self, client_id: i32, addr: RawAddress) { in client_read_phy() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1145 self.lock_context().gatt_dbus.as_mut().unwrap().client_read_phy(client_id, addr); in cmd_gatt()
Ddbus_iface.rs1651 fn client_read_phy(&mut self, client_id: i32, addr: RawAddress) { in client_read_phy() method