summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-08-06 01:14:03 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-08-06 01:14:03 +0000
commit754f7171f26abc9ff1507c63b37c9df3db880348 (patch)
tree54cf4cbf3d9017a4677e591c3718413bc6de8be4
parentec126bbe8347cf3635bc175f6be33aec2aae895d (diff)
parentdb07ea59534d7fa4d0605c2f5003c6ad0176fafb (diff)
downloadlibhardware-754f7171f26abc9ff1507c63b37c9df3db880348.tar.gz
Snap for 6740172 from db07ea59534d7fa4d0605c2f5003c6ad0176fafb to rvc-d1-release
Change-Id: I26fca94c42a0e0d20aed848a30b4f19cb8356e4d
-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);