Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1070 pub struct GattAdvCallbacksDispatcher { struct
1074 type GDAdvCb = Arc<Mutex<GattAdvCallbacksDispatcher>>; argument
1789 gatt_adv_callbacks_dispatcher: GattAdvCallbacksDispatcher, in initialize()