com.intel.bluetooth.emu
Class EmulatorUtils

java.lang.Object
  extended by com.intel.bluetooth.emu.EmulatorUtils

public class EmulatorUtils
extends Object


Constructor Summary
EmulatorUtils()
           
 
Method Summary
static String discoverableModeString(int mode)
           
static long getNextAvailable(Long[] handles, long firstAvalable, int step)
           
static long getNextAvailable(Set<Long> handles, long firstAvalable, int step)
           
static long getNextAvailable(Vector<Long> handles, long firstAvalable, int step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmulatorUtils

public EmulatorUtils()
Method Detail

getNextAvailable

public static long getNextAvailable(Vector<Long> handles,
                                    long firstAvalable,
                                    int step)

getNextAvailable

public static long getNextAvailable(Set<Long> handles,
                                    long firstAvalable,
                                    int step)

getNextAvailable

public static long getNextAvailable(Long[] handles,
                                    long firstAvalable,
                                    int step)

discoverableModeString

public static String discoverableModeString(int mode)


JSR-82 Javadocs Apache License, Version 2.0 Copyright © 2001-2009 Motorola, Inc. ALL RIGHTS RESERVED.
BlueCove Javadocs
Apache License, Version 2.0 Copyright © 2004-2009 BlueCove Team.