static BluetoothDevice _device = null;
static BluetoothOppClient _oppClient = null;
private static string filePath = Path.Combine(Application.Current.DirectoryInfo.SharedResource, "test1.jpg");
+ private static string largeFilePath = Path.Combine(Application.Current.DirectoryInfo.SharedResource, "SampleMP3.mp3");
static bool isBluetoothOppSupported = false;
[SetUp]
_oppClient.PushProgress += EventHandlerPushProgress;
- _oppClient.AddFile(filePath);
+ _oppClient.AddFile(largeFilePath);
_oppClient.PushFile(_device.Address);