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

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 270 ArrayList<BluetoothGattCharacteristic> charas = local
275 charas.add(gattCharacteristic);
283 mGattCharacteristics.add(charas);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 270 ArrayList<BluetoothGattCharacteristic> charas = local
275 charas.add(gattCharacteristic);
283 mGattCharacteristics.add(charas);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 270 ArrayList<BluetoothGattCharacteristic> charas = local
275 charas.add(gattCharacteristic);
283 mGattCharacteristics.add(charas);

Completed in 143 milliseconds