Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexSession.java42 final static int OBEX_SESSION_CONNECTED = 100; field in BluetoothPbapObexSession
159 mSessionHandler.obtainMessage(OBEX_SESSION_CONNECTED).sendToTarget(); in connect()
DBluetoothPbapSession.java123 case BluetoothPbapObexSession.OBEX_SESSION_CONNECTED: in handleMessage()