mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 09:35:42 +00:00
stm32-f4discovery-cc256x: increase l2cap_channels to 4 - avrcp creates channel before sdp is closed
This commit is contained in:
parent
3f0fce8c53
commit
762a0fb4bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user