deepthits commented on issue #823:
URL: https://github.com/apache/mynewt-nimble/issues/823#issuecomment-637545915


   bool ble_npl_callout_is_active(struct ble_npl_callout *c)
   {
       // TODO: seek native posix method to determine whether timer_t is active.
       // TODO: fix bug where one-shot timer is still active after fired.
       return c->c_active;
   }


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to