From 3e6be672db15ca644dd0bd126ed2400d717f84b5 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 5 Jun 2018 12:59:30 +0900 Subject: [PATCH] Disable HOGP feature for mobile Because TM1's BLE is very unstable, and Z3 phone also disable BLE feature. Change-Id: I3a0ace63f53d980b56bef508a051ae4dc79dc36f Signed-off-by: DoHyun Pyun --- packaging/ug-bluetooth-efl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/ug-bluetooth-efl.spec b/packaging/ug-bluetooth-efl.spec index ba6fd94..88060fc 100644 --- a/packaging/ug-bluetooth-efl.spec +++ b/packaging/ug-bluetooth-efl.spec @@ -110,9 +110,9 @@ popd %endif // ifarch %{ix86} x86_64 # non-emulator -export CFLAGS="${CFLAGS_BASE} -DTIZEN_DEBUG_ENABLE" -export CXXFLAGS="${CXXFLAGS_BASE} -DTIZEN_DEBUG_ENABLE" -export FFLAGS="${FFLAGS_BASE} -DTIZEN_DEBUG_ENABLE" +export CFLAGS="${CFLAGS_BASE} -DTIZEN_DEBUG_ENABLE -DTIZEN_FEATURE_DISABLE_BT_HOG" +export CXXFLAGS="${CXXFLAGS_BASE} -DTIZEN_DEBUG_ENABLE -DTIZEN_FEATURE_DISABLE_BT_HOG" +export FFLAGS="${FFLAGS_BASE} -DTIZEN_DEBUG_ENABLE -DTIZEN_FEATURE_DISABLE_BT_HOG" # TV profile does not have contacts-service2. # Do not build for unified environment if it is TV. -- 2.7.4