Searched defs:AttTransport (Results 1 – 2 of 2) sorted by relevance
| /packages/modules/Bluetooth/system/rust/src/gatt/ | ||
| D | channel.rs | 10 pub trait AttTransport { trait |
| /packages/modules/Bluetooth/system/rust/src/ | ||
| D | lib.rs | 71 att_transport: Rc<dyn AttTransport>, in start() |