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/06/12 15:28:38 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #479: apps/btshell: Make address input easier

andrzej-kaczmarek opened a new pull request #479: apps/btshell: Make address input easier
URL: https://github.com/apache/mynewt-nimble/pull/479
 
 
   This makes address arguments input easier by allowing providing both address and type as a single argument. Also parsing of all address arguments is changed to use common helper which provides the same functionality for all such arguments.
   
   For each `addr` and `addr_type` (with optional prefix) arguments pair it is possible to specify address as follows:
   - 6 bytes in `addr` only, `addr_type` defaults to `0` (i.e. `public`)
   - 6 bytes in `addr` and type in `addr_type`
   - 6 bytes in `addr` plus extra token with type indicator which is either `p` (for `public`) or `r` (for `random`); for example: `11:22:33:44:55:66:p`; `addr_type` shall not be included in such case

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