Rememberall
Class BTMonitor

java.lang.Object
  extended by Rememberall.BTMonitor

public class BTMonitor
extends java.lang.Object

Wraps around the bluecove bluetooth device discovery classes and functions. The protocol stack currently being used is the blue-cove bluetooth stack. This has been tested on Windows. Linux is not supported yet (2.0.2)


Nested Class Summary
 class BTMonitor.BTException
           
 
Constructor Summary
BTMonitor(java.lang.String bdaddr)
          Creates a bluetooth monitor for the specified target device.
 
Method Summary
 java.lang.String scan()
          Scans publically discoverable bluetooth devices and phones and check if any support the Rememberall framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTMonitor

public BTMonitor(java.lang.String bdaddr)
Creates a bluetooth monitor for the specified target device.

Method Detail

scan

public java.lang.String scan()
                      throws BTMonitor.BTException
Scans publically discoverable bluetooth devices and phones and check if any support the Rememberall framework.

Throws:
BTMonitor.BTException - the desired target device was never found, or the connection parameters were specified incorrectly