Searched refs:BluetoothPbapObexSession (Results 1 – 4 of 4) sorted by relevance
67 private BluetoothPbapObexSession mObexSession;112 case BluetoothPbapObexSession.OBEX_SESSION_FAILED: in handleMessage()123 case BluetoothPbapObexSession.OBEX_SESSION_CONNECTED: in handleMessage()132 case BluetoothPbapObexSession.OBEX_SESSION_DISCONNECTED: in handleMessage()137 case BluetoothPbapObexSession.OBEX_SESSION_REQUEST_COMPLETED: in handleMessage()142 case BluetoothPbapObexSession.OBEX_SESSION_REQUEST_FAILED: in handleMessage()147 case BluetoothPbapObexSession.OBEX_SESSION_AUTHENTICATION_REQUEST: in handleMessage()154 … .obtainMessage(BluetoothPbapObexSession.OBEX_SESSION_AUTHENTICATION_TIMEOUT), in handleMessage()158 case BluetoothPbapObexSession.OBEX_SESSION_AUTHENTICATION_TIMEOUT: in handleMessage()227 .removeMessages(BluetoothPbapObexSession.OBEX_SESSION_AUTHENTICATION_TIMEOUT); in setAuthResponse()[all …]
33 final class BluetoothPbapObexSession { class67 public BluetoothPbapObexSession(ObexTransport transport) { in BluetoothPbapObexSession() method in BluetoothPbapObexSession220 WeakReference<BluetoothPbapObexSession> mInst;222 ObexClientHandler(Looper looper, BluetoothPbapObexSession inst) { in ObexClientHandler()224 mInst = new WeakReference<BluetoothPbapObexSession>(inst); in ObexClientHandler()229 BluetoothPbapObexSession inst = mInst.get(); in handleMessage()
56 mCallback.obtainMessage(BluetoothPbapObexSession.OBEX_SESSION_AUTHENTICATION_REQUEST) in onAuthenticationChallenge()
41737 01-13 23:19:40.772 2689 3183 D BluetoothPbapObexSession: start41738 01-13 23:19:40.775 2689 3197 D BluetoothPbapObexSession: connect()41801 01-13 23:19:42.051 2689 2689 D BluetoothPbapObexSession: schedule() called with: android.bluetoot…59564 …at android.bluetooth.client.pbap.BluetoothPbapObexSession.connect(BluetoothPbapObexSession.java:14…59565 at android.bluetooth.client.pbap.BluetoothPbapObexSession.-wrap0(BluetoothPbapObexSession.java:-1)59566 …at android.bluetooth.client.pbap.BluetoothPbapObexSession$ObexClientHandler.handleMessage(Bluetoot…