Home
last modified time | relevance | path

Searched refs:mObexAuth (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DPbapStateMachine.java88 private BluetoothPbapAuthenticator mObexAuth; field in PbapStateMachine
386 mObexAuth = new BluetoothPbapAuthenticator(PbapStateMachine.this); in startObexServerSession()
387 mObexAuth.setChallenged(false); in startObexServerSession()
388 mObexAuth.setCancelled(false); in startObexServerSession()
395 mServerSession = new ServerSession(transport, mPbapServer, mObexAuth); in startObexServerSession()
464 mObexAuth.setCancelled(true); in notifyAuthCancelled()
469 mObexAuth.setSessionKey(key); in notifyAuthKeyInput()
471 mObexAuth.setChallenged(true); in notifyAuthKeyInput()