Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexAuthenticator.java56 mCallback.obtainMessage(BluetoothPbapObexSession.OBEX_SESSION_AUTHENTICATION_REQUEST) in onAuthenticationChallenge()
DBluetoothPbapObexSession.java47 final static int OBEX_SESSION_AUTHENTICATION_REQUEST = 105; field in BluetoothPbapObexSession
DBluetoothPbapSession.java147 case BluetoothPbapObexSession.OBEX_SESSION_AUTHENTICATION_REQUEST: in handleMessage()