You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2016/06/15 18:07:14 UTC

[2/2] incubator-mynewt-core git commit: Turn LE ping on by default

Turn LE ping on 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/ec3cc917
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ec3cc917
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ec3cc917

Branch: refs/heads/develop
Commit: ec3cc917f1acf2220eab1812080a6d9b9c531c27
Parents: 3bed228
Author: William San Filippo <wi...@runtime.io>
Authored: Wed Jun 15 08:29:35 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Wed Jun 15 11:07:02 2016 -0700

----------------------------------------------------------------------
 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/ec3cc917/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 8eb6bec..f8b08cc 100644
--- a/net/nimble/include/nimble/nimble_opt.h
+++ b/net/nimble/include/nimble/nimble_opt.h
@@ -348,7 +348,7 @@
  * has no effect.
  */
 #ifndef BLE_LL_CFG_FEAT_LE_PING
-#define  BLE_LL_CFG_FEAT_LE_PING                (0)
+#define  BLE_LL_CFG_FEAT_LE_PING                (1)
 #endif
 
 /*