diff --git a/port/archive/pic32-harmony/src/btstack_config.h b/port/archive/pic32-harmony/src/btstack_config.h index 6bbee54e0..5bc9ea9ca 100644 --- a/port/archive/pic32-harmony/src/btstack_config.h +++ b/port/archive/pic32-harmony/src/btstack_config.h @@ -27,7 +27,7 @@ #define MAX_NR_AVDTP_CONNECTIONS 1 #define MAX_NR_AVDTP_STREAM_ENDPOINTS 1 -#define MAX_NR_AVRCP_CONNECTIONS 1 +#define MAX_NR_AVRCP_CONNECTIONS 2 #define MAX_NR_BNEP_CHANNELS 0 #define MAX_NR_BNEP_SERVICES 0 #define MAX_NR_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2 diff --git a/port/max32630-fthr/src/btstack_config.h b/port/max32630-fthr/src/btstack_config.h index c61fb6537..bf73b5b2f 100644 --- a/port/max32630-fthr/src/btstack_config.h +++ b/port/max32630-fthr/src/btstack_config.h @@ -27,7 +27,7 @@ #define HCI_ACL_PAYLOAD_SIZE 1021 #define MAX_NR_AVDTP_CONNECTIONS 1 #define MAX_NR_AVDTP_STREAM_ENDPOINTS 1 -#define MAX_NR_AVRCP_CONNECTIONS 1 +#define MAX_NR_AVRCP_CONNECTIONS 2 #define MAX_NR_BNEP_CHANNELS 1 #define MAX_NR_BNEP_SERVICES 1 #define MAX_NR_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2 diff --git a/port/msp432p401lp-cc256x/btstack_config.h b/port/msp432p401lp-cc256x/btstack_config.h index c8562cdb8..7290adc5b 100644 --- a/port/msp432p401lp-cc256x/btstack_config.h +++ b/port/msp432p401lp-cc256x/btstack_config.h @@ -41,7 +41,7 @@ #define MAX_NR_SERVICE_RECORD_ITEMS 1 #define MAX_NR_AVDTP_STREAM_ENDPOINTS 1 #define MAX_NR_AVDTP_CONNECTIONS 1 -#define MAX_NR_AVRCP_CONNECTIONS 1 +#define MAX_NR_AVRCP_CONNECTIONS 2 // Link Key DB and LE Device DB using TLV on top of Flash Sector interface #define NVM_NUM_LINK_KEYS 16 diff --git a/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/btstack_config.h b/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/btstack_config.h index bab049167..5ac3ea501 100644 --- a/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/btstack_config.h +++ b/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/btstack_config.h @@ -28,7 +28,7 @@ #define HCI_ACL_PAYLOAD_SIZE 1021 #define MAX_NR_AVDTP_CONNECTIONS 1 #define MAX_NR_AVDTP_STREAM_ENDPOINTS 1 -#define MAX_NR_AVRCP_CONNECTIONS 1 +#define MAX_NR_AVRCP_CONNECTIONS 2 #define MAX_NR_BNEP_CHANNELS 1 #define MAX_NR_BNEP_SERVICES 1 #define MAX_NR_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2 diff --git a/port/stm32-f4discovery-cc256x/port/btstack_config.h b/port/stm32-f4discovery-cc256x/port/btstack_config.h index 659dac16c..32c5ca709 100644 --- a/port/stm32-f4discovery-cc256x/port/btstack_config.h +++ b/port/stm32-f4discovery-cc256x/port/btstack_config.h @@ -30,7 +30,7 @@ #define HCI_ACL_PAYLOAD_SIZE (1691 + 4) #define MAX_NR_AVDTP_CONNECTIONS 1 #define MAX_NR_AVDTP_STREAM_ENDPOINTS 1 -#define MAX_NR_AVRCP_CONNECTIONS 1 +#define MAX_NR_AVRCP_CONNECTIONS 2 #define MAX_NR_BNEP_CHANNELS 1 #define MAX_NR_BNEP_SERVICES 1 #define MAX_NR_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2 diff --git a/port/stm32-f4discovery-usb/port/btstack_config.h b/port/stm32-f4discovery-usb/port/btstack_config.h index 72ee4a195..e472922ba 100644 --- a/port/stm32-f4discovery-usb/port/btstack_config.h +++ b/port/stm32-f4discovery-usb/port/btstack_config.h @@ -33,7 +33,7 @@ #define HCI_ACL_PAYLOAD_SIZE (1691 + 4) #define MAX_NR_AVDTP_CONNECTIONS 1 #define MAX_NR_AVDTP_STREAM_ENDPOINTS 1 -#define MAX_NR_AVRCP_CONNECTIONS 1 +#define MAX_NR_AVRCP_CONNECTIONS 2 #define MAX_NR_BNEP_CHANNELS 1 #define MAX_NR_BNEP_SERVICES 1 #define MAX_NR_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2