summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-10-21 18:07:49 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-10-21 18:07:49 +0000
commit7349fcf967af6334bd2bc75438a4e2c8c7f35a5e (patch)
tree19a2594f7866b1f7679ef20015e91726e641763f
parent6e3cba486c6d8be1c397d9bedbf5a3839ed4a5ba (diff)
parent984f2f2d438cb3674e4ad7b50d32d0809d7a501f (diff)
downloadlibhardware-q_tzdata_aml_297100000.tar.gz
Change-Id: Ie27983102de0a82b7fd73a221ef2dcdfa4b2df70
-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);