|
dragoon
4383
|
Data structure. More...
#include <ble_types.h>
Data Fields | |
| uint8_t * | p_data |
| uint16_t | len |
Data structure.
Definition at line 199 of file ble_types.h.
| uint16_t ble_data_t::len |
Length of the data buffer, in bytes.
Definition at line 202 of file ble_types.h.
| uint8_t* ble_data_t::p_data |
Pointer to the data buffer provided to/from the application.
Definition at line 201 of file ble_types.h.