Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

ble_user_mem_block_t Struct Reference

ble_user_mem_block_t Struct Reference
[Structures]

User Memory Block. More...

#include <nrf_ble.h>

Data Fields

uint8_t * p_mem
 Pointer to the start of the user memory block.
uint16_t len
 Length in bytes of the user memory block.

Detailed Description

User Memory Block.

Definition at line 116 of file nrf_ble.h.


Field Documentation

uint16_t len

Length in bytes of the user memory block.

Definition at line 119 of file nrf_ble.h.

uint8_t* p_mem

Pointer to the start of the user memory block.

Definition at line 118 of file nrf_ble.h.