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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl39 ParcelUuid[] getUuids();
H A DBluetoothA2dp.java412 ParcelUuid[] uuids = device.getUuids();
H A DBluetoothAdapter.java603 public ParcelUuid[] getUuids() { method in class:BluetoothAdapter
607 if (mService != null) return mService.getUuids();
H A DBluetoothDevice.java862 public ParcelUuid[] getUuids() { method in class:BluetoothDevice
880 * present in the cache. Clients should use the {@link #getUuids} to get UUIDs

Completed in 3468 milliseconds