mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-03 01:20:35 +00:00
avdtp, avrcp: increase SDP value buffer
This commit is contained in:
parent
5575558ed0
commit
fa1ee4d3e8
@ -54,7 +54,7 @@
|
|||||||
#include "classic/sdp_util.h"
|
#include "classic/sdp_util.h"
|
||||||
|
|
||||||
static int record_id = -1;
|
static int record_id = -1;
|
||||||
static uint8_t attribute_value[30];
|
static uint8_t attribute_value[45];
|
||||||
static const unsigned int attribute_value_buffer_size = sizeof(attribute_value);
|
static const unsigned int attribute_value_buffer_size = sizeof(attribute_value);
|
||||||
|
|
||||||
// typedef struct {
|
// typedef struct {
|
||||||
|
@ -60,7 +60,7 @@ static const char * default_avrcp_target_service_provider_name = "BTstack AVRCP
|
|||||||
static uint16_t avrcp_cid_counter = 0;
|
static uint16_t avrcp_cid_counter = 0;
|
||||||
|
|
||||||
static avrcp_context_t * sdp_query_context;
|
static avrcp_context_t * sdp_query_context;
|
||||||
static uint8_t attribute_value[30];
|
static uint8_t attribute_value[45];
|
||||||
static const unsigned int attribute_value_buffer_size = sizeof(attribute_value);
|
static const unsigned int attribute_value_buffer_size = sizeof(attribute_value);
|
||||||
|
|
||||||
static btstack_linked_list_t connections;
|
static btstack_linked_list_t connections;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user