commit | 88bd18b6cddd52f62313a39abf88ce2e341905ad | [log] [tgz] |
---|---|---|
author | Lyle Zhu <lyle.zhu@nxp.com> | Fri Nov 08 20:23:03 2024 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 19 08:52:07 2025 -0400 |
tree | d0fb608a51aa620f5168cc0ad259694ccd127383 | |
parent | d2a10833ddfb89e70d4a3aef3ef68ae830167025 [diff] |
Bluetooth: L2CAP_BR: Add mode optional support Add mode optional support for BR l2cap connect initiator role. If `chan->rx.optional` is true, set the mode to basic mode instead of return error code `-ENOTSUP`. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>