Move the Non-ACR definition into bluetooth_type_internal.h 57/103257/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 8 Dec 2016 00:30:16 +0000 (09:30 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 8 Dec 2016 00:30:16 +0000 (09:30 +0900)
Change-Id: I9654ec169baefe5536f9011b047162e47f71d589
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/mobile/bluetooth_type.h
include/mobile/bluetooth_type_internal.h
include/wearable/bluetooth_type.h
include/wearable/bluetooth_type_internal.h

index b0b7e3ba5383c6f7756b655430317b3e41e533c7..aa81ff5bd4b4828078a029f1902ee12364830022 100644 (file)
@@ -287,7 +287,6 @@ typedef enum {
        BT_SC_PBAP_SERVICE_MASK = 0x00100000, /**< PBAP service class */
        BT_SC_HID_SERVICE_MASK = 0x00200000, /**< HID service class */
        BT_SC_A2DP_SOURCE_SERVICE_MASK = 0x00400000, /**< A2DP SOURCE service class */
-       BT_SC_MAP_SERVICE_MASK = 0x00800000, /**< MAP service class */
        BT_SC_ALL_SERVICE_MASK = 0x00FFFFFF, /**< ALL service class */
        BT_SC_MAX /**< MAX service class */
 } bt_service_class_t;
index 3950efa644255a6d295b3df73eb67c17afeeb4c7..58ebea6559c709c0bfda96c22623ef3b6f0d49c3 100644 (file)
@@ -23,6 +23,9 @@ extern "C"
 {
 #endif /* __cplusplus */
 
+/* This variable will be added into bt_service_class_t in tizen 4.0 */
+#define BT_SC_MAP_SERVICE_MASK 0x00800000 /**< MAP service class */
+
 /**
  * @file bluetooth_type_internal.h
  */
index 73b8079b3d5ee5ce8dc4ba6392a61b42012be6e3..9c4402d72e091fef843155cbcba33f853d0294ad 100644 (file)
@@ -286,7 +286,6 @@ typedef enum {
        BT_SC_PBAP_SERVICE_MASK = 0x00100000, /**< PBAP service class */
        BT_SC_HID_SERVICE_MASK = 0x00200000, /**< HID service class */
        BT_SC_A2DP_SOURCE_SERVICE_MASK = 0x00400000, /**< A2DP SOURCE service class */
-       BT_SC_MAP_SERVICE_MASK = 0x00800000, /**< MAP service class */
        BT_SC_ALL_SERVICE_MASK = 0x00FFFFFF, /**< ALL service class */
        BT_SC_MAX /**< MAX service class */
 } bt_service_class_t;
index 1fb837407d69e04e423386c32dfaa9739feedc04..21e1a2a813bce03d0c6aa4448351ab4d75a9b795 100644 (file)
@@ -29,6 +29,9 @@ extern "C"
  * @file bluetooth_type_internal.h
  */
 
+/* This variable will be added into bt_service_class_t in tizen 4.0 */
+#define BT_SC_MAP_SERVICE_MASK 0x00800000 /**< MAP service class */
+
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE
  * @brief  Enumerations of the Bluetooth adapter le state.