component/bt: Fix bug of bt dynamic memory

This commit is contained in:
baohongde
2018-03-15 14:36:49 +08:00
parent a58a2b6f6d
commit 3ee5b49575
9 changed files with 146 additions and 2 deletions

View File

@@ -554,6 +554,19 @@ extern UINT8 AVRC_SetTraceLevel (UINT8 new_level);
*******************************************************************************/
extern void AVRC_Init(void);
/*******************************************************************************
**
** Function AVRC_Deinit
**
** Description This function is called at stack shotdown to free the
** control block (if using dynamic memory), and deinitializes the
** control block and tracing level.
**
** Returns void
**
*******************************************************************************/
extern void AVRC_Deinit(void);
/*******************************************************************************
**
** Function AVRC_ParsCommand