ServiceRecordBuilderAddBluetoothProfileDescriptor Method

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public void AddBluetoothProfileDescriptor(
	Guid classId,
	byte majorVersion,
	byte minorVersion
)

Parameters

classId  Guid
The Service Class Id of the Bluetooth profile, as a Guid
majorVersion  Byte
The major version number, as a Byte.
minorVersion  Byte
The minor version number, as a Byte.

See Also