Home
last modified time | relevance | path

Searched refs:SdpCallbacksDispatcher (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs418 pub struct SdpCallbacksDispatcher { struct
422 type SdpCb = Arc<Mutex<SdpCallbacksDispatcher>>; argument
459 pub fn initialize(&mut self, callbacks: SdpCallbacksDispatcher) -> bool { in initialize()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs18 profiles::sdp::{BtSdpRecord, Sdp, SdpCallbacks, SdpCallbacksDispatcher},
845 self.sdp.as_mut().unwrap().initialize(SdpCallbacksDispatcher { in init_profiles()