stm32-f4discovery-cc256x: increase l2cap_channels to 4 - avrcp creates channel before sdp is closed

This commit is contained in:
Matthias Ringwald 2018-07-06 17:42:57 +02:00
parent 3f0fce8c53
commit 762a0fb4bc

View File

@ -28,7 +28,7 @@
#define MAX_NR_GATT_CLIENTS 1
#define MAX_NR_HCI_CONNECTIONS 1
#define MAX_NR_L2CAP_SERVICES 3
#define MAX_NR_L2CAP_CHANNELS 3
#define MAX_NR_L2CAP_CHANNELS 4
#define MAX_NR_RFCOMM_MULTIPLEXERS 1
#define MAX_NR_RFCOMM_SERVICES 1
#define MAX_NR_RFCOMM_CHANNELS 1