Searched refs:client_read_phy (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 907 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/ |
D | gatt_service.rs | 649 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/ |
D | bluetooth_gatt.rs | 619 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/ |
D | command_handler.rs | 1145 self.lock_context().gatt_dbus.as_mut().unwrap().client_read_phy(client_id, addr); in cmd_gatt()
|
D | dbus_iface.rs | 1651 fn client_read_phy(&mut self, client_id: i32, addr: RawAddress) { in client_read_phy() method
|