a2dp: improve codec specific transport socket send buffer size setting

This commit is contained in:
Huang-Huang 2021-01-31 09:01:40 +08:00
parent 60aef11072
commit c778bd734c
No known key found for this signature in database
GPG key ID: 33C3271387A13D1B
5 changed files with 11 additions and 11 deletions

View file

@ -571,8 +571,6 @@ const struct a2dp_codec a2dp_codec_sbc = {
.codec_id = A2DP_CODEC_SBC,
.name = "sbc",
.description = "SBC",
.send_fill_frames = 2,
.recv_fill_frames = 2,
.fill_caps = codec_fill_caps,
.select_config = codec_select_config,
.enum_config = codec_enum_config,