Fix tizen coding style errors and warnings
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / include / bt-service-common.h
index b0c2c8a..726a892 100644 (file)
@@ -347,8 +347,8 @@ struct bluetooth_headed_plugin_t {
                                                        const char *filename,
                                                        const char *agent_path);
        void (*bt_destroy_popup_all)(void);
-       gboolean (*bt_launch_unable_to_pairing_syspopup)(int result);
-       gboolean (*bt_is_tethering_enabled)(void);
+       bool (*bt_launch_unable_to_pairing_syspopup)(int result);
+       bool (*bt_is_tethering_enabled)(void);
        int (*bt_get_mime_type)(char *file_name, char **mime_type);
 };