Merge "BLE OOB Pairing - parse address type (2/5)" into nyc-mr2-dev
This commit is contained in:
commit
5e4e9f18e4
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue