Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_sdp_data_elem Struct Reference

SDP Generic Data Element Value. More...

#include <sdp.h>

Data Fields

uint8_t type
 Type of the data element.
 
uint32_t data_size
 Size of the data element.
 
uint32_t total_size
 Total size of the data element.
 
const void * data
 

Detailed Description

SDP Generic Data Element Value.

Field Documentation

◆ data

const void* bt_sdp_data_elem::data

◆ data_size

uint32_t bt_sdp_data_elem::data_size

Size of the data element.

◆ total_size

uint32_t bt_sdp_data_elem::total_size

Total size of the data element.

◆ type

uint8_t bt_sdp_data_elem::type

Type of the data element.


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