sdplib.h 标头
bltooth 使用此标头。 有关详细信息,请参阅:
sdplib.h 包含以下编程接口:
函数
SdpAddAttributeToTree 蓝牙 SdpAddAttributeToTree 函数用于将 SDP 属性节点附加到 SDP 记录的顶层。 |
SdpAppendNodeToContainerNode 蓝牙 SdpAppendNodeToContainerNode 函数用于将 SDP 节点附加到序列或备用 SDP 节点。 |
SdpCreateNodeAlternative Bluetooth SdpCreateNodeAlternative 函数用于创建空的备用序列 SDP 节点。 |
SdpCreateNodeBoolean Bluetooth SdpCreateNodeBoolean 函数用于将SDP_NODE结构分配给布尔类型并对其进行初始化。 |
SdpCreateNodeInt128 Bluetooth SdpCreateNodeInt128 函数用于将SDP_NODE结构分配和初始化为 128 位整数类型。 |
SdpCreateNodeInt16 Bluetooth SdpCreateNodeInt16 函数用于将SDP_NODE结构分配和初始化为 16 位整数类型。 |
SdpCreateNodeInt32 Bluetooth SdpCreateNodeInt32 函数用于将SDP_NODE结构分配和初始化为 32 位整数类型。 |
SdpCreateNodeInt64 Bluetooth SdpCreateNodeInt64 函数用于将SDP_NODE结构分配和初始化为 64 位整数类型。 |
SdpCreateNodeInt8 蓝牙 SdpCreateNodeInt8 函数用于将SDP_NODE结构分配和初始化为 8 位整数类型。 |
SdpCreateNodeNil Bluetooth SdpCreateNodeNil 函数用于将SDP_NODE结构分配给空节点类型并对其进行初始化。 |
SdpCreateNodeSequence Bluetooth SdpCreateNodeSequence 函数用于创建空序列 SDP 节点。 |
SdpCreateNodeString Bluetooth SdpCreateNodeString 函数用于将SDP_NODE结构分配给字符串类型并对其进行初始化。 |
SdpCreateNodeTree Bluetooth SdpCreateNodeTree 函数用于分配空根SDP_TREE_ROOT_NODE结构。 |
SdpCreateNodeUInt128 蓝牙 SdpCreateNodeUInt128 函数用于将SDP_NODE结构分配给无符号 128 位整数类型并对其进行初始化。 |
SdpCreateNodeUInt16 Bluetooth SdpCreateNodeUInt16 函数用于将SDP_NODE结构分配给无符号 16 位整数类型并对其进行初始化。 |
SdpCreateNodeUInt32 Bluetooth SdpCreateNodeUInt32 函数用于将SDP_NODE结构分配给无符号 32 位整数类型并对其进行初始化。 |
SdpCreateNodeUInt64 Bluetooth SdpCreateNodeUInt64 函数用于将SDP_NODE结构分配给无符号 64 位整数类型并对其进行初始化。 |
SdpCreateNodeUInt8 Bluetooth SdpCreateNodeUInt8 函数用于将SDP_NODE结构分配给无符号 8 位整数类型并对其进行初始化。 |
SdpCreateNodeUrl Bluetooth SdpCreateNodeUrl 函数用于向 URL 类型分配和初始化SDP_NODE结构。 |
SdpCreateNodeUUID128 Bluetooth SdpCreateNodeUUID128 函数用于将SDP_NODE结构分配给 128 位 UUID 类型并对其进行初始化。 |
SdpCreateNodeUUID16 蓝牙 SdpCreateNodeUUID16 函数用于将SDP_NODE结构分配给 16 位 UUID 类型并对其进行初始化。 |
SdpCreateNodeUUID32 蓝牙 SdpCreateNodeUUID32 函数用于为 32 位 UUID 类型分配和初始化SDP_NODE结构。 |
SdpFindAttributeInTree 蓝牙 SdpFindAttributeInTree 函数用于在 SDP 记录的基于树的表示形式中查找指定的属性节点。 |
SdpFreeTree 蓝牙 SdpFreeTree 函数用于释放为 SDP 记录的基于树的表示形式分配的内存。 |