OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCP_DEBUG_PORT
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java
86
mTcpServerSocket = new ServerSocket(Constants.
TCP_DEBUG_PORT
, 1);
88
Log.e(TAG, "Error listing on port" + Constants.
TCP_DEBUG_PORT
);
Constants.java
254
public static final int
TCP_DEBUG_PORT
= 6500;
BluetoothOppTransfer.java
490
mConnectThread = new SocketConnectThread("localhost", Constants.
TCP_DEBUG_PORT
, 0);
Completed in 94 milliseconds