summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAjay Panicker <apanicke@google.com>2016-05-24 22:02:00 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-24 22:02:00 +0000
commit6e98ba09a2722b8aa9242797c379016e0bb42de7 (patch)
treeb24b786dd97e178b94e2a666c503f2e6114bd2cc
parenta163e491c148468884520d6d331a0f6d19104677 (diff)
parent4e10135ef499073711944860ccf9a7c43b8bf6ac (diff)
downloadlibhardware-6e98ba09a2722b8aa9242797c379016e0bb42de7.tar.gz
Add guest mode functionality (1/3)
am: 4e10135ef4 * commit '4e10135ef499073711944860ccf9a7c43b8bf6ac': Add guest mode functionality (1/3) Change-Id: I8942fea871b1c1721d0644a5eedf9fdd6a6bc0eb
-rw-r--r--include/hardware/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 74cd1fce..3c9a3528 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -435,7 +435,7 @@ typedef struct {
int (*init)(bt_callbacks_t* callbacks );
/** Enable Bluetooth. */
- int (*enable)(void);
+ int (*enable)(bool guest_mode);
/** Disable Bluetooth. */
int (*disable)(void);