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.rs622 pub struct GattClientCallbacksDispatcher { struct
630 type GattClientCb = Arc<Mutex<GattClientCallbacksDispatcher>>; argument
1784 gatt_client_callbacks_dispatcher: GattClientCallbacksDispatcher, in initialize()