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;
{
#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
*/
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;
* @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.