From 85a473cd9a9f3c6ef34a80245696aa009a6facf0 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 26 Sep 2018 15:26:21 +0800 Subject: binding: bluetooth: remove useless setHMIStatus Since homescreen now uses libqtappfw to set the Bluetooth status icon, and no longer uses dbus the setHMIStatus function can be removed. Change-Id: I9155a4eb9b380c034deca6402de43bf785b323cd Signed-off-by: Matt Ranostay --- binding-bluetooth/bluetooth-manager.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'binding-bluetooth/bluetooth-manager.h') diff --git a/binding-bluetooth/bluetooth-manager.h b/binding-bluetooth/bluetooth-manager.h index 4ad27e4..3e22cb8 100644 --- a/binding-bluetooth/bluetooth-manager.h +++ b/binding-bluetooth/bluetooth-manager.h @@ -162,8 +162,6 @@ typedef struct tagBinding_RegisterCallback gboolean (*binding_request_confirmation)(const gchar *device, guint passkey); }Binding_RegisterCallback_t; -enum btStates {INACTIVE, ACTIVE}; - void DebugTraceSendMsg(int level, gchar* message); /* ------ PUBLIC PLUGIN FUNCTIONS --------- */ @@ -190,8 +188,6 @@ int device_priority_list(void *(object_cb)(void *, gchar *), void *ptr); int adapter_set_property(const gchar* property, gboolean value) ; -GError* setHMIStatus(enum btStates); - #endif #endif /* BLUETOOTH_MANAGER_H */ -- cgit 1.2.3-korg