Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapAuthenticator.java44 public class BluetoothPbapAuthenticator implements Authenticator { class
52 BluetoothPbapAuthenticator(final PbapStateMachine stateMachine) { in BluetoothPbapAuthenticator() method in BluetoothPbapAuthenticator
H A DPbapStateMachine.java98 private BluetoothPbapAuthenticator mObexAuth;
351 mObexAuth = new BluetoothPbapAuthenticator(PbapStateMachine.this); in startObexServerSession()