diff options
Diffstat (limited to 'binding-bluetooth/bluetooth-manager.h')
-rw-r--r-- | binding-bluetooth/bluetooth-manager.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |