ldube opened a new pull request, #11535:
URL: https://github.com/apache/nuttx/pull/11535
"bt bnep0 scan start" causes a lot of error messages to be printed when the
buffer is full.
btnet_scan_callback: ERROR: Too many scan results
btnet_scan_callback: ERROR: Too many scan results
btnet_scan_callback: ERROR: Too many scan results
btnet_scan_callback: ERROR: Too many scan results
btnet_scan_callback: ERROR: Too many scan results
btnet_scan_callback: ERROR: Too many scan results
btnet_scan_callback: ERROR: Too many scan results
After this change only one message will appear for each start command.
nsh> bt bnep0 scan start
nsh> btnet_scan_callback: ERROR: Too many scan results
nsh> bt bnep0 scan stop
nsh> bt bnep0 scan start
nsh> btnet_scan_callback: ERROR: Too many scan results
nsh> bt bnep0 scan stop
nsh>
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]