OVMS3-idf/components/bt
Tian Hao 67aefe1011 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.
2019-02-25 13:40:46 +00:00
..
bluedroid component/bt: allow dynamic allocation of SBC encoder/decoder buffer used in A2DP to save internal DRAM 2019-02-13 19:15:34 +08:00
include components/bt: Add precautions for esp_vhci_host_send_packet (backport 3.2) 2019-02-18 08:15:17 +00:00
lib@1f6837b9c9 component/bt : fix bug that there's low ratio crash when BLE do re-connect/re-scan/re-adv 2019-02-25 13:40:46 +00:00
test cmake: Add support for test build 2018-10-20 12:07:24 +08:00
bt.c component/bt: add more information and description for bluetooth modem sleep 2018-12-21 19:29:47 +08:00
CMakeLists.txt cmake: silence some warnings in coap, bt, expat, libsodium, lwip and examples/bluetooth 2018-09-20 18:53:15 +08:00
component.mk build system: Add a compatible old GCC flag 2018-09-20 18:53:14 +08:00
Kconfig component/bt: add a option to make report adv data and scan response individually 2019-01-24 14:43:36 +08:00