FreeRTOS: BLE
BLE
Return to main page ↑
BTOutOfBandData_t Struct Reference

Bluetooth Out Of Band data for bonding. More...

#include <bt_hal_manager.h>

Data Fields

uint8_t ucBleDevAddr [btADDRESS_LEN]
 
uint8_t ucC192 [btKEY_MAX_LEN]
 
uint8_t ucR192 [btKEY_MAX_LEN]
 
uint8_t ucC256 [btKEY_MAX_LEN]
 
uint8_t ucR256 [btKEY_MAX_LEN]
 
uint8_t ucSm_tk [btKEY_MAX_LEN]
 
uint8_t ucLe_sc_c [btKEY_MAX_LEN]
 
uint8_t ucLe_sc_r [btKEY_MAX_LEN]
 

Detailed Description

Bluetooth Out Of Band data for bonding.

Field Documentation

◆ ucBleDevAddr

uint8_t BTOutOfBandData_t::ucBleDevAddr[btADDRESS_LEN]

LE Bluetooth Device Address

◆ ucC192

uint8_t BTOutOfBandData_t::ucC192[btKEY_MAX_LEN]

Simple Pairing Hash C-192

◆ ucR192

uint8_t BTOutOfBandData_t::ucR192[btKEY_MAX_LEN]

Simple Pairing Randomizer R-192

◆ ucC256

uint8_t BTOutOfBandData_t::ucC256[btKEY_MAX_LEN]

Simple Pairing Hash C-256

◆ ucR256

uint8_t BTOutOfBandData_t::ucR256[btKEY_MAX_LEN]

Simple Pairing Randomizer R-256

◆ ucSm_tk

uint8_t BTOutOfBandData_t::ucSm_tk[btKEY_MAX_LEN]

Security Manager TK Value

◆ ucLe_sc_c

uint8_t BTOutOfBandData_t::ucLe_sc_c[btKEY_MAX_LEN]

LE Secure Connections Random Value

◆ ucLe_sc_r

uint8_t BTOutOfBandData_t::ucLe_sc_r[btKEY_MAX_LEN]

LE Secure Connections Random Value


The documentation for this struct was generated from the following file: