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

  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 55 public final static String ACTION_GATT_CONNECTED =
56 "com.example.bluetooth.le.ACTION_GATT_CONNECTED";
76 intentAction = ACTION_GATT_CONNECTED;
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 55 public final static String ACTION_GATT_CONNECTED =
56 "com.example.bluetooth.le.ACTION_GATT_CONNECTED";
76 intentAction = ACTION_GATT_CONNECTED;

Completed in 388 milliseconds