Home
last modified time | relevance | path

Searched refs:fetchRemoteUuids (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetooth.aidl75 boolean fetchRemoteUuids(in String address, in ParcelUuid uuid, in IBluetoothCallback callback); in fetchRemoteUuids() method
DBluetoothSocket.java390 inProgress = service.fetchRemoteUuids(device.getAddress(), uuid, this); in doSdp()
DBluetoothDevice.java825 return sService.fetchRemoteUuids(mAddress, null, null); in fetchUuidsWithSdp()
/frameworks/base/core/java/android/server/
DBluetoothService.java1306 public synchronized boolean fetchRemoteUuids(String address, ParcelUuid uuid, in fetchRemoteUuids() method in BluetoothService