Memory layout for holding the relevant connection information. More...
Memory layout for holding the relevant connection information.
Definition at line 41 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)   | |
| uint8_t nimble_netif_conn_t::addr[BLE_ADDR_LEN] | 
BLE address of connected peer (in network byte order)
Definition at line 46 of file nimble_netif_conn.h.
| struct ble_l2cap_chan* nimble_netif_conn_t::coc | 
l2cap context as exposed by NimBLE
Definition at line 42 of file nimble_netif_conn.h.
| uint16_t nimble_netif_conn_t::gaphandle | 
GAP handle exposed by NimBLE.
Definition at line 43 of file nimble_netif_conn.h.
| uint16_t nimble_netif_conn_t::itvl | 
currently used connection interval
Definition at line 44 of file nimble_netif_conn.h.
| uint16_t nimble_netif_conn_t::state | 
the current state of the context
Definition at line 45 of file nimble_netif_conn.h.