InPlay API
ble_bond_req_data Union Reference

Bond procedure requested information data. More...

#include <in_ble_gap_evt.h>

Data Fields

uint8_t auth_req
 Authentication level,. More...
 
uint8_t key_size
 LTK Key Size (if request = LTK_EXCH)
 
uint8_t tk_type
 
ble_oob_t oob_data
 Addition OOB Data for the OOB Conf and Rand values.
 
ble_nc_t nc_data
 Numeric Comparison Data.
 

Detailed Description

Bond procedure requested information data.

Field Documentation

◆ auth_req

uint8_t auth_req

Authentication level,.

See also
in_ble_auth (if request = PAIRING_REQ)

◆ tk_type

uint8_t tk_type

Device IO used to get TK,

See also
in_ble_tk_type: (if request = TK_EXCH)
  • TK_OOB: TK get from out of band method
  • TK_DISPLAY: TK generated and shall be displayed by local device
  • TK_KEY_ENTRY: TK shall be entered by user using device keyboard