Insights into States of L2CAP Channel #84061
Unanswered
tkhang1999
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are currently working on the formal verification of the state machine in L2CAP. As part of this effort, we have been studying the Bluetooth Core Specification 5.4, particularly Vol 3, Part A, Section 6, which specifies the L2CAP state machine.
While looking over your implementation of L2CAP, we noticed the defined states for the L2CAP channel. We are curious about the documentation/references/specifications you used to derive the comments for these states, specifically the comment
/** Channel in config state, BR/EDR specific */
regardingBT_L2CAP_CONFIG
. As we are unable to locate such information in the Bluetooth specification, could you share insights or resources that guided your implementation?Ref: https://github.com/zephyrproject-rtos/zephyr/blob/main/include/zephyr/bluetooth/l2cap.h#L144-L156
Beta Was this translation helpful? Give feedback.
All reactions