-
-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
bugSomething isn't workingSomething isn't working
Description
With MTU 517 and LL tx_octets=251, a notify SDU can span two LL PDUs (SDU capacity ≈ 2×(251−MIC) = 502 bytes). Payload chunk should be ≤ 502 − (L2CAP 4 + ATT 3) = 495 bytes.
However this library implementation seems to limit notifies to one LL PDU (~244–247 payload) as attempts to send ~495-byte chunks trigger application error (EAPP).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working