adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
598 stars 488 forks source link

BLE UART broken on Android 14+ OneUI 6+ #817

Closed rsauchyn closed 3 months ago

rsauchyn commented 3 months ago

Operating System

Others

IDE version

1.8.15

Board

Custom nRF52840 data logger, Bluefruit firmware

BSP version

github latest

Sketch

while (dataFile.available()) { bleuart.write(dataFile.read()); }

// Further source available upon request

What happened ?

Is anyone else finding that OneUI 6 breaks BLE UART? Only the first packet comes through when writing >328B.

How to reproduce ?

OneUI 6 (avail on Android 14+) with Bluefruit Connect or nRF Toolbox.

Debug Log

No response

Screenshots

No response