Uses of Interface
javax.bluetooth.ServiceRecord

Packages that use ServiceRecord
com.intel.bluetooth   
com.intel.bluetooth.btgoep   
com.intel.bluetooth.btl2cap   
com.intel.bluetooth.btspp   
com.intel.bluetooth.obex   
com.intel.bluetooth.tcpobex   
javax.bluetooth   
lejos.pc.comm Communication from the PC to the NXT 
 

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.btgoep
 

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

Uses of ServiceRecord in com.intel.bluetooth.btl2cap
 

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

Uses of ServiceRecord in com.intel.bluetooth.btspp
 

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

Uses of ServiceRecord in com.intel.bluetooth.obex
 

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

Uses of ServiceRecord in com.intel.bluetooth.tcpobex
 

Methods in com.intel.bluetooth.tcpobex that return ServiceRecord
 ServiceRecord Connection.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.
 

Uses of ServiceRecord in lejos.pc.comm
 

Methods in lejos.pc.comm with parameters of type ServiceRecord
 void NXTCommBluecove.servicesDiscovered(int transID, ServiceRecord[] servRecord)