Snap for 7077657 from 14b8708b498d7479fb801a646835932603568334 to r-keystone-qcom-release

Change-Id: I171b50bd7b892d5f7f866788911576f7c0fbe8b6
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 3bcbeed..f95b75f 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -463,8 +463,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);