summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-11-03 18:05:26 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-11-03 18:05:26 +0000
commit6913905aca0e2915e8ddadba90ffbd3e329336df (patch)
tree54cf4cbf3d9017a4677e591c3718413bc6de8be4
parentee904afe2232645d7f969a3c5de2aa3eb893ddfe (diff)
parente5c92eee20a24e8529d81e02bc6b957cd813eaf0 (diff)
downloadlibhardware-android11-platform-release.tar.gz
Change-Id: Id214a02c48c4a838d66f0da7e7e317f8cb785bfb
-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);