javax.bluetooth
Interface DiscoveryListener
public interface DiscoveryListener
INQUIRY_COMPLETED
static final int INQUIRY_COMPLETED
- See Also:
- Constant Field Values
INQUIRY_TERMINATED
static final int INQUIRY_TERMINATED
- See Also:
- Constant Field Values
INQUIRY_ERROR
static final int INQUIRY_ERROR
- See Also:
- Constant Field Values
SERVICE_SEARCH_COMPLETED
static final int SERVICE_SEARCH_COMPLETED
- See Also:
- Constant Field Values
SERVICE_SEARCH_TERMINATED
static final int SERVICE_SEARCH_TERMINATED
- See Also:
- Constant Field Values
SERVICE_SEARCH_ERROR
static final int SERVICE_SEARCH_ERROR
- See Also:
- Constant Field Values
SERVICE_SEARCH_NO_RECORDS
static final int SERVICE_SEARCH_NO_RECORDS
- See Also:
- Constant Field Values
SERVICE_SEARCH_DEVICE_NOT_REACHABLE
static final int SERVICE_SEARCH_DEVICE_NOT_REACHABLE
- See Also:
- Constant Field Values
deviceDiscovered
void deviceDiscovered(RemoteDevice arg1,
DeviceClass arg2)
servicesDiscovered
void servicesDiscovered(int arg1,
ServiceRecord[] arg2)
serviceSearchCompleted
void serviceSearchCompleted(int arg1,
int arg2)
inquiryCompleted
void inquiryCompleted(int arg1)
Copyright © 2006-2007 Jayway AB. All Rights Reserved.