components/bt: Fix memory leak about rfcomm

This commit is contained in:
baohongde
2019-07-25 16:22:50 +08:00
parent b3a5dc869f
commit 151638fdbb
3 changed files with 36 additions and 0 deletions

View File

@@ -623,6 +623,17 @@ extern int PORT_Test (UINT16 handle, UINT8 *p_data, UINT16 len);
*******************************************************************************/
extern void RFCOMM_Init (void);
/*******************************************************************************
**
** Function RFCOMM_Deinit
**
** Description This function is called to deinitialize the control block
** for this layer.
**
** Returns void
**
*******************************************************************************/
extern void RFCOMM_Deinit(void);
/*******************************************************************************
**