BLE OOB Pairing - parse address type (2/5)

When address type is not parsed, creating bond to devices not using
random address is impossible.

Bug: 32780409
Test: try pairing with nRF52DK using random address
Change-Id: I1265b6abdefa12dc024d00ecf232f7fc7722d178
(cherry picked from commit d82fbad4aa)
This commit is contained in:
Jakub Pawlowski 2016-11-09 16:44:30 -08:00
parent c1ded2afef
commit 93bd76b16a

View file

@ -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 */