Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java57 public final static String ACTION_GATT_DISCONNECTED = field in BluetoothLeService
85 intentAction = ACTION_GATT_DISCONNECTED;
DDeviceControlActivity.java102 } else if (BluetoothLeService.ACTION_GATT_DISCONNECTED.equals(action)) {
304 intentFilter.addAction(BluetoothLeService.ACTION_GATT_DISCONNECTED); in makeGattUpdateIntentFilter()