OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetchRemoteUuids
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl
57
boolean
fetchRemoteUuids
(in String address, in ParcelUuid uuid, in IBluetoothCallback callback);
BluetoothDevice.java
582
return sService.
fetchRemoteUuids
(mAddress, null, null);
BluetoothSocket.java
364
inProgress = service.
fetchRemoteUuids
(device.getAddress(), uuid, this);
/frameworks/base/core/java/android/server/
BluetoothService.java
[
all
...]
Completed in 3098 milliseconds