Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java61 public final static String ACTION_DATA_AVAILABLE = field in BluetoothLeService
106 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);
113 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);
DDeviceControlActivity.java110 } else if (BluetoothLeService.ACTION_DATA_AVAILABLE.equals(action)) {
306 intentFilter.addAction(BluetoothLeService.ACTION_DATA_AVAILABLE); in makeGattUpdateIntentFilter()