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.rs635 pub struct GattServerCallbacksDispatcher { struct
640 type GattServerCb = Arc<Mutex<GattServerCallbacksDispatcher>>; argument
1778 gatt_server_callbacks_dispatcher: GattServerCallbacksDispatcher, in initialize()