sdplib.h header
This header is used by bltooth. For more information, see:
sdplib.h contains the following programming interfaces:
Functions
SdpAddAttributeToTree The Bluetooth SdpAddAttributeToTree function is used to attach an SDP attribute node to the top level of an SDP record. |
SdpAppendNodeToContainerNode The Bluetooth SdpAppendNodeToContainerNode function is used to attach an SDP node to a sequence or alternative SDP node. |
SdpCreateNodeAlternative The Bluetooth SdpCreateNodeAlternative function is used to create an empty alternative sequence SDP node. |
SdpCreateNodeBoolean The Bluetooth SdpCreateNodeBoolean function is used to allocate and initialize an SDP_NODE structure to a Boolean type. |
SdpCreateNodeInt128 The Bluetooth SdpCreateNodeInt128 function is used to allocate and initialize an SDP_NODE structure to a 128-bit integer type. |
SdpCreateNodeInt16 The Bluetooth SdpCreateNodeInt16 function is used to allocate and initialize an SDP_NODE structure to a 16-bit integer type. |
SdpCreateNodeInt32 The Bluetooth SdpCreateNodeInt32 function is used to allocate and initialize an SDP_NODE structure to a 32-bit integer type. |
SdpCreateNodeInt64 The Bluetooth SdpCreateNodeInt64 function is used to allocate and initialize an SDP_NODE structure to a 64-bit integer type. |
SdpCreateNodeInt8 The Bluetooth SdpCreateNodeInt8 function is used to allocate and initialize an SDP_NODE structure to an 8-bit integer type. |
SdpCreateNodeNil The Bluetooth SdpCreateNodeNil function is used to allocate and initialize an SDP_NODE structure to an empty node type. |
SdpCreateNodeSequence The Bluetooth SdpCreateNodeSequence function is used to create an empty sequence SDP node. |
SdpCreateNodeString The Bluetooth SdpCreateNodeString function is used to allocate and initialize an SDP_NODE structure to a string type. |
SdpCreateNodeTree The Bluetooth SdpCreateNodeTree function is used to allocate an empty root SDP_TREE_ROOT_NODE structure. |
SdpCreateNodeUInt128 The Bluetooth SdpCreateNodeUInt128 function is used to allocate and initialize an SDP_NODE structure to an unsigned 128-bit integer type. |
SdpCreateNodeUInt16 The Bluetooth SdpCreateNodeUInt16 function is used to allocate and initialize an SDP_NODE structure to an unsigned 16-bit integer type. |
SdpCreateNodeUInt32 The Bluetooth SdpCreateNodeUInt32 function is used to allocate and initialize an SDP_NODE structure to an unsigned 32-bit integer type. |
SdpCreateNodeUInt64 The Bluetooth SdpCreateNodeUInt64 function is used to allocate and initialize an SDP_NODE structure to an unsigned 64-bit integer type. |
SdpCreateNodeUInt8 The Bluetooth SdpCreateNodeUInt8 function is used to allocate and initialize an SDP_NODE structure to an unsigned 8-bit integer type. |
SdpCreateNodeUrl The Bluetooth SdpCreateNodeUrl function is used to allocate and initialize an SDP_NODE structure to a URL type. |
SdpCreateNodeUUID128 The Bluetooth SdpCreateNodeUUID128 function is used to allocate and initialize an SDP_NODE structure to a 128-bit UUID type. |
SdpCreateNodeUUID16 The Bluetooth SdpCreateNodeUUID16 function is used to allocate and initialize an SDP_NODE structure to a 16-bit UUID type. |
SdpCreateNodeUUID32 The Bluetooth SdpCreateNodeUUID32 function is used to allocate and initialize an SDP_NODE structure to a 32-bit UUID type. |
SdpFindAttributeInTree The Bluetooth SdpFindAttributeInTree function is used to locate the specified attribute node in the tree-based representation of an SDP record. |
SdpFreeTree The Bluetooth SdpFreeTree function is used to free the memory allocated for the tree-based representation of an SDP record. |