From: DoHyun Pyun Date: Thu, 8 Dec 2016 00:30:16 +0000 (+0900) Subject: Move the Non-ACR definition into bluetooth_type_internal.h X-Git-Tag: submit/tizen_3.0/20161208.051813~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c2d4fd6d907b47f06b2ae3fc3716b1012cd20b0;p=platform%2Fcore%2Fapi%2Fbluetooth.git Move the Non-ACR definition into bluetooth_type_internal.h Change-Id: I9654ec169baefe5536f9011b047162e47f71d589 Signed-off-by: DoHyun Pyun --- diff --git a/include/mobile/bluetooth_type.h b/include/mobile/bluetooth_type.h index b0b7e3b..aa81ff5 100644 --- a/include/mobile/bluetooth_type.h +++ b/include/mobile/bluetooth_type.h @@ -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; diff --git a/include/mobile/bluetooth_type_internal.h b/include/mobile/bluetooth_type_internal.h index 3950efa..58ebea6 100644 --- a/include/mobile/bluetooth_type_internal.h +++ b/include/mobile/bluetooth_type_internal.h @@ -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 */ diff --git a/include/wearable/bluetooth_type.h b/include/wearable/bluetooth_type.h index 73b8079..9c4402d 100644 --- a/include/wearable/bluetooth_type.h +++ b/include/wearable/bluetooth_type.h @@ -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; diff --git a/include/wearable/bluetooth_type_internal.h b/include/wearable/bluetooth_type_internal.h index 1fb8374..21e1a2a 100644 --- a/include/wearable/bluetooth_type_internal.h +++ b/include/wearable/bluetooth_type_internal.h @@ -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.