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/10/12 17:15:36 UTC

[GitHub] simonratner commented on issue #198: nimble/host: Fixes for UUID handling

simonratner commented on issue #198: nimble/host: Fixes for UUID handling
URL: https://github.com/apache/mynewt-nimble/pull/198#issuecomment-429397156
 
 
   @andrzej-kaczmarek Any way i can help get this merged? Looks like the tests are failing because they didn't get updated for the function rename:
   ```
   nimble/host/test/src/ble_hs_test_util.c: In function ‘ble_hs_test_util_verify_tx_find_info_rsp’:
   nimble/host/test/src/ble_hs_test_util.c:1268:13: error: implicit declaration of function ‘ble_uuid_init_from_mbuf’; did you mean ‘ble_uuid_init_from_buf’? [-Werror=implicit-function-declaration]
                ble_uuid_init_from_mbuf(&uuid, om, off, 2);
                ^~~~~~~~~~~~~~~~~~~~~~~
                ble_uuid_init_from_buf
   ```

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