Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs259 bluetooth_media.lock().unwrap().dispatch_a2dp_callbacks(a); in dispatch()
Dbluetooth_media.rs1215 pub fn dispatch_a2dp_callbacks(&mut self, cb: A2dpCallbacks) { in dispatch_a2dp_callbacks() method