From a31a0f043c461bd5f83efcb078c56dd72bb07716 Mon Sep 17 00:00:00 2001 From: Taejin Woo Date: Thu, 2 Jul 2015 17:06:11 +0900 Subject: [PATCH] Remove Vconf values Change-Id: Ibff4b6861d4f0d7cbc8b877db6a404b4e4304f11 Signed-off-by: Taejin Woo --- include/bt-internal-types.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/bt-internal-types.h b/include/bt-internal-types.h index 3867731..da69648 100644 --- a/include/bt-internal-types.h +++ b/include/bt-internal-types.h @@ -415,14 +415,6 @@ typedef struct { #define BT_HID_DEVICE_CONNECTED "HIDConnected" #define BT_HID_DEVICE_DISCONNECTED "HIDDisconnected" -/* These vconfkey value should be removed after vconf internal package provides them */ -#define VCONFKEY_BT_LE_STATUS "db/bluetooth/lestatus" -enum { - VCONFKEY_BT_LE_STATUS_OFF = 0x0000, - VCONFKEY_BT_LE_STATUS_ON = 0x0001 -}; - - #ifdef __cplusplus } #endif /* __cplusplus */ -- 2.7.4