Merge branch 'bugfix/host_and_example_bugfix_backport_to_v3.3' into 'release/v3.3'

Bugfix/host and example bugfix backport to v3.3

See merge request espressif/esp-idf!7723
This commit is contained in:
Jiang Jiang Jian
2020-02-21 18:15:48 +08:00
18 changed files with 230 additions and 139 deletions

View File

@@ -1871,6 +1871,14 @@ BOOLEAN L2CA_CheckIsCongest(UINT16 fixed_cid, UINT16 handle)
return TRUE;
}
#if (BLE_INCLUDED == TRUE)
UINT16 L2CA_GetFreePktBufferNum_LE(void)
{
return l2cb.controller_le_xmit_window;
}
#endif
/*******************************************************************************
**
** Function L2CA_RemoveFixedChnl