Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java77 private static final int TRANSPORT_CONNECTED = 11; field in BluetoothOppTransfer
230 case TRANSPORT_CONNECTED: in handleMessage()
754 mSessionHandler.obtainMessage(TRANSPORT_CONNECTED, transport).sendToTarget(); in connectRfcommSocket()
819 mSessionHandler.obtainMessage(TRANSPORT_CONNECTED, transport).sendToTarget(); in run()