Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java85 private static final String SOCKET_LINK_KEY_ERROR = "Invalid exchange"; field in BluetoothOppTransfer
763 if (!mRetry && e.getMessage().equals(SOCKET_LINK_KEY_ERROR)) { in connectRfcommSocket()