Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2.0 Beta4
-
None
-
-
13
-
Team 1 Foundation_Sprint 43, Team 1 Foundation_Sprint 44
Description
When running two Android devices where one is a central device and the other one is a peripheral LE device advertising a large writable characteristic (512 bytes), the central device appears not to be able to write to this characteristic. The MTU has been negotiated to be 512 (but due to ATT headers the whole payload won't fit one message).
It appears that the Android central device splits the package with something called "prepared write". This requires support from the peripheral side, and currently it seems the Qt bluetooth has not implemented that part.
This task is about adding that support.
Attachments
Issue Links
- relates to
-
QTBUG-96996 BT LE Android Large descriptor write support
- Closed