HomeSort by relevance Sort by last modified time
    Searched refs:gattCharacteristic (Results 1 - 4 of 4) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java 429 BluetoothGattCharacteristic gattCharacteristic = gattService.getCharacteristic(cUuid);
430 if (gattCharacteristic == null) {
433 return bluetoothGatt.readCharacteristic(gattCharacteristic);
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 274 for (BluetoothGattCharacteristic gattCharacteristic : gattCharacteristics) {
275 charas.add(gattCharacteristic);
277 uuid = gattCharacteristic.getUuid().toString();
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 274 for (BluetoothGattCharacteristic gattCharacteristic : gattCharacteristics) {
275 charas.add(gattCharacteristic);
277 uuid = gattCharacteristic.getUuid().toString();
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 274 for (BluetoothGattCharacteristic gattCharacteristic : gattCharacteristics) {
275 charas.add(gattCharacteristic);
277 uuid = gattCharacteristic.getUuid().toString();

Completed in 610 milliseconds