You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/06/06 11:04:50 UTC

[7/9] incubator-mynewt-core git commit: BLE - Increase max dflt tx mtu; enable param req.

BLE - Increase max dflt tx mtu; enable param req.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/e38c2ad0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e38c2ad0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e38c2ad0

Branch: refs/heads/upf54
Commit: e38c2ad0503d457c0917450866c87afd3c8293e1
Parents: 8ae96fb
Author: Christopher Collins <cc...@apache.org>
Authored: Mon Jun 6 18:28:16 2016 +0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon Jun 6 18:28:16 2016 +0800

----------------------------------------------------------------------
 net/nimble/include/nimble/nimble_opt.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e38c2ad0/net/nimble/include/nimble/nimble_opt.h
----------------------------------------------------------------------
diff --git a/net/nimble/include/nimble/nimble_opt.h b/net/nimble/include/nimble/nimble_opt.h
index b173343..4aad463 100644
--- a/net/nimble/include/nimble/nimble_opt.h
+++ b/net/nimble/include/nimble/nimble_opt.h
@@ -292,7 +292,7 @@
 #endif
 
 #ifndef NIMBLE_OPT_LL_CONN_INIT_MAX_TX_BYTES
-#define NIMBLE_OPT_LL_CONN_INIT_MAX_TX_BYTES    (27)
+#define NIMBLE_OPT_LL_CONN_INIT_MAX_TX_BYTES    (251)
 #endif
 
 /* The number of slots that will be allocated to each connection */
@@ -331,7 +331,7 @@
  * This is implemented in the controller but is disabled by default.
  */
 #ifndef BLE_LL_CFG_FEAT_CONN_PARAM_REQ
-#define BLE_LL_CFG_FEAT_CONN_PARAM_REQ          (0)
+#define BLE_LL_CFG_FEAT_CONN_PARAM_REQ          (1)
 #endif
 
 /*