Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_conn_oob_info Struct Reference

#include <conn.h>

Public Types

enum  { BT_CONN_OOB_LE_LEGACY , BT_CONN_OOB_LE_SC }
 

Data Fields

enum bt_conn_oob_info:: { ... }  type
 
union {
   struct {
enum  { BT_CONN_OOB_LOCAL_ONLY , BT_CONN_OOB_REMOTE_ONLY , BT_CONN_OOB_BOTH_PEERS , BT_CONN_OOB_NO_DATA }
 
      enum bt_conn_oob_info:: { ... }    oob_config
 
   }   lesc
 
}; 
 

Detailed Description

Info Structure for OOB pairing

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Type of OOB pairing method

Enumerator
BT_CONN_OOB_LE_LEGACY 

LE legacy pairing

BT_CONN_OOB_LE_SC 

LE SC pairing

Field Documentation

◆ 

union { ... } bt_conn_oob_info::@50

◆ 

struct { ... } bt_conn_oob_info::lesc

LE Secure Connections OOB pairing parameters

◆ 

enum { ... } bt_conn_oob_info::oob_config

OOB data configuration

◆ 

enum { ... } bt_conn_oob_info::type

Type of OOB pairing method


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