Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Bluetooth OBEX TLV triplet. More...

#include <obex.h>

Data Fields

uint8_t type
 
uint8_t data_len
 
const uint8_tdata
 

Detailed Description

Bluetooth OBEX TLV triplet.

Description of different data types that can be encoded into TLV triplet. Used to form arrays that are passed to the bt_obex_add_header_app_param(), bt_obex_add_header_auth_challenge(), and bt_obex_add_header_auth_rsp() function.

Field Documentation

◆ data

const uint8_t* bt_obex_tlv::data

◆ data_len

uint8_t bt_obex_tlv::data_len

◆ type

uint8_t bt_obex_tlv::type

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