Bluetooth Host Stack Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
wiced_bt_sdp_discovery_attribute_value_t Struct Reference

Description

Attribute value.

Data Fields

union {
   uint8_t   u8
 8-bit integer
 
   uint16_t   u16
 16-bit integer
 
   uint32_t   u32
 32-bit integer
 
   uint8_t   array [4]
 Variable length field.
 
   struct t_sdp_discovery_attr *   p_sub_attr
 Addr of first sub-attr (list)
 
v
 Attribute value union.