Signed-off-by: anujk-singh <anujk.singh@samsung.com>
Co-authored-by: anujk-singh <115205617+anujk-singh@users.noreply.github.com>
RemoteDeviceAddress = leDevice?.RemoteAddress;
}
+ /// <summary>
+ /// Constructor with remote address of the device
+ /// </summary>
+ /// <since_tizen> 12 </since_tizen>
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ public BluetoothDevice(string remoteAddress)
+ {
+ RemoteDeviceAddress = remoteAddress;
+ }
+
/// <summary>
/// The address of the device.
/// </summary>