ServiceRecordHelperCreateL2CapProtocolDescriptorList Method

Creates the data element for the ProtocolDescriptorList attribute in an L2CAP 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 CreateL2CapProtocolDescriptorList()

Return Value

ServiceElement
The new ServiceElement.

Remarks

Thus is the following structure:
 
ElementSequence
   ElementSequence
      Uuid16 = L2CAP
      UInt16 = 0      -- The L2CAP PSM Number.

See Also