Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java277 public void readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic() method in BluetoothLeService
282 mBluetoothGatt.readCharacteristic(characteristic); in readCharacteristic()
DDeviceControlActivity.java137 mBluetoothLeService.readCharacteristic(characteristic);