思澈科技软件开发工具包  2.20
ble_gap_pairing_t Struct Reference

The structure of pair information. More...

#include <bf0_ble_gap.h>

Data Fields

uint8_t iocap
 IO capabilities (. More...
 
uint8_t oob
 OOB information (. More...
 
uint8_t auth
 
uint8_t key_size
 Encryption key size (7 to 16)
 
uint8_t ikey_dist
 Initiator key distribution (. More...
 
uint8_t rkey_dist
 Responder key distribution (. More...
 
uint8_t sec_req
 Device security requirements (minimum security level). (. More...
 

Detailed Description

The structure of pair information.

Field Documentation

◆ auth

uint8_t ble_gap_pairing_t::auth

Authentication (

See also
gap_auth) Note in BT 4.1 the Auth Field is extended to include 'Key Notification' and and 'Secure Connections'.

◆ ikey_dist

uint8_t ble_gap_pairing_t::ikey_dist

Initiator key distribution (.

See also
gap_kdist)

◆ iocap

uint8_t ble_gap_pairing_t::iocap

IO capabilities (.

See also
gap_io_cap)

◆ oob

uint8_t ble_gap_pairing_t::oob

OOB information (.

See also
gap_oob)

◆ rkey_dist

uint8_t ble_gap_pairing_t::rkey_dist

Responder key distribution (.

See also
gap_kdist)

◆ sec_req

uint8_t ble_gap_pairing_t::sec_req

Device security requirements (minimum security level). (.

See also
gap_sec_req)

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