component/bt: add conditional compilation direvatives to control the source code building of classic bluetooth

This commit is contained in:
wangmengyang
2017-03-17 15:08:47 +08:00
parent b2f52dd22e
commit fda2e89a1e
46 changed files with 188 additions and 277 deletions

View File

@@ -28,6 +28,8 @@
#include "a2d_int.h"
#include "avdt_api.h"
#if (defined(A2D_INCLUDED) && A2D_INCLUDED == TRUE)
/*****************************************************************************
** Global data
*****************************************************************************/
@@ -393,3 +395,4 @@ void A2D_Init(void)
#endif
}
#endif /* #if (defined(A2D_INCLUDED) && A2D_INCLUDED == TRUE) */