ServiceRecordHelperCreateRfcommProtocolDescriptorList Method

Creates the data element for the ProtocolDescriptorList attribute in an RFCOMM service

Definition

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

Return Value

ServiceElement
The new ServiceElement.

Remarks

Thus is the following structure:
 
ElementSequence
   ElementSequence
      Uuid16 = L2CAP
   ElementSequence
      Uuid16 = RFCOMM
      UInt8  = 0      -- The RFCOMM Channel Number.

See Also