Relative Content

Tag Archive for androidbluetooth-lowenergybluetooth-gatt

BluetoothLE with Android 33 – no GATT events after writeDescriptor

With Android < 13, my app was able to connect to my Bluetooth device an everything worked. Now I had to upgrade to 13, an see following behaviour: the device connects but shortly after is gets into a loop of disconnects and connects.
I found that the problem starts with a call to writeDescriptor directly after the service discovery, where I want to enable notifications.