Yutaka Yoshida / Mbed 2 deprecated BLE_WallbotBLE_Challenge

Dependencies:   mbed

Fork of BLE_WallbotBLE_Challenge by JKSoft

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 <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 84 of file ble.h.


Field Documentation

uint16_t len

Length in bytes of the user memory block.

Definition at line 87 of file ble.h.

uint8_t* p_mem

Pointer to the start of the user memory block.

Definition at line 86 of file ble.h.