L2CAP data transferring limitation
Open
- Dominant language
- C++
- Stars
- 34
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
OBEX, AVDTP or other protocol through L2CAP doesn’t work if the packet size is bigger than 494 octet length. After this, the receiver side controller does not respond unless reattaching Rootcanal controller.
-Host allowable fragment size is 1023 from HCI_Read_buffer_size
-Controller’s maximum ACL Data buffer is 1023 * 10.
Contributor guide
Assessment
This issue has not been assessed yet.