component/bt: implement UIPC API functions according to esp_audio component

This commit is contained in:
wangmengyang
2016-11-16 22:00:18 +08:00
parent 14a74c8e4b
commit 47486db37b
4 changed files with 28 additions and 13 deletions
@@ -41,7 +41,7 @@ typedef int32_t INT32;
typedef bool BOOLEAN;
#define PACKED __packed
#define INLINE __inline
// #define INLINE __inline
#define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
#define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))