Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/core/
Dmod.rs15 gatt::ffi::{AttTransportImpl, GattCallbacksImpl},
29 Rc::new(AttTransportImpl()), in start()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs267 pub struct AttTransportImpl(); struct
269 impl AttTransport for AttTransportImpl { implementation