OVMS3-idf/components/bt
Markus Becker 3a71ae8595 bt: PORT_WriteDataCO: fixed a bug, reduced heap memory allocation
* a missing pointer increment caused error, if available was > 0 after the first iteration of while(available) loop.
* changed memory allocation strategy from large fixed size (RFCOMM_DATA_BUF_SIZE) to just the needed
  size, which will be below MTU

Cherry-picked from https://github.com/espressif/esp-idf/pull/1923/
2018-06-13 09:52:02 +10:00
..
bluedroid bt: PORT_WriteDataCO: fixed a bug, reduced heap memory allocation 2018-06-13 09:52:02 +10:00
include Component/bt: fix start adv 2018-05-30 17:10:51 +08:00
lib@cfd66eb9b7 component/bt : fix bug that assert rwbt.c 265 8192 error 2018-05-24 15:47:16 +08:00
bt.c Component/bt: fix throughput_demo_fail 2018-05-30 19:58:31 +08:00
component.mk component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
Kconfig Component/bt: close BT sleep in default config 2018-06-04 11:17:27 +08:00