D | BluetoothChatService.java | 64 private static final boolean D = true; field in BluetoothChatService 114 if (D) Log.d(TAG, "Construct BluetoothChatService: useBle=" + useBle); in BluetoothChatService() 122 if (D) Log.d(TAG, "setState() " + mState + " -> " + state); in setState() 139 … if (D) Log.d(TAG, "start secure: " + secure + UUID.randomUUID() + " - " + UUID.randomUUID()); in start() 201 if (D) Log.d(TAG, "connect to: " + device + ", psm: " + psm + ", ble: " + mBleTransport); in connect() 224 if (D) { in connected() 268 if (D) Log.d(TAG, "stop"); in stop() 377 if (D) Log.d(TAG, "Socket Type: " + mSocketType + in run() 420 if (D) { in run() 427 if (D) Log.d(TAG, "Socket Type" + mSocketType + "cancel " + this); in cancel()
|