Merge "Fix an incorrect description of OOB data field" am: 4074ce1408 am: b7698b65e8 am: 46640177e0
am: 17e4457688

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