square / assertj-android

A set of AssertJ helpers geared toward testing Android.
https://square.github.io/assertj-android/
Apache License 2.0
1.58k stars 156 forks source link

Use BluetoothGattCharacteristic write type as a value, not as a flag. #124

Closed makovkastar closed 10 years ago

makovkastar commented 10 years ago

From the Javadoc:

The write type to for this characteristic. Can be one of: WRITE_TYPE_DEFAULT, WRITE_TYPE_NO_RESPONSE or WRITE_TYPE_SIGNED.

JakeWharton commented 10 years ago

Good catch!