Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs4215 struct TestBluetoothGattCallback { struct
4219 impl TestBluetoothGattCallback { implementation
4220 fn new(id: String) -> TestBluetoothGattCallback { in new() argument
4221 TestBluetoothGattCallback { id } in new()
4225 impl IBluetoothGattCallback for TestBluetoothGattCallback { implementation
4311 impl RPCProxy for TestBluetoothGattCallback { implementation
4339 let callback1 = Box::new(TestBluetoothGattCallback::new(String::from("Callback 1"))); in test_context_map_clients()
4359 let callback2 = Box::new(TestBluetoothGattCallback::new(String::from("Callback 2"))); in test_context_map_clients()