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 15:29:44 UTC

incubator-mynewt-core git commit: Turn LE ping on by default

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/upf54 9fc076cc3 -> 1fc36ccac


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

Branch: refs/heads/upf54
Commit: 1fc36ccac6be7e33a74cb19c6c6d2b13e4278eff
Parents: 9fc076c
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 08:29:35 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/1fc36cca/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 4aad463..356b745 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
 
 /*