You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/01/11 13:24:26 UTC

[GitHub] rymanluk commented on a change in pull request #288: Host fixes needed for Bluetooth Tester application

rymanluk commented on a change in pull request #288: Host fixes needed for Bluetooth Tester application
URL: https://github.com/apache/mynewt-nimble/pull/288#discussion_r247113358
 
 

 ##########
 File path: nimble/host/src/ble_sm.c
 ##########
 @@ -524,15 +524,14 @@ ble_sm_persist_keys(struct ble_sm_proc *proc)
         memcpy(peer_addr.val, proc->peer_keys.addr, sizeof peer_addr.val);
 
         conn->bhc_peer_addr = peer_addr;
+
         /* Update identity address in conn.
          * If peer's address was an RPA, we store it as RPA since peer's address
 
 Review comment:
   This commend needs to be updated now. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services