ServiceClass Enumeration

Class of Service flags as assigned in the Bluetooth specifications.

Definition

Namespace: InTheHand.Net.Bluetooth
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
[FlagsAttribute]
public enum ServiceClass

Remarks

Is returned by the property ClassOfDevice.Service.

Defined in Bluetooth Specifications http://www.bluetooth.org/Technical/AssignedNumbers/baseband.htm.

Members

None0 No service class bits set.
LimitedDiscoverableMode1 
Positioning8 
Network16 
Rendering32 
Capturing64 
ObjectTransfer128 
Audio256 
Telephony512 
Information1,024 

See Also