summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2016-12-02 20:14:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-12-02 20:14:05 +0000
commit5e4e9f18e4b558b1ea9dae4f622a36e536779605 (patch)
tree63d29c4813ac9e25897cebb7e9982b9ea5db8cea
parent25dcc1df86f9304ed147d7a9fc7777d7d3e31379 (diff)
parent93bd76b16a7d72878bf2d8b74547eefbff9e0d7c (diff)
downloadlibhardware-5e4e9f18e4b558b1ea9dae4f622a36e536779605.tar.gz
Merge "BLE OOB Pairing - parse address type (2/5)" into nyc-mr2-dev
-rw-r--r--include/hardware/bluetooth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index b9b3b126..dd5ea8ab 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -267,6 +267,7 @@ typedef struct
/** Bluetooth Out Of Band data for bonding */
typedef struct
{
+ uint8_t le_bt_dev_addr[7]; /* LE Bluetooth Device Address */
uint8_t c192[16]; /* Simple Pairing Hash C-192 */
uint8_t r192[16]; /* Simple Pairing Randomizer R-192 */
uint8_t c256[16]; /* Simple Pairing Hash C-256 */