bluetoe icon indicating copy to clipboard operation
bluetoe copied to clipboard

L2CAP fragmentation doesn't use the full allowed PDU size

Open TorstenRobitzki opened this issue 2 years ago • 0 comments

Currently, when using the nrf52 binding with encryption, while doing a DH public key exchange, only 26 bytes of the PDU are used. The length of the 3 PDUs is 26, 26, and 17. It has to be 27, 27, and 15.

TorstenRobitzki avatar Apr 05 '22 08:04 TorstenRobitzki