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 09:59:34 UTC

incubator-mynewt-core git commit: BLE controller - enable data length extension.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop bb30502d2 -> 3e6710122


BLE controller - enable data length extension.

I accidentally disabled this feature by default!


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/3e671012
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/3e671012
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/3e671012

Branch: refs/heads/develop
Commit: 3e6710122cc27c97ad528cdd61384f32c52b73ea
Parents: bb30502
Author: Christopher Collins <cc...@apache.org>
Authored: Mon Jun 6 09:05:07 2016 +0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon Jun 6 09:05:07 2016 +0800

----------------------------------------------------------------------
 net/nimble/include/nimble/nimble_opt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/3e671012/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 4e88a95..b173343 100644
--- a/net/nimble/include/nimble/nimble_opt.h
+++ b/net/nimble/include/nimble/nimble_opt.h
@@ -358,7 +358,7 @@
  * code size and non on RAM.
  */
 #ifndef BLE_LL_CFG_FEAT_DATA_LEN_EXT
-#define  BLE_LL_CFG_FEAT_DATA_LEN_EXT           (0)
+#define  BLE_LL_CFG_FEAT_DATA_LEN_EXT           (1)
 #endif
 
 /*