michal-narajowski commented on issue #293: apps/btshell: add bletiny clone that 
uses new shell
URL: 
https://github.com/apache/incubator-mynewt-core/pull/293#issuecomment-309752527
 
 
   Hi, Chris. Thanks for the review. Fixed the things you mentioned. 
   
   Of course, the documentation will need to change if btshell replaces 
bletiny. For now, here is the mapping between bletiny and btshell commands:
   ```
   adv     -> advertise
   chrup   -> gatt-notify
   conn    -> connect
   datalen -> conn-datalen
   disc    -> gatt-discover-{characteristic,descriptor,service,full}
   find    -> gatt-find-included-services
   l2cap   -> l2cap-{update,connect,disconnect,create-server}
   mtu     -> gatt-exchange-mtu
   passkey -> auth-passkey
   read    -> gatt-read
   rssi    -> conn-rssi
   scan    -> scan
   sec     -> security-{pair,start,encryption,set-data}
   set     -> set{-adv-data}
   show    -> gatt-show{-local,-conn,-coc,-addr}
   store   -> keystore-{add,del,show}
   svcchg  -> gatt-service-changed
   term    -> disconnect
   tx      -> test-tx
   update  -> conn-update-params
   wl      -> white-list
   write   -> gatt-write
   ```
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to