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

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 60 boolean fetchRemoteUuids(in String address, in ParcelUuid uuid, in IBluetoothCallback callback);
BluetoothSocket.java 364 inProgress = service.fetchRemoteUuids(device.getAddress(), uuid, this);
BluetoothDevice.java 630 return sService.fetchRemoteUuids(mAddress, null, null);
  /frameworks/base/core/java/android/server/
BluetoothService.java     [all...]

Completed in 42 milliseconds