S140 SoftDevice  v6.1.0
Choose documentation:
 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.

Field Documentation

uint16_t ble_data_t::len

Length of the data buffer, in bytes.

uint8_t* ble_data_t::p_data

Pointer to the data buffer provided to/from the application.