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/24 20:06:27 UTC

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

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

 ##########
 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:
   looks like not any, but fist from attribute list or next after prev

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