Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs626 pub struct GattServerCallbacksDispatcher { struct
631 type GattServerCb = Arc<Mutex<GattServerCallbacksDispatcher>>; argument
1785 gatt_server_callbacks_dispatcher: GattServerCallbacksDispatcher, in initialize()