Searched refs:getInstanceId (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java153 s.getInstanceId(), s.getType()));
192 isvc.getInstanceId(), isvc.getType()));
245 && characteristic.getInstanceId() == instanceId)
302 public int getInstanceId() { method in class:BluetoothGattService
H A DBluetoothGattIncludedService.java100 public int getInstanceId() { method in class:BluetoothGattIncludedService
H A DBluetoothGattServer.java107 if (DBG) Log.d(TAG, "onServiceAdded() - handle=" + service.getInstanceId()
117 tmp.setInstanceId(service.getInstanceId());
124 temp_char.setInstanceId(svc_char.getInstanceId());
129 temp_descs.get(j).setInstanceId(svc_descs.get(j).getInstanceId());
377 if (charac.getInstanceId() == handle)
392 if (desc.getInstanceId() == handle)
487 svc.getInstanceId() == instanceId &&
662 characteristic.getInstanceId(), confirm,
716 service.getInstanceId(), service.getType());
720 mService.removeService(mServerIf, service.getInstanceId());
[all...]
H A DBluetoothGattDescriptor.java225 public int getInstanceId() { method in class:BluetoothGattDescriptor
H A DBluetoothGatt.java293 brokenRef.getUuid(), brokenRef.getInstanceId(), brokenRef.getType());
665 svc.getInstanceId() == instanceId &&
681 if (charac.getInstanceId() == instanceId)
696 if (desc.getInstanceId() == instanceId)
1036 characteristic.getInstanceId(), AUTHENTICATION_NONE);
1114 characteristic.getInstanceId(), characteristic.getWriteType(),
1157 descriptor.getInstanceId(), AUTHENTICATION_NONE);
1197 mService.writeDescriptor(mClientIf, device.getAddress(), descriptor.getInstanceId(),
1330 characteristic.getInstanceId(), enable);
H A DBluetoothGattCharacteristic.java351 && descriptor.getInstanceId() == instanceId) {
391 public int getInstanceId() { method in class:BluetoothGattCharacteristic

Completed in 76 milliseconds