esp-idf/components/bt
Tian Hao d877ca4438 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-22 06:24:03 +00:00
..
bluedroid Merge branch 'bugfix/btdm_add_handle_in_gatts_conf_event_for_indication' into 'master' 2019-02-01 21:33:39 +08:00
include components/bt: Add precautions for esp_vhci_host_send_packet 2019-01-31 11:47:58 +08:00
lib@86fa066be4 component/bt : fix bug that there's low ratio crash when BLE do re-connect/re-scan/re-adv 2019-02-22 06:24:03 +00:00
test bt: Fix unit tests build with CMake 2018-11-28 15:19:04 +08:00
bt.c component/bt: add more information and description for bluetooth modem sleep 2018-12-21 19:30:20 +08:00
CMakeLists.txt Added Cmake support for dhcp_state 2019-01-10 07:51:54 +00:00
component.mk build system: Add a compatible old GCC flag 2018-09-20 18:53:14 +08:00
Kconfig tools: Don't use backslashes in Kconfigs and ignore long lines to avoid errors 2019-02-01 11:33:41 +01:00