NodeData (Compact 2013)

3/26/2014

This structure defines the node data in a Service Discovery Protocol (SDP) record.

Syntax

typedef struct NodeData {
  USHORT type;
  USHORT specificType;
  NodeDataUnion u;
} NodeData;

Members

  • type
    Type of the data in u.
  • specificType
    Subtype of the data in u.
  • u
    Node data.

Requirements

Header

bthapi.h

See Also

Reference

Bluetooth Application Development Structures
ISdpNodeContainer
ISdpRecord
SDP_TYPE
SDP_SPECIFICTYPE
NodeDataUnion