summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-08-06 22:44:10 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-08-06 22:44:10 +0000
commit80b2bdd550ae60e7d5e6534d31e275f33959c1ff (patch)
tree54cf4cbf3d9017a4677e591c3718413bc6de8be4
parent32813ef904b26ec6a9cfcc70f4a1cdbf39d11551 (diff)
parent81c9bbc7c3fd94472ddac6900022ce7400cac241 (diff)
downloadlibhardware-android11-d1-b-release.tar.gz
Snap for 6743273 from 81c9bbc7c3fd94472ddac6900022ce7400cac241 to rvc-d1-b-releaseandroid-11.0.0_r16android11-d1-b-release
Change-Id: Ic2590c53321fd5f133c2f2b70efbebc0e4b92a6a
-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);