bt: Added esp_spp_enhance_init() API to indicate whether to enable L2CAP ERTM

This commit is contained in:
xiongweichao
2022-11-21 19:15:37 +08:00
parent 766dc3eead
commit ecf2eea1d6
19 changed files with 208 additions and 50 deletions

View File

@@ -692,6 +692,17 @@ extern UINT8 PORT_SetTraceLevel (UINT8 new_level);
*******************************************************************************/
extern const char *PORT_GetResultString (const uint8_t result_code);
/*******************************************************************************
**
** Function PORT_SetL2capErtm
**
** Description This function sets whether RFCOMM uses L2CAP ERTM.
**
** Returns void
**
*******************************************************************************/
extern void PORT_SetL2capErtm (BOOLEAN enable_l2cap_ertm);
#ifdef __cplusplus
}
#endif