Snap for 6743184 from 34bcef0e6c1044d00c257c315cec204233a25733 to rvc-qpr1-release

Change-Id: I9abc251d8e05bf62e8831fd07660c37bbb45380c
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);