aboutsummaryrefslogtreecommitdiff
path: root/src/HciSocket.h
diff options
context:
space:
mode:
authorPaul Nettle <nettle.paul@gmail.com>2017-09-27 19:37:25 -0500
committerPaul Nettle <nettle.paul@gmail.com>2017-09-27 19:37:25 -0500
commit6feca1dc60a7e3277c504e50b566f08760c69baa (patch)
tree0428042e2587dab5353536b2bf71e2c81e6a22d2 /src/HciSocket.h
parentAdvertising name logged on startup. (diff)
downloadgobbledegook-6feca1dc60a7e3277c504e50b566f08760c69baa.tar.gz
gobbledegook-6feca1dc60a7e3277c504e50b566f08760c69baa.tar.bz2
gobbledegook-6feca1dc60a7e3277c504e50b566f08760c69baa.zip
Added a threaded worker that listens for HCI events, resolving a number of problem areas.
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