Share via


SDP_SPECIFICTYPE (Compact 2013)

3/26/2014

This enumeration lists the data type of an attribute in a record created through a byte stream.

Syntax

typedef enum {
  SDP_ST_NONE,
  SDP_ST_UINT8,
  SDP_ST_UINT16,
  SDP_ST_UINT32,
  SDP_ST_UINT64,
  SDP_ST_UINT128,
  SDP_ST_INT8,
  SDP_ST_INT16,
  SDP_ST_INT32,
  SDP_ST_INT64,
  SDP_ST_INT128,
  SDP_ST_UUID16,
  SDP_ST_UUID32,
  SDP_ST_UUID128 
} SDP_SPECIFICTYPE;

Elements

  • SDP_ST_NONE
    Type is nothing.
  • SDP_ST_UINT8****
    Type is an unsigned 8-bit integer.
  • SDP_ST_UINT16
    Type is an unsigned 16-bit integer.
  • SDP_ST_UINT32****
    Type is an unsigned 32-bit integer.
  • SDP_ST_UINT64
    Type is an unsigned 64-bit integer.
  • SDP_ST_UINT128
    Type is an unsigned 128-bit integer.
  • SDP_ST_INT8
    Type is an 8-bit integer.
  • SDP_ST_INT16
    Type is a 16-bit integer.
  • SDP_ST_INT32
    Type is a 32-bit integer.
  • SDP_ST_INT64
    Type is a 64-bit integer.
  • SDP_ST_INT128****
    Type is a 128-bit integer.
  • SDP_ST_UUID16
    Type is a 16-bit UUID.
  • SDP_ST_UUID32****
    Type is a 32-bit UUID.
  • SDP_ST_UUID128
    Type is a 128-bit UUID.

Requirements

Header

bthapi.h

See Also

Reference

Bluetooth Application Development Enumerations
ISdpStream::RetrieveElementInfo