Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_raw_datastore.rs19 pub struct MockRawDatastore(mpsc::UnboundedSender<MockRawDatastoreEvents>); struct
21 impl MockRawDatastore { implementation
59 impl RawGattDatastore for MockRawDatastore { implementation