HomeSort by relevance Sort by last modified time
    Searched full:getuuid (Results 1 - 22 of 22) sorted by null

  /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(), 0));
331 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
336 charUuid.getUuid(), charInstId)
    [all...]
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...]
BluetoothGattService.java 155 if (uuid.equals(characteristic.getUuid()) &&
201 public UUID getUuid() {
261 if (uuid.equals(characteristic.getUuid()))
BluetoothGattDescriptor.java 163 public UUID getUuid() {
BluetoothUuid.java 191 UUID uuid = parcelUuid.getUuid();
BluetoothGattCharacteristic.java 306 public UUID getUuid() {
395 if (descriptor.getUuid().equals(uuid)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 246 service.registerClient(uuid.getUuid(), callback);
266 uuids[i] = ids[i].getUuid();
308 srvcId.getUuid(), charInstanceId,
309 charId.getUuid(), authReq);
319 srvcId.getUuid(), charInstanceId,
320 charId.getUuid(), writeType, authReq,
331 srvcId.getUuid(), charInstanceId,
332 charId.getUuid(), descrId.getUuid(),
344 srvcId.getUuid(), charInstanceId
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 100 UUID uuid = pUuid.getUuid();
115 uuid = uuids[i].getUuid();
  /frameworks/base/core/java/android/os/
ParcelUuid.java 60 public UUID getUuid() {
  /development/samples/BluetoothLeGatt/src/com/example/bluetooth/le/
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/opp/
BluetoothOppRfcommListener.java 118 mBtServerSocket = mAdapter.listenUsingInsecureRfcommWithServiceRecord("OBEX Object Push", BluetoothUuid.ObexObjectPush.getUuid());
BluetoothOppTransfer.java 620 btSocket = device.createInsecureRfcommSocketToServiceRecord(BluetoothUuid.ObexObjectPush.getUuid());
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 436 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) {
530 uuid = gattService.getUuid().toString();
549 uuid = gattCharacteristic.getUuid().toString();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 427 public String getUuid() {
459 return "local://localhost/" + context.getDatabasePath(getUuid() + ".db");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 335 ("OBEX Phonebook Access Server", BluetoothUuid.PBAP_PSE.getUuid());
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/api/
current.txt     [all...]
  /prebuilts/sdk/api/
18.txt     [all...]

Completed in 1160 milliseconds