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

  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 57 public final static String ACTION_GATT_DISCONNECTED =
58 "com.example.bluetooth.le.ACTION_GATT_DISCONNECTED";
85 intentAction = ACTION_GATT_DISCONNECTED;
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 57 public final static String ACTION_GATT_DISCONNECTED =
58 "com.example.bluetooth.le.ACTION_GATT_DISCONNECTED";
85 intentAction = ACTION_GATT_DISCONNECTED;

Completed in 212 milliseconds