nRF5 SDK v13.0.0
Data Fields

Connection - user memory mapping structure. More...

#include <app_ble_user_mem.h>

Data Fields

uint16_t conn_handle
 
uint8_t conn_active
 
ble_user_mem_block_t mem_block
 

Detailed Description

Connection - user memory mapping structure.

Note
This structure is used to map user memory to connection instances and store it 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 the SoftDevice. 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.


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

Documentation feedback | Developer Zone | Subscribe | Updated