BluetoothProtocolType Class

Specifies additional protocols that the Socket class supports.

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static class BluetoothProtocolType
Inheritance
Object    BluetoothProtocolType

Remarks

These constants are defined by the Bluetooth SIG - https://www.bluetooth.com/specifications/assigned-numbers/service-discovery/

Fields

L2Cap Logical Link Control and Adaptation Protocol (bt-l2cap)
RFComm Bluetooth RFComm protocol (bt-rfcomm)
Sdp Service Discovery Protocol (bt-sdp)

See Also