hello
i have been using nrf5340 with ncs 1.9.1 i want to enable psm over l2cap in our firmware
# Using L2CAP library, we are able to connect, start recording and ask device to send audio data recorded. This is done similar to GATT existing implementation i know that the currently valid values for LE PSMs are 0x0001 - 0x007f for fixed Bluetooth SIG-defined services, and 0x0080 - 0x00ff for dynamic "custom” services as we don’t have implementation of PSM in firmware, we are unable to utilize L2CAP using current firmware due to which it is failing to open L2CAP channel and and unknown identifier error is streamed to device may i know how can i add these values i using this to send the data to central bt_gatt_notify_uuid do i need to change this api or configuration changes is enough
my prof.con app
hci_rpmsg.con
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
CONFIG_BT_BUF_ACL_RX_SIZE=251
CONFIG_BT_MAX_CONN=2