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

Completed in 172 milliseconds