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/10/10 16:22:29 UTC

[GitHub] [mynewt-nimble] mnasr93 opened a new pull request #607: nimble/gatt: fix custom notify/indicate to work with proper connection handle

mnasr93 opened a new pull request #607: nimble/gatt: fix custom notify/indicate to work with proper connection handle
URL: https://github.com/apache/mynewt-nimble/pull/607
 
 
   suppose using service that has multiple clients (i.e. ans), and each client has different instance for service characteristics.
   when server notifies this characteristic using ble_gattc_notify(), then server can not read the proper instance using connection handle in the service access callback, because conn_handle is overwritten in ble_gattc_notify_custom() API with BLE_HS_CONN_HANDLE_NONE

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