X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fplugin.h;h=a9a5014a5af498e38b949e99e8fad56adf34d7ff;hb=6a51b5737e8f042572c807980bfa806093cb95cf;hp=6a79b28f8ccd5a919c32b0de7064ad81d7583e0c;hpb=1407743b7ae823d2b0d79ab7e8bb38784d24f673;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/include/plugin.h b/include/plugin.h index 6a79b28..a9a5014 100644 --- a/include/plugin.h +++ b/include/plugin.h @@ -84,6 +84,7 @@ struct bluetooth_headed_plugin_t { int (*bt_launch_dpmpopup)(char *mode); int (*bt_launch_system_popup)(bt_agent_event_type_t event_type, const char *device_name, + const char *remote_address, const unsigned char *auth_info, char *passkey, const char *filename, @@ -95,10 +96,6 @@ struct bluetooth_headed_plugin_t { int (*bt_get_mime_type)(char *file_name, char **mime_type); }; -#ifdef TIZEN_FEATURE_BT_DPM #define BT_DPM_SYSPOPUP "dpm-syspopup" -#endif - - #endif /* __BLUETOOTH_PLUGIN_H */