Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
This class contains the information of the Bluetooth device SDP data.
public class BluetoothDeviceSdpData
- Inheritance
-
System.Object
BluetoothDeviceSdpData
Properties
Declaration
public string DeviceAddress { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public IEnumerable<string> ServiceUuid { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
API Level: 3