X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fbt-internal-types.h;h=fdcc113da9fd0bef30308eaf41452615737e9ca7;hb=721ed6156339ed0146fecfbc99ad2fcdc872190a;hp=0ae85f4225ddd4b2916a50da4f4812ac13fef4b6;hpb=41e099f1200bec951fc6a647d3c408a2a91cbe93;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/include/bt-internal-types.h b/include/bt-internal-types.h index 0ae85f4..fdcc113 100644 --- a/include/bt-internal-types.h +++ b/include/bt-internal-types.h @@ -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 }