com.intel.bluetooth.emu
Interface MonitoringService
- All Known Implementing Classes:
- MonitoringServiceImpl
public interface MonitoringService
getDevices
java.util.List<MonitorDevice> getDevices()
getServices
java.util.List<MonitorService> getServices()
getConnections
java.util.List<MonitorConnection> getConnections()
setDevicePower
void setDevicePower(long address,
boolean on)
setDeviceDiscoverable
void setDeviceDiscoverable(long address,
int mode)
createThreadDumpFile
void createThreadDumpFile(long address)
shutdownJVM
void shutdownJVM(long address)
connectionDellayDelivery
void connectionDellayDelivery(long address,
long connectionId,
int msecDelay)
connectionBreak
void connectionBreak(long address,
long connectionId)
Copyright © 2004-2008 BlueCove Team. All Rights Reserved.