Handle the obex agent using tizen OPP feature
[platform/core/connectivity/bluetooth-frwk.git] / include / bt-internal-types.h
index 0ae85f4..fdcc113 100644 (file)
@@ -714,6 +714,7 @@ typedef struct {
 #define FILEPATH_ARCH_64 "/usr/lib64"
 
 #define BT_FEATURE_COMMON "http://tizen.org/feature/network.bluetooth"
+#define BT_FEATURE_OPP "http://tizen.org/feature/network.bluetooth.opp"
 
 struct bluetooth_headed_plugin_t {
        int (*bt_launch_dpmpopup) (char *mode);
@@ -867,6 +868,7 @@ static inline bool get_tizen_feature_supported(char *feature)
 #define TIZEN_FEATURE_BT_USB_DONGLE ((get_tizen_model()) == _MODEL_COMMON && (get_tizen_profile()) == _PROFILE_TV)
 #define TIZEN_FEATURE_BLUEZ_SPEAKER_REFERENCE ((get_tizen_model()) == _MODEL_RPI3 && (get_tizen_profile()) == _PROFILE_COMMON)
 #define TIZEN_FEATURE_BT_SUPPORTED (get_tizen_feature_supported(BT_FEATURE_COMMON) == true)
+#define TIZEN_FEATURE_OPP_SUPPORTED (get_tizen_feature_supported(BT_FEATURE_OPP) == true)
 
 #ifdef __cplusplus
 }