]> granicus.if.org Git - esp-idf/commit
componentbt: work around the crashing issue after a2dp is connected to Android Phone...
authorwangmengyang <wangmengyang@espressif.com>
Thu, 23 Feb 2017 03:59:47 +0000 (11:59 +0800)
committerwangmengyang <wangmengyang@espressif.com>
Thu, 23 Feb 2017 03:59:47 +0000 (11:59 +0800)
commit80cdfc9e0a6985d745c46761b8dae06f9ed2cca2
treef0d54b21c7eedbb698b3ef5b8a273927265e9456
parent1d98c9849eb90a645b73f39d97c6b1087391f49d
componentbt: work around the crashing issue after a2dp is connected to Android Phone but before audio stream starts to play

The root cause is the bug in bluetooth controller, in which the HCI_SNIFF_MODE command is sent to controller and at the same time the controller has received same request from remote device.
For now change the time-out period of local device to enter the SNIFF mode.
components/bt/bluedroid/bta/dm/bta_dm_cfg.c [changed mode: 0644->0755]