Remove Vconf values 81/42781/1
authorTaejin Woo <tt.woo@samsung.com>
Thu, 2 Jul 2015 08:06:11 +0000 (17:06 +0900)
committerTaejin Woo <tt.woo@samsung.com>
Thu, 2 Jul 2015 08:06:11 +0000 (17:06 +0900)
Change-Id: Ibff4b6861d4f0d7cbc8b877db6a404b4e4304f11
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
include/bt-internal-types.h

index 3867731..da69648 100644 (file)
@@ -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 */