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

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 61 public final static String ACTION_DATA_AVAILABLE =
62 "com.example.bluetooth.le.ACTION_DATA_AVAILABLE";
106 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);
113 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 61 public final static String ACTION_DATA_AVAILABLE =
62 "com.example.bluetooth.le.ACTION_DATA_AVAILABLE";
106 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);
113 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 61 public final static String ACTION_DATA_AVAILABLE =
62 "com.example.bluetooth.le.ACTION_DATA_AVAILABLE";
106 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);
113 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);

Completed in 251 milliseconds