- 
                Notifications
    
You must be signed in to change notification settings  - Fork 8.2k
 
Bluetooth: samples: Add ISO connected benchmark sample #36752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluetooth: samples: Add ISO connected benchmark sample #36752
Conversation
a483607    to
    0ccfb90      
    Compare
  
    0ccfb90    to
    6826ce1      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preliminary comments (a bit nit-picking, I know, I think the README can be improved)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mode? Whether the application is in the central role or the peripheral role?
Not used as both at the same time, I guess?
The application can be used as either a central or a peripheral, and can easily switch between these roles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering whether it would be better to actually use the word "role", rather than "mode", when talking about switching to the other role.
6826ce1    to
    3f3d0e4      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know that the sample was already approved in PR that was reverted, so requesting changes may be frustrating to you. I put few comments, they are nit-picking. Generally the code looks ok.
750e651    to
    d2aef30      
    Compare
  
    d2aef30    to
    45d2cdd      
    Compare
  
    Add a sample that measures packet loss in a connected ISO setup. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
45d2cdd    to
    40d02fc      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to use printk wherever the message is mandatory from point of view of the sample application. I leave the decision if and where apply changes up to you.
| 
           @Thalley - is this one ready to be merged? Are comments resolved?  | 
    
| 
           @cfriedt I'd like to get an approval from @asbjornsabo before we merge, so he can verify that his comments were resolved  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comments have been resolved to my satisfaction
Add a sample that measures packet loss in a connected
ISO setup.
Signed-off-by: Emil Gydesen emil.gydesen@nordicsemi.no
Was originally #35602 but then reverted in #36750 due to a CI error.