Uses of Interface
javax.bluetooth.DiscoveryListener

Packages that use DiscoveryListener
com.intel.bluetooth BlueCove JSR-82 for J2SE implementation. 
javax.bluetooth JSR 82: Java APIs for Bluetooth http://jcp.org/en/jsr/detail?id=82 
 

Uses of DiscoveryListener in com.intel.bluetooth
 

Classes in com.intel.bluetooth that implement DiscoveryListener
 class SelectServiceHandler
          Implementation of DiscoveryAgent.selectService().
 

Methods in com.intel.bluetooth with parameters of type DiscoveryListener
 boolean BluetoothStack.cancelInquiry(DiscoveryListener listener)
          called by JSR-82 code Device Inquiry
 int BluetoothStack.searchServices(int[] attrSet, UUID[] uuidSet, RemoteDevice device, DiscoveryListener listener)
          called by JSR-82 code Service search
 boolean BluetoothStack.startInquiry(int accessCode, DiscoveryListener listener)
          called by JSR-82 code Device Inquiry
 

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.
 int DiscoveryAgent.searchServices(int[] attrSet, UUID[] uuidSet, RemoteDevice btDev, DiscoveryListener discListener)
          Searches for services on a remote Bluetooth device that have all the UUIDs specified in uuidSet.
 boolean DiscoveryAgent.startInquiry(int accessCode, DiscoveryListener listener)
          Places the device into inquiry mode.
 



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