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/11/14 17:22:24 UTC

incubator-mynewt-core git commit: MYNEWT-486: Controller cannot accept ACL data packets > 255 bytes.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/1_0_0_b1_dev 6f24373c4 -> 4660b41c8


MYNEWT-486: Controller cannot accept ACL data packets > 255 bytes.


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

Branch: refs/heads/1_0_0_b1_dev
Commit: 4660b41c84b60a1f3f7b9d23771b2d025e7ab531
Parents: 6f24373
Author: William San Filippo <wi...@runtime.io>
Authored: Mon Nov 14 09:21:27 2016 -0800
Committer: William San Filippo <wi...@runtime.io>
Committed: Mon Nov 14 09:22:16 2016 -0800

----------------------------------------------------------------------
 net/nimble/controller/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4660b41c/net/nimble/controller/syscfg.yml
----------------------------------------------------------------------
diff --git a/net/nimble/controller/syscfg.yml b/net/nimble/controller/syscfg.yml
index 7287715..1dac41b 100644
--- a/net/nimble/controller/syscfg.yml
+++ b/net/nimble/controller/syscfg.yml
@@ -183,4 +183,4 @@ syscfg.defs:
         description: >
             This is the maximum size of the data portion of HCI ACL data
             packets. It does not include the HCI data header (of 4 bytes).
-        value: 256
+        value: 255