HomeSort by relevance Sort by last modified time
    Searched refs:mNotifyCharacteristic (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 63 private BluetoothGattCharacteristic mNotifyCharacteristic;
132 if (mNotifyCharacteristic != null) {
134 mNotifyCharacteristic, false);
135 mNotifyCharacteristic = null;
140 mNotifyCharacteristic = characteristic;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 63 private BluetoothGattCharacteristic mNotifyCharacteristic;
132 if (mNotifyCharacteristic != null) {
134 mNotifyCharacteristic, false);
135 mNotifyCharacteristic = null;
140 mNotifyCharacteristic = characteristic;
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 63 private BluetoothGattCharacteristic mNotifyCharacteristic;
132 if (mNotifyCharacteristic != null) {
134 mNotifyCharacteristic, false);
135 mNotifyCharacteristic = null;
140 mNotifyCharacteristic = characteristic;

Completed in 54 milliseconds