Only Alice should perform Bluetooth discovery.

This commit is contained in:
akwizgran
2020-10-27 14:22:30 +00:00
parent 8cbb38ee68
commit 922a52bf83
8 changed files with 26 additions and 15 deletions

View File

@@ -198,7 +198,7 @@ class ModemPlugin implements DuplexPlugin, Modem.Callback {
@Override
public DuplexTransportConnection createKeyAgreementConnection(
byte[] commitment, BdfList descriptor) {
byte[] commitment, BdfList descriptor, boolean alice) {
throw new UnsupportedOperationException();
}