Uses of Interface
javax.bluetooth.ServiceRecord

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

Uses of ServiceRecord in com.intel.bluetooth
 

Methods in com.intel.bluetooth that return ServiceRecord
 ServiceRecord BluetoothConnectionNotifierServiceRecordAccess.getServiceRecord()
           
 

Methods in com.intel.bluetooth with parameters of type ServiceRecord
 void SelectServiceHandler.servicesDiscovered(int transID, ServiceRecord[] servRecord)
           
static void ServiceRecordsRegistry.updateServiceRecord(ServiceRecord srvRecord)
           
 

Uses of ServiceRecord in com.intel.bluetooth.obex
 

Methods in com.intel.bluetooth.obex that return ServiceRecord
 ServiceRecord OBEXSessionNotifierImpl.getServiceRecord()
           
 

Uses of ServiceRecord in javax.bluetooth
 

Methods in javax.bluetooth that return ServiceRecord
 ServiceRecord LocalDevice.getRecord(Connection notifier)
          Gets the service record corresponding to a btspp, btl2cap, or btgoep notifier.
 

Methods in javax.bluetooth with parameters of type ServiceRecord
 void DiscoveryListener.servicesDiscovered(int transID, ServiceRecord[] servRecord)
          Called when service(s) are found during a service search.
 void LocalDevice.updateRecord(ServiceRecord srvRecord)
          Updates the service record in the local SDDB that corresponds to the ServiceRecord parameter.
 



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.