Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-libhardware: Commit

hardware/libhardware


Commit MetaInfo

Revision7685960e39f2da1bb962db6d012944dd206a14f6 (tree)
Time2021-02-14 22:32:54
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Merge remote-tracking branch 'cm/cm-14.1' into cm-14.1-x86

Change Summary

Incremental Difference

--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -465,8 +465,9 @@ typedef struct {
465465 /**
466466 * Opens the interface and provides the callback routines
467467 * to the implemenation of this interface.
468+ * The |is_atv| flag indicates whether the local device is an Android TV
468469 */
469- int (*init)(bt_callbacks_t* callbacks );
470+ int (*init)(bt_callbacks_t* callbacks, bool is_atv);
470471
471472 /** Enable Bluetooth. */
472473 int (*enable)(bool guest_mode);
Show on old repository browser