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 2021/05/21 09:45:43 UTC

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #900: ble_gatt: Add subscribing helper functions

sjanc commented on a change in pull request #900:
URL: https://github.com/apache/mynewt-nimble/pull/900#discussion_r636785853



##########
File path: nimble/host/src/ble_gattc.c
##########
@@ -4366,6 +4366,30 @@ ble_gattc_indicate(uint16_t conn_handle, uint16_t chr_val_handle)
     return ble_gattc_indicate_custom(conn_handle, chr_val_handle, NULL);
 }
 
+int
+ble_gattc_subscribe_notifications(uint16_t conn_handle, uint16_t cccd_handle,

Review comment:
       hmm I'd prefer if this take char value handle




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