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/07/10 11:44:02 UTC

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #511: apps/btshell: Device name is not shown in logs when it is in Scan Response Data

michal-narajowski commented on issue #511: apps/btshell: Device name is not shown in logs when it is in Scan Response Data
URL: https://github.com/apache/mynewt-nimble/issues/511#issuecomment-510026907
 
 
   Turns out that there is a feature in Controller that prevents sending repeated Scan Requests if we already received a response from a device. So, in this case, we would receive a Scan Response for the first Scan Request and then we stop sending Scan Requests. During the UPF I must have missed the first response and then I would only see Advertising Reports. There is a MYNEWT_VAL that controls the size of the duplicate list (BLE_LL_NUM_SCAN_RSP_ADVS). If you set this value to 0 then we will send Scan Request every time. Works as designed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services