OVMS3-idf/components/bt/bluedroid/stack/rfcomm
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
..
include component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
port_api.c bt: PORT_WriteDataCO: fixed a bug, reduced heap memory allocation 2018-06-13 09:52:02 +10:00
port_rfc.c component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
port_utils.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
rfc_l2cap_if.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
rfc_mx_fsm.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
rfc_port_fsm.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
rfc_port_if.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
rfc_ts_frames.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
rfc_utils.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00