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 2020/09/09 07:29:30 UTC

[GitHub] [mynewt-nimble] prasad-alatkar opened a new pull request #862: nimble host: Fix minor bug in ble_eddystone_set_adv_data_gen

prasad-alatkar opened a new pull request #862:
URL: https://github.com/apache/mynewt-nimble/pull/862


   `svc_data_len` passed to `ble_eddystone_set_adv_data_gen` should not cross 19 Bytes (`BLE_EDDYSTONE_MAX_SVC_DATA_LEN - BLE_EDDYSTONE_SVC_DATA_BASE_SZ`). This condition has been fulfilled by all callers of `ble_eddystone_set_adv_data_gen`. However, added this minor bugfix for better code readability.  


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



[GitHub] [mynewt-nimble] rymanluk merged pull request #862: nimble host: Fix minor bug in ble_eddystone_set_adv_data_gen

Posted by GitBox <gi...@apache.org>.
rymanluk merged pull request #862:
URL: https://github.com/apache/mynewt-nimble/pull/862


   


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



[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #862: nimble host: Fix minor bug in ble_eddystone_set_adv_data_gen

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #862:
URL: https://github.com/apache/mynewt-nimble/pull/862#issuecomment-689403034


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


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