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

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 66 ParcelUuid[] getRemoteUuids(in BluetoothDevice device);
BluetoothDevice.java 868 return sService.getRemoteUuids(this);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 778 public ParcelUuid[] getRemoteUuids(BluetoothDevice device) {
780 Log.w(TAG,"getRemoteUuids(): not allowed for non-active user");
786 return service.getRemoteUuids(device);
    [all...]

Completed in 903 milliseconds