andrzej-kaczmarek opened a new pull request #718: nimble/phy: Optimize address 
resolution on nRF
URL: https://github.com/apache/mynewt-nimble/pull/718
 
 
   AAR was configured to resolve address after calling ble_ll_isr_start
   which means that more bits were received in the meantime. This means
   that it was possible that last bit of AdvA was already received when we
   configure BCC trigger thus AAR was never triggered. Now we configure
   AAR immediately so it's unlikely that complete AdvA can be received
   during this time.
   
   Also, we only want AAR to do its job for random addresses so just skip
   it if TxAdd==0.

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


With regards,
Apache Git Services

Reply via email to