Nordic stack and drivers for the mbed BLE API. Version to work around build bug.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
dm_context_t Struct Reference
[Device Manager Data Types]
Definition of Data Context. More...
#include <device_manager.h>
Data Fields | |
| uint32_t | flags |
| Additional flags identifying data. | |
| 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 315 of file device_manager.h.
Field Documentation
| uint32_t flags |
Additional flags identifying data.
Definition at line 317 of file device_manager.h.
| uint32_t len |
Length of data.
Definition at line 318 of file device_manager.h.
| uint8_t* p_data |
Pointer to contextual data, a copy is made of the data.
Definition at line 319 of file device_manager.h.
Generated on Tue Jul 12 2022 19:52:06 by
1.7.2
Jonathan Austin
