Class BluetoothDeviceSdpData
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the Bluetooth device SDP data.
public class BluetoothDeviceSdpData
- Inheritance
-
objectBluetoothDeviceSdpData
Properties
View SourceDeviceAddress
The device address.
Declaration
public string DeviceAddress { get; }
Property Value
Type | Description |
---|---|
string |
ServiceUuid
The service UUID.
Declaration
public IEnumerable<string> ServiceUuid { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><string> |