mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 12:32:54 +00:00
a2dp_sink_demo: avoid buffer overrun
This commit is contained in:
parent
67f708e073
commit
0e40986336
@ -181,7 +181,7 @@ static uint8_t a2dp_local_seid = 0;
|
||||
|
||||
static uint16_t avrcp_cid = 0;
|
||||
static uint8_t avrcp_connected = 0;
|
||||
static uint8_t avrcp_subevent_value[100];
|
||||
static uint8_t avrcp_subevent_value[255];
|
||||
|
||||
static uint8_t media_sbc_codec_capabilities[] = {
|
||||
0xFF,//(AVDTP_SBC_44100 << 4) | AVDTP_SBC_STEREO,
|
||||
|
Loading…
x
Reference in New Issue
Block a user