D | BluetoothChatService.java | 61 private static final boolean D = true; field in BluetoothChatService 100 if (D) Log.d(TAG, "setState() " + mState + " -> " + state); in setState() 117 … if (D) Log.d(TAG, "start secure: " + secure + UUID.randomUUID() + " - " + UUID.randomUUID()); in start() 144 if (D) Log.d(TAG, "connect to: " + device); in connect() 167 if (D) Log.d(TAG, "connected, Socket Type: " + socketType); in connected() 203 if (D) Log.d(TAG, "stop"); in stop() 296 if (D) Log.d(TAG, "Socket Type: " + mSocketType + in run() 338 if (D) Log.i(TAG, "END mAcceptThread, socket Type: " + mSocketType); in run() 343 if (D) Log.d(TAG, "Socket Type" + mSocketType + "cancel " + this); in cancel()
|