commit | 3109cbe66332eace510272471c40eec78c982bb8 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Oct 08 22:58:30 2020 -0700 |
committer | Xin Li <delphij@google.com> | Thu Oct 08 22:58:30 2020 -0700 |
tree | 28947e5a0dd3016b5d10de6ca64b668fa24ed088 | |
parent | 5f3a19f76a34e9021e4f7dca148eb6b9976c92dc [diff] | |
parent | c59eaa7b18c78e3cb131719f5c36ea08d4846e8c [diff] |
Merge ab/6749736 in stage. Bug: 167233921 Merged-In: I047a6d3c09be4f762a745319e2f37d5551abf9f1 Change-Id: Icce4e4f44a811726f76a8602a44e9060cc1dbaa1
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h index 40ccc60..3fe6aa8 100644 --- a/include/hardware/bluetooth.h +++ b/include/hardware/bluetooth.h
@@ -454,8 +454,9 @@ /** * 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);