OVMS3-idf/components/bt
Tian Hao 155e48bbde component/bt and esp32: fix two bluetooth bugs that caused by coexist module
1. Fix interrupt watchdog timeout in bluetooth "btdm_bb_isr"
    2. Fix BLE assert(512) or assert(1536)  in rwble.c at line 222
    3. Update librtc.a to fix BLE assert(512) in rwble.c at line 222

    The #1 and #2 occurs random.
    The #3 bug occurs in certain scenario:
    	1. If Wifi start softap and BLE is working
    	2. If wifi start station, but do not use normal station operation, such
    		as just use espnow, while BLE is working
    	3. Any other scenario, that wifi works without use software coexist
    		operation, while BLE is working(such as do advertising and ...)

    4. update libcoexist.a version to v1.1.2
2018-12-03 22:09:04 +08:00
..
bluedroid Merge branch 'bugfix/btdm_add_check_peer_addr_type_in_set_adv_params_v3.1' into 'release/v3.1' 2018-11-23 20:14:15 +08:00
include Merge branch 'bugfix/btdm_tx_power_value' into 'master' 2018-06-13 07:43:13 +08:00
lib@553dd16388 component/bt and esp32: fix two bluetooth bugs that caused by coexist module 2018-12-03 22:09:04 +08:00
test Component/bt: add set default passkey function 2018-10-26 11:55:18 +08:00
bt.c bt : fix bug that bluetooth controller init/disable/enable/disable may cause exception 2018-08-01 20:08:40 +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: enable bluetooth modem sleep as default setting 2018-09-14 17:01:45 +08:00