Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a06af30d authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

Fix iface_bluetooth

BluetoothDeviceDBus should match btstack::BluetoothDevice. Also removes
an unused import.

Bug: 188718349
Tag: #floss
Test: Build floss on Linux

Change-Id: I22f6e50f07d19724ada3ba4a6228f56e3c1653c3
parent 42435df5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ use crate::dbus_arg::{DBusArg, DBusArgError, RefArgToRust};
#[dbus_propmap(BluetoothDevice)]
pub struct BluetoothDeviceDBus {
    address: String,
    name: String,
}

#[allow(dead_code)]
+1 −1
Original line number Diff line number Diff line
//! Anything related to audio and media API.

use bt_topshim::btif::BluetoothInterface;
use bt_topshim::profiles::a2dp::{A2dp, A2dpCallbacks, A2dpCallbacksDispatcher};
use bt_topshim::profiles::a2dp::{A2dp, A2dpCallbacksDispatcher};
use bt_topshim::topstack;

use std::sync::Arc;