Fix the svace issue (DEREF_OF_NULL)
[platform/core/connectivity/bluetooth-frwk.git] / include / plugin.h
index 6a79b28..a9a5014 100644 (file)
@@ -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 */