OVMS3-idf/components/bt
Tian Hao 2d67ce3109 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 19:30:28 +08:00
..
bluedroid Component/bt: add check peer addr type in set adv params 2018-11-19 17:15:41 +08:00
include component/bt: add adv packet duplicate in scan duplicate 2018-09-11 02:31:11 +00:00
lib@d366faa56d component/bt and esp32: fix two bluetooth bugs that caused by coexist module 2018-12-03 19:30:28 +08:00
test cmake: Add support for test build 2018-10-20 12:07:24 +08:00
bt.c components/bt: Reduce IRAM size 2018-10-29 16:54:32 +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 gatts send service change indication API 2018-09-25 08:26:55 +00:00