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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl73 ParcelUuid[] getRemoteUuids(in String address);
H A DBluetoothDevice.java785 return sService.getRemoteUuids(mAddress);
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java183 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress());
203 ParcelUuid[] remoteUuids = mBluetoothService.getRemoteUuids(address);
H A DBluetoothService.java1229 public synchronized ParcelUuid[] getRemoteUuids(String address) { method in class:BluetoothService
1445 ParcelUuid[] deviceUuids = getRemoteUuids(address);

Completed in 46 milliseconds