Searched defs:BluetoothDBus (Results 1 – 1 of 1) sorted by relevance
722 pub(crate) struct BluetoothDBus { struct724 pub rpc: BluetoothDBusRPC, argument727 impl BluetoothDBus { impl737 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothDBus { in new()746 impl IBluetooth for BluetoothDBus { implementation