OVMS3-idf/components/bt/bluedroid/stack
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
..
a2dp component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
avct component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
avdt component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
avrc component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
btm Component/bt: fix start adv 2018-05-30 17:10:51 +08:00
btu Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08:00
gap Bluedroid: remove warnings about discarding "const" for "const char*" 2018-05-11 11:29:10 +02:00
gatt components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
hcic components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
include/stack Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08:00
l2cap components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
rfcomm bt: PORT_WriteDataCO: fixed a bug, reduced heap memory allocation 2018-06-13 09:52:02 +10:00
sdp components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
smp Component/bt: fix version exchange issue 2018-04-28 16:32:24 +08:00