ser_ble_user_mem_t

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Connection - user memory mapping structure. More...

#include <conn_ble_user_mem.h>

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

Memory table.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .