javax.bluetooth
Interface DiscoveryListener


public interface DiscoveryListener


Field Summary
static int INQUIRY_COMPLETED
           
static int INQUIRY_ERROR
           
static int INQUIRY_TERMINATED
           
static int SERVICE_SEARCH_COMPLETED
           
static int SERVICE_SEARCH_DEVICE_NOT_REACHABLE
           
static int SERVICE_SEARCH_ERROR
           
static int SERVICE_SEARCH_NO_RECORDS
           
static int SERVICE_SEARCH_TERMINATED
           
 
Method Summary
 void deviceDiscovered(RemoteDevice arg1, DeviceClass arg2)
           
 void inquiryCompleted(int arg1)
           
 void servicesDiscovered(int arg1, ServiceRecord[] arg2)
           
 void serviceSearchCompleted(int arg1, int arg2)
           
 

Field Detail

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
Method Detail

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.