summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-08-06 07:30:30 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-08-06 07:30:30 +0000
commit1ff69d7299fc441d03b77df5134f3e9bdae50622 (patch)
tree54cf4cbf3d9017a4677e591c3718413bc6de8be4
parentcf7e90b14667667c0142a1a9cfb3435ed93dd23e (diff)
parent34bcef0e6c1044d00c257c315cec204233a25733 (diff)
downloadlibhardware-android11-d2-release.tar.gz
Change-Id: Ia8c57a22f0e7eacd272879bb14ade21b34d9a617
-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);