com.intel.bluetooth.emu
Class EmulatorUtils
java.lang.Object
com.intel.bluetooth.emu.EmulatorUtils
public class EmulatorUtils
- extends java.lang.Object
|
Method Summary |
static java.lang.String |
discoverableModeString(int mode)
|
static long |
getNextAvailable(java.lang.Long[] handles,
long firstAvalable,
int step)
|
static long |
getNextAvailable(java.util.Set<java.lang.Long> handles,
long firstAvalable,
int step)
|
static long |
getNextAvailable(java.util.Vector<java.lang.Long> handles,
long firstAvalable,
int step)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmulatorUtils
public EmulatorUtils()
getNextAvailable
public static long getNextAvailable(java.util.Vector<java.lang.Long> handles,
long firstAvalable,
int step)
getNextAvailable
public static long getNextAvailable(java.util.Set<java.lang.Long> handles,
long firstAvalable,
int step)
getNextAvailable
public static long getNextAvailable(java.lang.Long[] handles,
long firstAvalable,
int step)
discoverableModeString
public static java.lang.String discoverableModeString(int mode)
Copyright © 2004-2008 BlueCove Team. All Rights Reserved.