summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-09-15 23:56:33 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-09-15 23:56:33 +0000
commit1d5f530569cbfcd886c09cbbe218c992c1cef537 (patch)
tree54cf4cbf3d9017a4677e591c3718413bc6de8be4
parent630e2a1b24c8ce324b4cb9e46c1b46fdc7d957e3 (diff)
parentdb5579e3419c8c61ef7f2094ec5fa7e38a6e4267 (diff)
downloadlibhardware-android11-mainline-sparse-2020-dec-release.tar.gz
Change-Id: I049a00b85030f942b12b77453c64bdb5e1fa3e52
-rw-r--r--include/hardware/bluetooth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 40ccc604..3fe6aa86 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -454,8 +454,9 @@ typedef struct {
/**
* Opens the interface and provides the callback routines
* to the implemenation of this interface.
+ * The |is_atv| flag indicates whether the local device is an Android TV
*/
- int (*init)(bt_callbacks_t* callbacks );
+ int (*init)(bt_callbacks_t* callbacks, bool is_atv);
/** Enable Bluetooth. */
int (*enable)(bool guest_mode);