Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexSession.java44 final static int OBEX_SESSION_DISCONNECTED = 102; field in BluetoothPbapObexSession
162 mSessionHandler.obtainMessage(OBEX_SESSION_DISCONNECTED).sendToTarget(); in connect()
186 mSessionHandler.obtainMessage(OBEX_SESSION_DISCONNECTED).sendToTarget(); in disconnect()
DBluetoothPbapSession.java132 case BluetoothPbapObexSession.OBEX_SESSION_DISCONNECTED: in handleMessage()