]> granicus.if.org Git - esp-idf/commit
component/bt: fix some performance issues in A2DP source data flow control
authorwangmengyang <wangmengyang@espressif.com>
Sun, 5 May 2019 03:42:27 +0000 (11:42 +0800)
committerbaohongde <baohongde@espressif.com>
Mon, 10 Jun 2019 08:38:52 +0000 (16:38 +0800)
commit4a6d2da2092187e0d669a2e941e38447f4faf347
tree3a517cf17182d15e2cd1430f29eaf49d68c4ee21
parent613558774b3688be952c0bb3788389a0f53e8730
component/bt: fix some performance issues in A2DP source data flow control

1. modify the limit of frames to send to avoid dropping packet on A2DP source due to TX data queue overflow
2. reduce the A2DP source data queue size in order to achieve faster control respnonse
components/bt/bluedroid/btc/profile/std/a2dp/btc_a2dp_source.c
components/bt/bluedroid/osi/include/osi/thread.h