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

[6/6] incubator-mynewt-site git commit: bletiny - Add descs. for adv-filter-policies.

bletiny - Add descs. for adv-filter-policies.

This closes #110
This closes #107


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

Branch: refs/heads/develop
Commit: 3623a8560c2771edb21e60723c143615f28adb3c
Parents: 43a2bba
Author: Christopher Collins <cc...@apache.org>
Authored: Fri Aug 5 17:01:17 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Aug 9 17:06:58 2016 -0700

----------------------------------------------------------------------
 docs/network/ble/bletiny/bletiny_GAP.md | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/3623a856/docs/network/ble/bletiny/bletiny_GAP.md
----------------------------------------------------------------------
diff --git a/docs/network/ble/bletiny/bletiny_GAP.md b/docs/network/ble/bletiny/bletiny_GAP.md
index 73d3aaf..a6ff368 100644
--- a/docs/network/ble/bletiny/bletiny_GAP.md
+++ b/docs/network/ble/bletiny/bletiny_GAP.md
@@ -84,15 +84,6 @@ The Connection parameter definitions can be found in Section 7.8.12 of the BLUET
 | Maximum_CE_Length | Informative parameter providing the Controller with the expected maximum length of the connection event  | max_ce_len |
 | Duration | Number of milliseconds before aborting the connect attempt | dur |
 
-### Advertisement Filter Policies
-
-| *bletiny string* |
-| -----------------|
-| none |
-| scan |
-| conn |
-| both |
-
 ### Advertisment Parameters
 
 | *bletiny string* | *Description* | *Notes* | *Default* |
@@ -108,3 +99,13 @@ The Connection parameter definitions can be found in Section 7.8.12 of the BLUET
 | itvl_max         | | units=0.625ms | non: 150ms; und/dir: 60ms |
 | hd               | Whether to use high-duty-cycle | 0/1 | 0 |
 | dur              | | Milliseconds | Forever |
+
+### Advertisement Filter Policies
+
+| *bletiny string* | *Description* | *Notes* |
+| -----------------|---------------|---------|
+| none | No filtering. No whitelist used. | Default |
+| scan | Process all connection requests but only scans from white list. | |
+| conn | Process all scan request but only connection requests from white list. | |
+| both | Ignore all scan and connection requests unless in white list. | |
+