Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs8 GattAdvCallbacksDispatcher, GattAdvInbandCallbacksDispatcher, GattClientCallbacksDispatcher,
57 GattClientCallbacksDispatcher { in create()
/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() argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs11 GattAdvInbandCallbacksDispatcher, GattClientCallbacks, GattClientCallbacksDispatcher,
1504 let gatt_client_callbacks_dispatcher = GattClientCallbacksDispatcher { in init_profiles()