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.java55 public class ContextMap<C, T> { class
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs59 struct ContextMap { struct
69 impl ContextMap { argument
70 fn new(tx: Sender<Message>) -> ContextMap { in new()