Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs3118 let avrcp_dispatcher = get_avrcp_dispatcher(self.tx.clone()); in initialize() localVariable
3120 self.avrcp.as_mut().unwrap().initialize(avrcp_dispatcher); in initialize()