Lines Matching refs:address

172                                                 boolean connected, String address) {
174 + " clientIf=" + clientIf + " device=" + address);
175 if (!address.equals(mDevice.getAddress())) {
206 public void onSearchComplete(String address, List<BluetoothGattService> services,
208 if (DBG) Log.d(TAG, "onSearchComplete() = Device=" + address + " Status=" + status);
209 if (!address.equals(mDevice.getAddress())) {
249 public void onCharacteristicRead(String address, int status, int handle, byte[] value) {
250 if (VDBG) Log.d(TAG, "onCharacteristicRead() - Device=" + address
253 Log.w(TAG, "onCharacteristicRead() - Device=" + address
256 if (!address.equals(mDevice.getAddress())) {
269 mService.readCharacteristic(mClientIf, address, handle, AUTHENTICATION_MITM);
298 public void onCharacteristicWrite(String address, int status, int handle) {
299 if (VDBG) Log.d(TAG, "onCharacteristicWrite() - Device=" + address
302 if (!address.equals(mDevice.getAddress())) {
318 mService.writeCharacteristic(mClientIf, address, handle,
341 public void onNotify(String address, int handle, byte[] value) {
342 if (VDBG) Log.d(TAG, "onNotify() - Device=" + address + " handle=" + handle);
344 if (!address.equals(mDevice.getAddress())) {
364 public void onDescriptorRead(String address, int status, int handle, byte[] value) {
365 if (VDBG) Log.d(TAG, "onDescriptorRead() - Device=" + address + " handle=" + handle);
367 if (!address.equals(mDevice.getAddress())) {
385 mService.readDescriptor(mClientIf, address, handle, AUTHENTICATION_MITM);
405 public void onDescriptorWrite(String address, int status, int handle) {
406 if (VDBG) Log.d(TAG, "onDescriptorWrite() - Device=" + address + " handle=" + handle);
408 if (!address.equals(mDevice.getAddress())) {
424 mService.writeDescriptor(mClientIf, address, handle,
446 public void onExecuteWrite(String address, int status) {
447 if (VDBG) Log.d(TAG, "onExecuteWrite() - Device=" + address
449 if (!address.equals(mDevice.getAddress())) {
468 public void onReadRemoteRssi(String address, int rssi, int status) {
469 if (VDBG) Log.d(TAG, "onReadRemoteRssi() - Device=" + address +
471 if (!address.equals(mDevice.getAddress())) {
485 public void onConfigureMTU(String address, int mtu, int status) {
486 if (DBG) Log.d(TAG, "onConfigureMTU() - Device=" + address +
488 if (!address.equals(mDevice.getAddress())) {