Searched defs:CREATE_RETRY_TIME (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommListener.java63 private static final int CREATE_RETRY_TIME = 10; field in class:BluetoothOppRfcommListener
115 for (int i = 0; i < CREATE_RETRY_TIME && !mInterrupted; i++) {
140 Log.e(TAG, "Error start listening after " + CREATE_RETRY_TIME + " try");

Completed in 65 milliseconds