Home
last modified time | relevance | path

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

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