Searched refs:getUuids (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl42 ParcelUuid[] getUuids();
H A DBluetoothA2dp.java418 ParcelUuid[] uuids = device.getUuids();
H A DBluetoothAdapter.java541 public ParcelUuid[] getUuids() { method in class:BluetoothAdapter
544 return mService.getUuids();
H A DBluetoothDevice.java789 public ParcelUuid[] getUuids() { method in class:BluetoothDevice
803 * present in the cache. Clients should use the {@link #getUuids} to get UUIDs
/frameworks/base/core/java/android/server/
H A DBluetoothService.java862 public ParcelUuid[] getUuids() { method in class:BluetoothService

Completed in 173 milliseconds