summaryrefslogtreecommitdiffstats
path: root/include/sysutils
diff options
context:
space:
mode:
authorJosef Kindberg <josef.kindberg@stericsson.com>2011-02-23 12:40:44 +0100
committerPatrik Ryd <patrik.ryd@stericsson.com>2012-11-12 14:40:21 +0100
commit6d358ae44ccfbcd5b89511d142f334b2cc1b67b1 (patch)
treeab3c1035f273adc03b7cd01f13028cf9f4a59780 /include/sysutils
parenta6fb0e05aa95995445c6f2b65f07db26bdbfd46c (diff)
downloadsystem_core-6d358ae44ccfbcd5b89511d142f334b2cc1b67b1.zip
system_core-6d358ae44ccfbcd5b89511d142f334b2cc1b67b1.tar.gz
system_core-6d358ae44ccfbcd5b89511d142f334b2cc1b67b1.tar.bz2
libsysutils: Increase command buffersize and command args
Needed to support tethering of multiple remote Bluetooth devices. Change-Id: I9f736affd83226e8b2fa4f0faacd3654175dd8c9 Signed-off-by: Patrik Ryd <patrik.ryd@stericsson.com>
Diffstat (limited to 'include/sysutils')
-rw-r--r--include/sysutils/FrameworkListener.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sysutils/FrameworkListener.h b/include/sysutils/FrameworkListener.h
index 756bacf..f1a4b43 100644
--- a/include/sysutils/FrameworkListener.h
+++ b/include/sysutils/FrameworkListener.h
@@ -23,10 +23,11 @@ class SocketClient;
class FrameworkListener : public SocketListener {
public:
- static const int CMD_ARGS_MAX = 16;
+ static const int CMD_ARGS_MAX = 26;
/* 1 out of errorRate will be dropped */
int errorRate;
+
private:
int mCommandCount;
bool mWithSeq;