diff options
Diffstat (limited to 'include/hardware')
-rw-r--r-- | include/hardware/bluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h index 230444e..5e8b468 100644 --- a/include/hardware/bluetooth.h +++ b/include/hardware/bluetooth.h @@ -445,7 +445,7 @@ typedef struct { int (*init)(bt_callbacks_t* callbacks ); /** Enable Bluetooth. */ - int (*enable)(void); + int (*enable)(bool guest_mode); /** Disable Bluetooth. */ int (*disable)(void); |