Class BluetoothDeviceSdpData

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

This class contains the information of the Bluetooth device SDP data.

C#
Copy
public class BluetoothDeviceSdpData
Inheritance
System.Object
BluetoothDeviceSdpData

Properties

View Source

DeviceAddress

The device address.

Declaration
C#
Copy
public string DeviceAddress { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

ServiceUuid

The service UUID.

Declaration
C#
Copy
public IEnumerable<string> ServiceUuid { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
API Level: 3