monodroid-samples icon indicating copy to clipboard operation
monodroid-samples copied to clipboard

BluetoothLeGatt Sample

Open danardelean opened this issue 9 years ago • 2 comments

Fixes:

-Converted to JavaList and JavaDictionary to work with the ExpandableList -Use SetAdapter instead of Adapter property -Filter the already added devices OnLeScan using bluetooth address and not the object itself to avoid adding the same device more than once -Modified the method Lookup in SampleGattAttributes that was crashing the application

Improvments: -When manually disconnecting from a device I am also closing the connection (trying to reuse the connection on some devices will take almost one minute to have the connection established again)

danardelean avatar Jul 28 '15 14:07 danardelean

Thanks for submitting, we'll review shortly

conceptdev avatar Jul 28 '15 18:07 conceptdev

If this is going to be merged, my pull request has to be canceled, as it fixes the same errors but not all of them. https://github.com/xamarin/monodroid-samples/pull/73

gabornemeth avatar Oct 06 '15 20:10 gabornemeth