Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Bluetooth OBEX TLV triplet. More...
#include <obex.h>
Data Fields | |
uint8_t | type |
uint8_t | data_len |
const uint8_t * | data |
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.
const uint8_t* bt_obex_tlv::data |
uint8_t bt_obex_tlv::data_len |
uint8_t bt_obex_tlv::type |