Uses of Class
javax.bluetooth.UUID

Packages that use UUID
com.intel.bluetooth   
javax.bluetooth   
 

Uses of UUID in com.intel.bluetooth
 

Fields in com.intel.bluetooth declared as UUID
static UUID BluetoothConsts.L2CAP_PROTOCOL_UUID
           
static UUID BluetoothConsts.OBEX_PROTOCOL_UUID
           
static UUID BluetoothConsts.OBEXFileTransferServiceClass_UUID
           
static UUID BluetoothConsts.RFCOMM_PROTOCOL_UUID
           
static UUID BluetoothConsts.SERIAL_PORT_UUID
           
 

Methods in com.intel.bluetooth with parameters of type UUID
 int BluetoothStack.searchServices(int[] attrSet, UUID[] uuidSet, RemoteDevice device, DiscoveryListener listener)
          called by JSR-82 code Service search
 String SelectServiceHandler.selectService(UUID uuid, int security, boolean master)
          Attempts to locate a service that contains uuid in the ServiceClassIDList of its service record.
 

Uses of UUID in javax.bluetooth
 

Methods in javax.bluetooth with parameters of type UUID
 int DiscoveryAgent.searchServices(int[] attrSet, UUID[] uuidSet, RemoteDevice btDev, DiscoveryListener discListener)
          Searches for services on a remote Bluetooth device that have all the UUIDs specified in uuidSet.
 String DiscoveryAgent.selectService(UUID uuid, int security, boolean master)
          Attempts to locate a service that contains uuid in the ServiceClassIDList of its service record.