bugfix:Fixed throughput wasting memory and packet loss issues.

This commit is contained in:
gengyuchao
2019-12-19 21:38:09 +08:00
parent a05c00c2b3
commit 189cd21660
4 changed files with 72 additions and 29 deletions
@@ -44,6 +44,10 @@ extern "C" {
*/
extern esp_err_t esp_ble_gatt_set_local_mtu (uint16_t mtu);
#if (BLE_INCLUDED == TRUE)
extern uint16_t L2CA_GetFreePkgBufferNum(void);
#endif
#ifdef __cplusplus
}
#endif