commit | 920309b25fdfe05879ea3f1296f8a4c4eeca8370 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Mon Jul 05 07:31:50 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jul 05 07:31:50 2021 +0000 |
tree | a4fae5bd553b2fa61530cf87a79d59e969189222 | |
parent | 910783ccd8da83a1822bc535ac067888e2d5ed8a [diff] | |
parent | 61583424ff6f0135ebffda9507b085dc6839d430 [diff] |
USB Audio Hal: Fix CTS timestamp handling am: 61583424ff Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware/+/15190378 Change-Id: I8d13832dd297c5ca7ddeb87fb5302e5bad82c309
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h index afa0eef..95a0b6e 100644 --- a/include/hardware/bluetooth.h +++ b/include/hardware/bluetooth.h
@@ -261,6 +261,7 @@ /** Represents the actual Out of Band data itself */ typedef struct { // Both + bool is_valid = false; /* Default to invalid data; force caller to verify */ uint8_t address[7]; /* Bluetooth Device Address (6) plus Address Type (1) */ uint8_t c[16]; /* Simple Pairing Hash C-192/256 (Classic or LE) */ uint8_t r[16]; /* Simple Pairing Randomizer R-192/256 (Classic or LE) */