HomeSort by relevance Sort by last modified time
    Searched refs:getUuid (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 202 mServices.add(new BluetoothGattService(mDevice, srvcUuid.getUuid(),
222 srvcUuid.getUuid(), srvcInstId, srvcType);
224 inclSrvcUuid.getUuid(), inclSrvcInstId, inclSrvcType);
247 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
251 service, charUuid.getUuid(), charInstId, charProps, 0));
270 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
275 charUuid.getUuid());
279 characteristic, descUuid.getUuid(), descrInstId, 0));
331 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
336 charUuid.getUuid(), charInstId)
    [all...]
BluetoothGattService.java 155 if (uuid.equals(characteristic.getUuid())
201 public UUID getUuid() {
261 if (uuid.equals(characteristic.getUuid()))
BluetoothGattServer.java 121 UUID srvcUuid = srvcId.getUuid();
142 UUID srvcUuid = srvcId.getUuid();
143 UUID charUuid = charId.getUuid();
169 UUID srvcUuid = srvcId.getUuid();
170 UUID charUuid = charId.getUuid();
171 UUID descrUuid = descrId.getUuid();
201 UUID srvcUuid = srvcId.getUuid();
202 UUID charUuid = charId.getUuid();
231 UUID srvcUuid = srvcId.getUuid();
232 UUID charUuid = charId.getUuid();
    [all...]
BluetoothGattDescriptor.java 170 public UUID getUuid() {
BluetoothGattCharacteristic.java 291 if (descriptor.getUuid().equals(uuid)
320 public UUID getUuid() {
409 if (descriptor.getUuid().equals(uuid)) {
BluetoothUuid.java 210 UUID uuid = parcelUuid.getUuid();
  /frameworks/base/core/java/android/os/
ParcelUuid.java 60 public UUID getUuid() {
  /system/vold/
Volume.h 75 const char* getUuid() { return mUuid; }
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 247 service.registerClient(uuid.getUuid(), callback);
267 uuids[i] = ids[i].getUuid();
315 srvcId.getUuid(), charInstanceId,
316 charId.getUuid(), authReq);
326 srvcId.getUuid(), charInstanceId,
327 charId.getUuid(), writeType, authReq,
339 srvcInstanceId, srvcId.getUuid(),
340 charInstanceId, charId.getUuid(),
341 descrInstanceId, descrId.getUuid(),
353 srvcInstanceId, srvcId.getUuid(),
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 129 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) {
300 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) {
DeviceControlActivity.java 260 uuid = gattService.getUuid().toString();
277 uuid = gattCharacteristic.getUuid().toString();
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 129 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) {
300 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) {
DeviceControlActivity.java 260 uuid = gattService.getUuid().toString();
277 uuid = gattCharacteristic.getUuid().toString();
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 100 UUID uuid = pUuid.getUuid();
115 uuid = uuids[i].getUuid();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 118 mBtServerSocket = mAdapter.listenUsingInsecureRfcommWithServiceRecord("OBEX Object Push", BluetoothUuid.ObexObjectPush.getUuid());
BluetoothOppTransfer.java 620 btSocket = device.createInsecureRfcommSocketToServiceRecord(BluetoothUuid.ObexObjectPush.getUuid());
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 206 public String getUuid() {
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 127 } else if (volume.getUuid() != null) {
128 rootId = volume.getUuid();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 434 public String getUuid() {
466 return "local://localhost/" + context.getDatabasePath(getUuid() + ".db");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 216 BluetoothUuid_ObexMns.getUuid());
BluetoothMapService.java 175 ("MAP SMS/MMS", BluetoothUuid.MAS.getUuid());
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 341 ("OBEX Phonebook Access Server", BluetoothUuid.PBAP_PSE.getUuid());
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 884 milliseconds

1 2