Merge "Fix an incorrect description of OOB data field" am: 4074ce1408 am: b7698b65e8
am: 46640177e0
Change-Id: Ia915cf667f860a3e6b7c41294bb36434887866f7
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index b9b3b12..1fe2596 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -272,7 +272,7 @@
uint8_t c256[16]; /* Simple Pairing Hash C-256 */
uint8_t r256[16]; /* Simple Pairing Randomizer R-256 */
uint8_t sm_tk[16]; /* Security Manager TK Value */
- uint8_t le_sc_c[16]; /* LE Secure Connections Random Value */
+ uint8_t le_sc_c[16]; /* LE Secure Connections Confirmation Value */
uint8_t le_sc_r[16]; /* LE Secure Connections Random Value */
} bt_out_of_band_data_t;