Revert "Add guest mode functionality (1/3)"

This reverts commit 5fd07795f0b9d8371d2dc4b9d64279a89bba3085.

Change-Id: If06598fed5f75607b364b317d175548d0b5c4b59
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 792ece0..2cba754 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -445,7 +445,7 @@
     int (*init)(bt_callbacks_t* callbacks );
 
     /** Enable Bluetooth. */
-    int (*enable)(bool guest_mode);
+    int (*enable)(void);
 
     /** Disable Bluetooth. */
     int (*disable)(void);