Home
last modified time | relevance | path

Searched refs:mClientIf (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java52 private int mClientIf; field in BluetoothGatt
172 mClientIf = clientIf;
192 mService.clientConnect(mClientIf, mDevice.getAddress(),
371 mService.readCharacteristic(mClientIf, address, handle, authReq);
431 mService.writeCharacteristic(mClientIf, address, handle,
514 mService.readDescriptor(mClientIf, address, handle, authReq);
564 mService.writeDescriptor(mClientIf, address, handle,
825 if (DBG) Log.d(TAG, "unregisterApp() - mClientIf=" + mClientIf); in unregisterApp()
826 if (mService == null || mClientIf == 0) return; in unregisterApp()
830 mService.unregisterClient(mClientIf); in unregisterApp()
[all …]