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 56 ParcelUuid[] getRemoteUuids(in String address);
BluetoothDevice.java 561 return sService.getRemoteUuids(mAddress);
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 237 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress());
272 ParcelUuid[] remoteUuids = mBluetoothService.getRemoteUuids(address);
BluetoothService.java     [all...]

Completed in 23 milliseconds