Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java63 private BluetoothGattCharacteristic mNotifyCharacteristic; field in DeviceControlActivity
132 if (mNotifyCharacteristic != null) {
134 mNotifyCharacteristic, false);
135 mNotifyCharacteristic = null;
140 mNotifyCharacteristic = characteristic;