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.
public class BluetoothDeviceSdpData
- Inheritance
-
BluetoothDeviceSdpData
Properties
View SourceDeviceAddress
The device address.
Declaration
public string DeviceAddress { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceServiceUuid
The service UUID.
Declaration
public IEnumerable<string> ServiceUuid { get; }
Property Value
Type | Description |
---|---|
IEnumerable<String> |