Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java259 HashMap<String, String> currentServiceData = new HashMap<String, String>(); in displayGattServices() local
261 currentServiceData.put( in displayGattServices()
263 currentServiceData.put(LIST_UUID, uuid); in displayGattServices()
264 gattServiceData.add(currentServiceData); in displayGattServices()