Searched refs:TestBluetoothGattCallback (Results 1 – 1 of 1) sorted by relevance
4215 struct TestBluetoothGattCallback { struct4219 impl TestBluetoothGattCallback { implementation4220 fn new(id: String) -> TestBluetoothGattCallback { in new() argument4221 TestBluetoothGattCallback { id } in new()4225 impl IBluetoothGattCallback for TestBluetoothGattCallback { implementation4311 impl RPCProxy for TestBluetoothGattCallback { implementation4339 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()