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

  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/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 80 milliseconds