Searched refs:TCP_DEBUG_PORT (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommListener.java86 mTcpServerSocket = new ServerSocket(Constants.TCP_DEBUG_PORT, 1);
88 Log.e(TAG, "Error listing on port" + Constants.TCP_DEBUG_PORT);
H A DConstants.java255 public static final int TCP_DEBUG_PORT = 6500; field in class:Constants
H A DBluetoothOppTransfer.java490 mConnectThread = new SocketConnectThread("localhost", Constants.TCP_DEBUG_PORT, 0);

Completed in 251 milliseconds