I try to connect my heart rate monitor with this code (in starter module):
#Region Service Attributes
#StartAtBoot: False
#ExcludeFromLibrary: True
#End Region
Sub Process_Globals
Dim Manager As BleManager2
Dim bc As ByteConverter
Dim HEART_RATE_SERVICE As String = "180d"...
I have identical issue with previous thread, unable to activate notifications from BLE device.
manager.SetNotify succeeds, but DataAvailable event after that is never raised and notifications are not detected. BLE2 Ver.1.36, trying to communicate with BLE Body Thermometer
Service and...
Hi.
I have a curious problem using BLE with Android 7 & 8.
Mi app worked for years in versions 6 and lower of Android, and with Bluetooh 3 and BLE. Allways without problems.
I introduced the necessary modifications to run Android 7 and 8.
Manifest:
<uses-sdk android:minSdkVersion="5"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.