nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Connection - user memory mapping structure. More...

#include <conn_ble_user_mem.h>

Data Fields

uint16_t conn_handle
 
uint8_t conn_active
 
ble_user_mem_block_t mem_block
 
uint8_t mem_table [64]
 

Detailed Description

Connection - user memory mapping structure.

Note
This structure is used to map user memory to connection instances, and will be stored in a static table.
This structure is used to map keysets to connection instances, and will be stored in a static table.

Field Documentation

uint8_t ser_ble_user_mem_t::conn_active

Indication that user memory for this connection is used by soft device. 0: memory used; 1: memory not used

uint16_t ser_ble_user_mem_t::conn_handle

Connection handle.

ble_user_mem_block_t ser_ble_user_mem_t::mem_block

User memory block structure, see ble_user_mem_block_t.

uint8_t ser_ble_user_mem_t::mem_table[64]

Memory table.