Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
dm_context_t Struct Reference
[Device Manager Data Types]
Definition of Data Context. More...
#include <device_manager.h>
Data Fields | |
uint32_t | len |
Length of data . | |
uint8_t * | p_data |
Pointer to contextual data, a copy is made of the data. |
Detailed Description
Definition of Data Context.
Defines contextual data format, it consists of context data length and pointer to data.
Definition at line 256 of file device_manager.h.
Field Documentation
uint32_t len |
Length of data .
Definition at line 258 of file device_manager.h.
uint8_t* p_data |
Pointer to contextual data, a copy is made of the data.
Definition at line 259 of file device_manager.h.
Generated on Tue Jul 12 2022 13:52:34 by
