HomeSort by relevance Sort by last modified time
    Searched refs:getRemoteUuids (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 59 ParcelUuid[] getRemoteUuids(in String address);
BluetoothDevice.java 609 return sService.getRemoteUuids(mAddress);
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 203 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress());
238 ParcelUuid[] remoteUuids = mBluetoothService.getRemoteUuids(address);
BluetoothService.java     [all...]

Completed in 34 milliseconds