public class SecureProfileUtils
extends java.lang.Object
| Constructor and Description | 
|---|
| SecureProfileUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static RemoteBluetoothDevice | asRemoteBluetoothDevice(ISecureProfile secureProfile)Returns Secure Profile model as RemoteBluetoothDevice and more precisely as IEddystoneDevice because secure profile contains some of the
 Eddystone properties. | 
| static java.util.List<RemoteBluetoothDevice> | asRemoteBluetoothDevices(java.util.List<ISecureProfile> iSecureProfiles)Returns Secure Profile models list as RemoteBluetoothDevice list. | 
| static ISecureProfile | fromRemoteBluetoothDevice(RemoteBluetoothDevice device)Returns SecureProfile model created from RemoteBluetoothDevices | 
| static java.util.List<ISecureProfile> | fromRemoteBluetoothDevices(java.util.List<? extends RemoteBluetoothDevice> devices)Returns list of SecureProfile models created from RemoteBluetoothDevices | 
public static RemoteBluetoothDevice asRemoteBluetoothDevice(ISecureProfile secureProfile)
secureProfile - secure profile model.RemoteBluetoothDevice instance.public static java.util.List<RemoteBluetoothDevice> asRemoteBluetoothDevices(java.util.List<ISecureProfile> iSecureProfiles)
iSecureProfiles - secure profile models list.RemoteBluetoothDevice.public static ISecureProfile fromRemoteBluetoothDevice(RemoteBluetoothDevice device)
device - remote bluetooth device.public static java.util.List<ISecureProfile> fromRemoteBluetoothDevices(java.util.List<? extends RemoteBluetoothDevice> devices)
devices - remote bluetooth devices list.