Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java276 HashMap<String, String> currentCharaData = new HashMap<String, String>(); in displayGattServices() local
278 currentCharaData.put( in displayGattServices()
280 currentCharaData.put(LIST_UUID, uuid); in displayGattServices()
281 gattCharacteristicGroupData.add(currentCharaData); in displayGattServices()