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: [email protected] With regards, Apache Git Services
