OVMS3-idf/components/bt
baohongde f2309f1013 components/bt: Point ACL RX buffer ptr to ACL RX buffer if ACL RX buffer ptr is null
1. When WIFI task or other high priority task blocks the Bluetooth task, ACL RX buffer will use up, ACL RX buffer ptr will point to null and will never point to a valid adress. Causing errors in Bluetooth.
2. hcimsgs.h used whether flow control is on or off
2018-11-01 17:33:44 +08:00
..
bluedroid components/bt: Point ACL RX buffer ptr to ACL RX buffer if ACL RX buffer ptr is null 2018-11-01 17:33:44 +08:00
include component/bt: add adv packet duplicate in scan duplicate 2018-09-11 02:31:11 +00:00
lib@16f95952ef components/bt: Point ACL RX buffer ptr to ACL RX buffer if ACL RX buffer ptr is null 2018-11-01 17:33:44 +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