HomeSort by relevance Sort by last modified time
    Searched refs:currentServiceData (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 259 HashMap<String, String> currentServiceData = new HashMap<String, String>();
261 currentServiceData.put(
263 currentServiceData.put(LIST_UUID, uuid);
264 gattServiceData.add(currentServiceData);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 259 HashMap<String, String> currentServiceData = new HashMap<String, String>();
261 currentServiceData.put(
263 currentServiceData.put(LIST_UUID, uuid);
264 gattServiceData.add(currentServiceData);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 259 HashMap<String, String> currentServiceData = new HashMap<String, String>();
261 currentServiceData.put(
263 currentServiceData.put(LIST_UUID, uuid);
264 gattServiceData.add(currentServiceData);

Completed in 1062 milliseconds