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 11:04:49 UTC

[6/9] 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/8ae96fb4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/8ae96fb4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/8ae96fb4

Branch: refs/heads/upf54
Commit: 8ae96fb44b8a70d9d9c71c3e23a34684dd68d666
Parents: 3d79b9b
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 18:27:37 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/8ae96fb4/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;