Steven Moy

Results 34 issues of Steven Moy

### Describe the bug i want to file a ticket regarding corretto-8 latest release 1:8.272.10-3 , it has re-introduce the regression in https://bugs.openjdk.java.net/browse/JDK-8249677, only the previous version 1:8.265.01-1 works correctly....

bug

I have a fork of Monkey.Robotics and finally start adding some tests on the API. This maybe helpful for others who want to tinkle with the project and need regression...

Device tmpDevice = ConnectAsync(device); tmpDevice will be null when it is already connected. I think it makes the calling logic makes more sense if the device is already connected, we...

When this._nativeCharacteristic.Value.Length is 0, ToArray will crash with the following error in iOS 8.4 System.ArgumentNullException: Argument cannot be null. Parameter name: src at at (wrapper managed-to-native) System.Runtime.InteropServices.Marshal:copy_from_unmanaged (intptr,int,System.Array,int) at System.Runtime.InteropServices.Marshal.Copy...

Prior to the change, the same item can be repeated added to the list. We use a map to ensure the same item (based on ID property) appear only once.

commit 4518d95ab835df786af266655cf0cf8def029377 Author: Steven Moy [email protected] Date: Fri May 15 14:37:10 2015 -0700 ``` Refactor out references to gatt and gattCallback. Instead reference device instance instead. * This is in...

Prior to the change, ConnectedDevices will not be updated upon device disconnection. We change from a list to a dictionary in which the device ID is map to the I...

Prior to the change, when one disconnect a connected device in Android, Device instance inserts a delegate to GattCallback instance to cache discovered Services. However, when one disconnects such device,...

Looking through Robotics.Mobile.BtLEExplorer.Core, it references the Mobile stack via project reference. If I want to use the Mobile stack for my Core project, what's a good way to reference it?...

Tested on HTC One M7 wiht Android 5.0.2. Prior to the change, connect to bluetooth device does not work.