Remove Secure Messaging flag

This commit is contained in:
Arnaud Fontaine 2017-08-26 15:53:16 +02:00
parent e8ebf9e6d7
commit f1d0c6f276

View File

@ -177,7 +177,7 @@ public final class Constants {
};
protected static final byte[] EXTENDED_CAPABILITIES = {
(byte)(0x80 | /* support secure messaging */
(byte)(0x00 | /* support secure messaging */
0x40 | /* support get challenge */
0x20 | /* support key import */
0x10 | /* support pw status changes */