Add a new l2cap_client class.
The code to negotiate an L2CAP connection is currently scattered and duplicated throughout the codebase. Each profile that uses L2CAP has its own explicit or implicit state machine to go establish a connection and go through the handshake. This class is intended to consolidate that duplicated code and provide a usable API for L2CAP client connections.
Loading
Please register or sign in to comment