Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/master f6605c2ab -> b79f75dff


No Jira ticket. Fix compile error for bletest.


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

Branch: refs/heads/master
Commit: b79f75dff84e765f7b43e521f691776aae0f35cd
Parents: f6605c2
Author: William San Filippo <wi...@runtime.io>
Authored: Tue Apr 11 09:02:03 2017 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Tue Apr 11 09:23:32 2017 -0700

----------------------------------------------------------------------
 apps/bletest/src/bletest_hci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b79f75df/apps/bletest/src/bletest_hci.c
----------------------------------------------------------------------
diff --git a/apps/bletest/src/bletest_hci.c b/apps/bletest/src/bletest_hci.c
index 3cac170..2e80bb0 100755
--- a/apps/bletest/src/bletest_hci.c
+++ b/apps/bletest/src/bletest_hci.c
@@ -115,7 +115,7 @@ bletest_send_ltk_req_reply(uint16_t handle)
         return -1;
     }
 
-    if (le16toh(ack_conn_handle) != conn_handle) {
+    if (le16toh(ack_conn_handle) != handle) {
         return -1;
     }
     return 0;

Reply via email to