1 /*
2  * Copyright (c) 2023 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #define L2CAP_MTU 150
8 #define L2CAP_SDU_LEN (L2CAP_MTU - 2)
9 #define L2CAP_PSM 0x0080
10 /* use the first dynamic channel ID */
11 #define L2CAP_CID 0x0040
12