Uses of Class
javax.bluetooth.ServiceRegistrationException

Packages that use ServiceRegistrationException
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   
 

Uses of ServiceRegistrationException in com.intel.bluetooth
 

Methods in com.intel.bluetooth that throw ServiceRegistrationException
 void BluetoothStack.l2ServerUpdateServiceRecord(long handle, com.intel.bluetooth.ServiceRecordImpl serviceRecord, boolean acceptAndOpen)
           
 void BluetoothStack.rfServerUpdateServiceRecord(long handle, com.intel.bluetooth.ServiceRecordImpl serviceRecord, boolean acceptAndOpen)
           
 void BluetoothConnectionNotifierServiceRecordAccess.updateServiceRecord(boolean acceptAndOpen)
           
static void ServiceRecordsRegistry.updateServiceRecord(ServiceRecord srvRecord)
           
 

Uses of ServiceRegistrationException in com.intel.bluetooth.btgoep
 

Methods in com.intel.bluetooth.btgoep that throw ServiceRegistrationException
 void Connection.updateServiceRecord(boolean acceptAndOpen)
           
 

Uses of ServiceRegistrationException in com.intel.bluetooth.btl2cap
 

Methods in com.intel.bluetooth.btl2cap that throw ServiceRegistrationException
 void Connection.updateServiceRecord(boolean acceptAndOpen)
           
 

Uses of ServiceRegistrationException in com.intel.bluetooth.btspp
 

Methods in com.intel.bluetooth.btspp that throw ServiceRegistrationException
 void Connection.updateServiceRecord(boolean acceptAndOpen)
           
 

Uses of ServiceRegistrationException in com.intel.bluetooth.obex
 

Methods in com.intel.bluetooth.obex that throw ServiceRegistrationException
 void OBEXSessionNotifierImpl.updateServiceRecord(boolean acceptAndOpen)
           
 

Uses of ServiceRegistrationException in com.intel.bluetooth.tcpobex
 

Methods in com.intel.bluetooth.tcpobex that throw ServiceRegistrationException
 void Connection.updateServiceRecord(boolean acceptAndOpen)
           
 

Uses of ServiceRegistrationException in javax.bluetooth
 

Methods in javax.bluetooth that throw ServiceRegistrationException
 void LocalDevice.updateRecord(ServiceRecord srvRecord)
          Updates the service record in the local SDDB that corresponds to the ServiceRecord parameter.