mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
a2dp: provide buffer for new SBC codec info used for reconfigure
This commit is contained in:
parent
b308acf6a3
commit
39eb929a09
@ -477,6 +477,9 @@ typedef struct avdtp_stream_endpoint {
|
||||
avdtp_media_type_t media_type;
|
||||
uint8_t media_codec_sbc_info[4];
|
||||
|
||||
// temporary reconfigure SBC config used by A2DP
|
||||
uint8_t reconfigure_media_codec_sbc_info[4];
|
||||
|
||||
// preferred sampling frequency
|
||||
uint32_t preferred_sampling_frequency;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user