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/04/25 08:01:59 UTC

[GitHub] [mynewt-nimble] michal-narajowski commented on a change in pull request #425: nimble/host: Allow NULL in Find attribute by UUID

michal-narajowski commented on a change in pull request #425: nimble/host: Allow NULL in Find attribute by UUID
URL: https://github.com/apache/mynewt-nimble/pull/425#discussion_r278435418
 
 

 ##########
 File path: nimble/host/src/ble_att_svr.c
 ##########
 @@ -171,7 +171,8 @@ ble_att_svr_find_by_handle(uint16_t handle_id)
 /**
  * Find a host attribute by UUID.
  *
- * @param uuid                  The ble_uuid_t to search for
+ * @param uuid                  The ble_uuid_t to search for; null means
+ *                                  find any attribute.
 
 Review comment:
   I meant any type of attribute. The behavior you describe is not related to the `uuid` param. It is described under the `prev` param.

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