OVMS3-idf/components/bt
Tian Hao f57d5db86d 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:41:51 +00:00
..
bluedroid Component/bt: fix get attr value API error 2019-02-20 17:57:14 +08:00
include components/bt: Add precautions for esp_vhci_host_send_packet (backport 3.1) 2019-02-15 17:56:59 +08:00
lib@20feea1542 component/bt : fix bug that there's low ratio crash when BLE do re-connect/re-scan/re-adv 2019-02-25 13:41:51 +00:00
test Component/bt: add set default passkey function 2018-10-26 11:55:18 +08:00
bt.c component/bt: use a pm_lock to prevent light sleep when bluetooth is enabled due to current imcompatibility 2018-12-18 15:40:27 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-13 11:13:27 +08:00
component.mk component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
Kconfig component/bt: add a option to make report adv data and scan response individually 2019-01-24 18:45:57 +08:00