Uses of Interface
javax.bluetooth.DiscoveryListener

Packages that use DiscoveryListener
javax.bluetooth Standard Bluetooth classes 
lejos.nxt.comm NXT communication classes 
 

Uses of DiscoveryListener in javax.bluetooth
 

Methods in javax.bluetooth with parameters of type DiscoveryListener
 boolean DiscoveryAgent.cancelInquiry(DiscoveryListener listener)
          Removes the device from inquiry mode.
 boolean DiscoveryAgent.startInquiry(int accessCode, DiscoveryListener listener)
          Places the device into inquiry mode.
 

Uses of DiscoveryListener in lejos.nxt.comm
 

Methods in lejos.nxt.comm with parameters of type DiscoveryListener
static void Bluetooth.inquireNotify(int maxDevices, int timeout, DiscoveryListener listy)
          Start a Bluetooth inquiry process and notify listener of each device found.