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/06 00:05:09 UTC

incubator-mynewt-core git commit: Add privacy and extended scanner filter policy to supported features

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


Add privacy and extended scanner filter policy to supported features


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

Branch: refs/heads/develop
Commit: bb30502d2d27d3b2f8b79627b38808bab4244f07
Parents: cbeee54
Author: William San Filippo <wi...@runtime.io>
Authored: Sun Jun 5 17:04:50 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Sun Jun 5 17:05:03 2016 -0700

----------------------------------------------------------------------
 net/nimble/controller/src/ble_ll.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/bb30502d/net/nimble/controller/src/ble_ll.c
----------------------------------------------------------------------
diff --git a/net/nimble/controller/src/ble_ll.c b/net/nimble/controller/src/ble_ll.c
index a5197bb..6963307 100644
--- a/net/nimble/controller/src/ble_ll.c
+++ b/net/nimble/controller/src/ble_ll.c
@@ -1164,6 +1164,7 @@ ble_ll_init(uint8_t ll_task_prio, uint8_t num_acl_pkts, uint16_t acl_pkt_size)
 #endif
 
 #if (BLE_LL_CFG_FEAT_LL_PRIVACY == 1)
+    features |= (BLE_LL_FEAT_LL_PRIVACY | BLE_LL_FEAT_EXT_SCAN_FILT);
     ble_ll_resolv_init();
 #endif