summaryrefslogtreecommitdiff
path: root/test/bt_onoff.c
diff options
context:
space:
mode:
authorTaejin Woo <tt.woo@samsung.com>2015-05-20 16:08:12 +0900
committerTaejin Woo <tt.woo@samsung.com>2015-05-20 17:04:04 +0900
commit5391a78a6bba756fac05f296613dd76432550ce9 (patch)
tree00a34e240bc05c8dc86a5deee9ed071e356aabf4 /test/bt_onoff.c
parentbb0d4d78f189043d75a9f39cd7eeb0bb24c131ea (diff)
downloadbluetooth-5391a78a6bba756fac05f296613dd76432550ce9.tar.gz
bluetooth-5391a78a6bba756fac05f296613dd76432550ce9.tar.bz2
bluetooth-5391a78a6bba756fac05f296613dd76432550ce9.zip
Move the internal tag's APIs in bluetooth_internal.h
AVRCP API is in bluetooth.h Change-Id: I22506b4ed8744b560b19ea4b823649c48daa6493 Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Diffstat (limited to 'test/bt_onoff.c')
-rwxr-xr-xtest/bt_onoff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bt_onoff.c b/test/bt_onoff.c
index f95106a..c4d7592 100755
--- a/test/bt_onoff.c
+++ b/test/bt_onoff.c
@@ -23,6 +23,7 @@
#include <glib.h>
#include "bluetooth.h"
+#include "bluetooth_internal.h"
#define PRT(format, args...) printf("%s:%d() "format, __FUNCTION__, __LINE__, ##args)
#define TC_PRT(format, args...) PRT(format"\n", ##args)