ble problem

  1. C

    Android Question Connect to BLE heart rate monitor

    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"...
  2. K

    Android Question BLE2 NOTIFICATIONS NOT ACTIVATED

    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...
  3. Jaume Guillem

    Android Question Problem with BLE in Android 7 & 8

    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"...
Top