Beispiel #1
0
        internal static BluetoothFactory Init(AndroidMockValues values)
        {
            var f = new AndroidBthMockFactory(values);

            return(f);
        }
Beispiel #2
0
        internal static BluetoothFactory Init()
        {
            var f = new AndroidBthMockFactory();

            return(f);
        }