aboutsummaryrefslogtreecommitdiff
path: root/src/HciSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HciSocket.h')
-rw-r--r--src/HciSocket.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/HciSocket.h b/src/HciSocket.h
index d968dc5..20dbe4e 100644
--- a/src/HciSocket.h
+++ b/src/HciSocket.h
@@ -86,9 +86,6 @@ private:
int fdSocket;
const size_t kResponseMaxSize = 64 * 1024;
- const int kResponseChunkSize = 1024;
- const int kRetryIntervalMS = 20;
- const int kMaxRetryTimeMS = 5000;
};
}; // namespace ggk \ No newline at end of file