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

[04/13] incubator-mynewt-core git commit: BLE Host - Add comment about ltk endianness.

BLE Host - Add comment about ltk endianness.


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

Branch: refs/heads/upf54
Commit: 0b120257b855f08225b9dc5fce097eea94971da3
Parents: 873180f
Author: Christopher Collins <cc...@apache.org>
Authored: Mon Jun 6 18:27:37 2016 +0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon Jun 6 19:06:13 2016 +0800

----------------------------------------------------------------------
 net/nimble/host/src/ble_sm_priv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0b120257/net/nimble/host/src/ble_sm_priv.h
----------------------------------------------------------------------
diff --git a/net/nimble/host/src/ble_sm_priv.h b/net/nimble/host/src/ble_sm_priv.h
index 6d40e04..9362e29 100644
--- a/net/nimble/host/src/ble_sm_priv.h
+++ b/net/nimble/host/src/ble_sm_priv.h
@@ -260,7 +260,7 @@ struct ble_sm_proc {
     uint8_t confirm_peer[16];
     uint8_t randm[16];
     uint8_t rands[16];
-    uint8_t ltk[16];
+    uint8_t ltk[16]; /* Little endian. */
     struct ble_sm_keys our_keys;
     struct ble_sm_keys peer_keys;