summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-08-06 23:12:30 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-08-06 23:12:30 +0000
commite335c88bafb644fbc3aa4a83fec564b27ecfd05a (patch)
tree54cf4cbf3d9017a4677e591c3718413bc6de8be4
parentcc2a143b1891f2d0a52fb20ccb510d352f76dc65 (diff)
parent34bcef0e6c1044d00c257c315cec204233a25733 (diff)
downloadlibhardware-android11-qpr1-d-release.tar.gz
Change-Id: I9abc251d8e05bf62e8831fd07660c37bbb45380c
-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);