summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/pbap/BluetoothPbapAuthenticator.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/bluetooth/pbap/BluetoothPbapAuthenticator.java')
-rw-r--r--src/com/android/bluetooth/pbap/BluetoothPbapAuthenticator.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/bluetooth/pbap/BluetoothPbapAuthenticator.java b/src/com/android/bluetooth/pbap/BluetoothPbapAuthenticator.java
index e9cca90e4..110d2e586 100644
--- a/src/com/android/bluetooth/pbap/BluetoothPbapAuthenticator.java
+++ b/src/com/android/bluetooth/pbap/BluetoothPbapAuthenticator.java
@@ -88,6 +88,7 @@ public class BluetoothPbapAuthenticator implements Authenticator {
}
}
+ @Override
public PasswordAuthentication onAuthenticationChallenge(final String description,
final boolean isUserIdRequired, final boolean isFullAccess) {
waitUserConfirmation();
@@ -99,6 +100,7 @@ public class BluetoothPbapAuthenticator implements Authenticator {
}
// TODO: Reserved for future use only, in case PSE challenge PCE
+ @Override
public byte[] onAuthenticationResponse(final byte[] userName) {
byte[] b = null;
return b;