BluetoothProtocolDescriptorType Enumeration

Configures what type of element will be added by the ServiceRecordBuilder for the ProtocolDescriptorList attribute.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public enum BluetoothProtocolDescriptorType

Remarks

Used with the ProtocolType property.

Members

None0 No PDL attribute will be added.
L2Cap1 A standard L2CAP element will be added.
Rfcomm2 A standard RFCOMM element will be added.
GeneralObex3 A standard GOEP (OBEX) element will be added.

See Also