Searched defs:BluetoothDBus (Results 1 – 1 of 1) sorted by relevance
730 pub(crate) struct BluetoothDBus { struct732 pub rpc: BluetoothDBusRPC, argument735 impl BluetoothDBus { impl745 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothDBus { in new()754 impl IBluetooth for BluetoothDBus { implementation