Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DContextMap.java52 public class ContextMap<C> { class
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs55 struct ContextMap { struct
65 impl ContextMap { argument
66 fn new(tx: Sender<Message>) -> ContextMap { in new()