]> granicus.if.org Git - esp-idf/commit
component/bt : fix bug that there's low ratio crash when BLE do re-connect/re-scan...
authorTian Hao <tianhao@espressif.com>
Thu, 21 Feb 2019 04:18:30 +0000 (12:18 +0800)
committerbot <bot@espressif.com>
Mon, 25 Feb 2019 13:40:46 +0000 (13:40 +0000)
commit67aefe101169c6c4fc71ec1f0a65f29ad562f04d
treea5da72d54f6e5beb955795d151ec6b2f05bb878f
parenta241f9540705aaddc18e92c9656816bc83355dd5
component/bt : fix bug that there's low ratio crash when BLE do re-connect/re-scan/re-adv

fix 3 bugs:
1. do BLE connect (both of slave and master), it mgiht cause crash due to there's much interrupts happens effect ble code running, for example, wifi run on the same core as bluetooth controller and wifi run throughtput test.
2. do BLE scan stop or adv stop or connection stop, it might cause ASSERT or crash due to memory corrupted in controller memory poll.
3. minor bug fix, not really effect bluetooth.
components/bt/lib