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 2018/07/09 22:54:19 UTC

[GitHub] ccollins476ad opened a new pull request #94: Allow "conn_timeout" for ble and bll types.

ccollins476ad opened a new pull request #94: Allow "conn_timeout" for ble and bll types.
URL: https://github.com/apache/mynewt-newtmgr/pull/94
 
 
   This specifies the connection timeout, int seconds.  E.g.,
   ```
   newtmgr --conntype ble --connstring peer_name=mydev,conn_timeout=23.54' -t 4 echo a
   ```
   
   This command allows 23.54 seconds for the BLE connection to be established.  Upon sending the echo request, newtmgr waits four seconds before reporting a response timeout.

----------------------------------------------------------------
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