Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs4215 struct TestBluetoothGattCallback { struct
4216 id: String,
4219 impl TestBluetoothGattCallback { implementation
4220 fn new(id: String) -> TestBluetoothGattCallback { in new()
4225 impl IBluetoothGattCallback for TestBluetoothGattCallback { implementation
4311 impl RPCProxy for TestBluetoothGattCallback { implementation