Searched defs:BluetoothDBus (Results 1 – 1 of 1) sorted by relevance
616 pub(crate) struct BluetoothDBus { struct618 pub rpc: BluetoothDBusRPC, argument621 impl BluetoothDBus { implementation631 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothDBus { in new()640 impl IBluetooth for BluetoothDBus { implementation