|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiscoveryListener | |
---|---|
com.intel.bluetooth | |
javax.bluetooth | |
lejos.nxt.comm | NXT communication classes |
lejos.pc.comm | Communication from the PC to the NXT |
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. |
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. |
Uses of DiscoveryListener in lejos.pc.comm |
---|
Classes in lejos.pc.comm that implement DiscoveryListener | |
---|---|
class |
NXTCommBluecove
Implementation of NXTComm using the Bluecove libraries on Microsoft Windows. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |