dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_data_t Struct Reference

Data structure. More...

#include <ble_types.h>

Data Fields

uint8_t * p_data
 
uint16_t len
 

Detailed Description

Data structure.

Definition at line 199 of file ble_types.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: