Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java109 displayGattServices(mBluetoothLeService.getSupportedGattServices());
247 private void displayGattServices(List<BluetoothGattService> gattServices) { in displayGattServices() method in DeviceControlActivity