Searched defs:uuid (Results 26 - 26 of 26) sorted by relevance

12

/frameworks/base/core/java/android/server/
H A DBluetoothService.java181 public ParcelUuid uuid; field in class:BluetoothService.RemoteService
182 public RemoteService(String address, ParcelUuid uuid) { argument
184 this.uuid = uuid;
190 return address.equals(service.address) && uuid.equals(service.uuid);
199 hash = hash * 31 + (uuid == null ? 0 : uuid.hashCode());
1300 * Optionally takes a uuid and callback to fetch the RFCOMM channel for the
1301 * a given uuid
1306 fetchRemoteUuids(String address, ParcelUuid uuid, IBluetoothCallback callback) argument
1356 getRemoteServiceChannel(String address, ParcelUuid uuid) argument
1549 getDeviceServiceChannelForUuid(String address, ParcelUuid uuid) argument
1560 addRfcommServiceRecord(String serviceName, ParcelUuid uuid, int channel, IBinder b) argument
2876 getDeviceServiceChannelNative(String objectPath, String uuid, int attributeId) argument
[all...]

Completed in 73 milliseconds

12