Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs631 pub struct GattClientCallbacksDispatcher { struct
639 type GattClientCb = Arc<Mutex<GattClientCallbacksDispatcher>>; argument
1777 gatt_client_callbacks_dispatcher: GattClientCallbacksDispatcher, in initialize()