Home
last modified time | relevance | path

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

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