mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 17:10:28 +00:00
bt: Added esp_spp_enhance_init() API to indicate whether to enable L2CAP ERTM
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user