Revert "Add guest mode functionality (3/5)"
This reverts commit 72642d65836f3b01f0b2c005ad1041069dff7288.
Change-Id: Iebd5764811dd66c87ca2d633900a2094eb085b38
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 593d30c..1349114 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -463,7 +463,7 @@
int (*init)(bt_callbacks_t* callbacks );
/** Enable Bluetooth. */
- int (*enable)(bool);
+ int (*enable)(void);
/** Disable Bluetooth. */
int (*disable)(void);