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

Fix bluetooth characteristic intdef copy-paste typo. #185

Closed plastiv closed 8 years ago

plastiv commented 8 years ago

PERMISSION_READ_ENCRYPTED_MITM was duplicated and PERMISSION_WRITE_ENCRYPTED_MITM was missing. Full list of available values: https://developer.android.com/reference/android/bluetooth/BluetoothGattCharacteristic.html

JakeWharton commented 8 years ago

Doh!