All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Memory layout for holding the relevant connection information. More...

Detailed Description

Memory layout for holding the relevant connection information.

Definition at line 42 of file nimble_netif_conn.h.

#include <nimble_netif_conn.h>

Data Fields

struct ble_l2cap_chan * coc
 l2cap context as exposed by NimBLE
 
uint16_t gaphandle
 GAP handle exposed by NimBLE.
 
uint16_t itvl
 currently used connection interval
 
uint16_t state
 the current state of the context
 
uint8_t addr [BLE_ADDR_LEN]
 BLE address of connected peer (in network byte order)
 

Field Documentation

◆ addr

uint8_t nimble_netif_conn_t::addr[BLE_ADDR_LEN]

BLE address of connected peer (in network byte order)

Definition at line 47 of file nimble_netif_conn.h.

◆ coc

struct ble_l2cap_chan* nimble_netif_conn_t::coc

l2cap context as exposed by NimBLE

Definition at line 43 of file nimble_netif_conn.h.

◆ gaphandle

uint16_t nimble_netif_conn_t::gaphandle

GAP handle exposed by NimBLE.

Definition at line 44 of file nimble_netif_conn.h.

◆ itvl

uint16_t nimble_netif_conn_t::itvl

currently used connection interval

Definition at line 45 of file nimble_netif_conn.h.

◆ state

uint16_t nimble_netif_conn_t::state

the current state of the context

Definition at line 46 of file nimble_netif_conn.h.


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