Merge 10200a465d7de7e836457750f42509cf6b81d025 on remote branch

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