Christopher Collins created MYNEWT-351:
------------------------------------------

             Summary: BLE Host - Delete completed GATT procedure before calling 
callback
                 Key: MYNEWT-351
                 URL: https://issues.apache.org/jira/browse/MYNEWT-351
             Project: Mynewt
          Issue Type: Bug
          Components: Nimble
            Reporter: Christopher Collins
            Assignee: Christopher Collins


When a GATT procedure completes, its callback gets executed.  The procedure 
doesn't get deleted until after the callback. This is problematic if the 
application wants to initiate another procedure from within the callback and 
the GATT proc pool is empty.  We should copy the data necessary for the 
callback and delete the procedure, then call the callback.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to