Change BT internal APIs 03/131403/1 accepted/tizen/unified/20170531.082732 submit/tizen/20170530.043633
authorsooyeon.kim <sooyeon.kim@samsung.com>
Mon, 29 May 2017 04:17:36 +0000 (13:17 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Mon, 29 May 2017 04:17:42 +0000 (13:17 +0900)
Change-Id: I882a79362a1cbc16ea308cc125277995c3598bd4
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
CMakeLists.txt
packaging/stt.spec
server/sttd_recorder.c

index 96eabd3..0cb759a 100644 (file)
@@ -39,7 +39,7 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include")
 INCLUDE(FindPkgConfig)
 IF("${_TV_PRODUCT}" STREQUAL "TRUE")
 pkg_check_modules(pkgs REQUIRED 
-       aul capi-media-audio-io capi-media-wav-player capi-network-bluetooth capi-system-info cynara-client cynara-session
+       aul capi-media-audio-io capi-media-wav-player capi-network-bluetooth capi-network-bluetooth-tv capi-system-info cynara-client cynara-session
        dbus-1 dlog ecore glib-2.0 libgum libtzplatform-config libxml-2.0 libsystemd-login vconf vconf-internal-keys buxton2
 )
 ELSE()
index 86cafcf..099b605 100644 (file)
@@ -33,6 +33,7 @@ BuildRequires:  pkgconfig(pkgmgr-installer)
 BuildRequires:  pkgconfig(vconf)
 %if "%{PRODUCT_TYPE}" == "TV"
 BuildRequires:  pkgconfig(capi-network-bluetooth)
+BuildRequires:  pkgconfig(capi-network-bluetooth-tv)
 %endif
 
 BuildRequires:  cmake
index 6b19499..b24bc07 100644 (file)
@@ -21,7 +21,7 @@
 #include <pthread.h>
 #include <sound_manager.h>
 #ifdef TV_BT_MODE
-#include <bluetooth.h>
+#include <bluetooth_product.h>
 #endif
 
 #include "stt_defs.h"