commit | 56747f919a98d7cffff3bc68cd6cda6460a64ac2 | [log] [tgz] |
---|---|---|
author | YiMing Tseng <yimingtseng@google.com> | Thu Dec 16 03:16:55 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 16 03:16:55 2021 +0000 |
tree | 215ae1dfd8304dc5ecd724c437f33370a3094f51 | |
parent | ec9039d20afbbe9538cbcec57204cd5420665a98 [diff] | |
parent | 0b5ab223e110f3a34b30e7b61e4ea68c03dba98b [diff] |
Add GRALLOC_FRAMEBUFFER_NUM configuration am: 0b5ab223e1 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware/+/16235226 Change-Id: Ia434ac4fae4212f4d41777ca4b380d105e8d0990
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) */