sdplib.h 헤더

이 헤더는 Bltooth에서 사용됩니다. 자세한 내용은 다음을 참조하세요.

sdplib.h에는 다음과 같은 프로그래밍 인터페이스가 포함되어 있습니다.

함수

 
SdpAddAttributeToTree

Bluetooth SdpAddAttributeToTree 함수는 SDP 특성 노드를 SDP 레코드의 최상위 수준에 연결하는 데 사용됩니다.
SdpAppendNodeToContainerNode

Bluetooth 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

Bluetooth 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

Bluetooth SdpCreateNodeUInt128 함수는 부호 없는 128비트 정수 형식으로 SDP_NODE 구조를 할당하고 초기화하는 데 사용됩니다.
SdpCreateNodeUInt16

Bluetooth SdpCreateNodeUInt16 함수는 부호 없는 16비트 정수 형식으로 SDP_NODE 구조를 할당하고 초기화하는 데 사용됩니다.
SdpCreateNodeUInt32

Bluetooth SdpCreateNodeUInt32 함수는 부호 없는 32비트 정수 형식으로 SDP_NODE 구조를 할당하고 초기화하는 데 사용됩니다.
SdpCreateNodeUInt64

Bluetooth SdpCreateNodeUInt64 함수는 부호 없는 64비트 정수 형식으로 SDP_NODE 구조를 할당하고 초기화하는 데 사용됩니다.
SdpCreateNodeUInt8

Bluetooth SdpCreateNodeUInt8 함수는 부호 없는 8비트 정수 형식으로 SDP_NODE 구조를 할당하고 초기화하는 데 사용됩니다.
SdpCreateNodeUrl

Bluetooth SdpCreateNodeUrl 함수는 URL 형식에 SDP_NODE 구조를 할당하고 초기화하는 데 사용됩니다.
SdpCreateNodeUUID128

Bluetooth SdpCreateNodeUUID128 함수는 SDP_NODE 구조를 128비트 UUID 형식으로 할당하고 초기화하는 데 사용됩니다.
SdpCreateNodeUUID16

Bluetooth SdpCreateNodeUUID16 함수는 SDP_NODE 구조를 16비트 UUID 형식으로 할당하고 초기화하는 데 사용됩니다.
SdpCreateNodeUUID32

Bluetooth SdpCreateNodeUUID32 함수는 SDP_NODE 구조를 32비트 UUID 형식으로 할당하고 초기화하는 데 사용됩니다.
SdpFindAttributeInTree

Bluetooth SdpFindAttributeInTree 함수는 SDP 레코드의 트리 기반 표현에서 지정된 특성 노드를 찾는 데 사용됩니다.
SdpFreeTree

Bluetooth SdpFreeTree 함수는 SDP 레코드의 트리 기반 표현에 할당된 메모리를 해제하는 데 사용됩니다.