Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java268 List<BluetoothGattCharacteristic> gattCharacteristics = in displayGattServices() local
274 for (BluetoothGattCharacteristic gattCharacteristic : gattCharacteristics) { in displayGattServices()