goep_client: increase outgoing buffer to 150 bytes

This commit is contained in:
Matthias Ringwald 2021-11-26 17:33:56 +01:00
parent 95f7509441
commit 107ca0215e

View File

@ -99,7 +99,7 @@ static goep_client_t * goep_client = &goep_client_singleton;
static uint8_t goep_client_sdp_query_attribute_value[30];
static const unsigned int goep_client_sdp_query_attribute_value_buffer_size = sizeof(goep_client_sdp_query_attribute_value);
static uint8_t goep_packet_buffer[100];
static uint8_t goep_packet_buffer[150];
#ifdef ENABLE_GOEP_L2CAP
static uint8_t ertm_buffer[1000];