Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs4119 struct TestBluetoothGattCallback { struct
4120 id: String,
4123 impl TestBluetoothGattCallback { impl
4124 fn new(id: String) -> TestBluetoothGattCallback { in new()
4129 impl IBluetoothGattCallback for TestBluetoothGattCallback { implementation
4215 impl RPCProxy for TestBluetoothGattCallback { implementation