deepthits edited a comment 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;
   }
   
   I see the above comment, which means this is a known bug, so is there a 
solution already identified or is it being planned?
   
   In addition to the above issues wrt to Discovery and Advertising, I see 
another one which seem to be very crucial. In a particular usecase I am trying 
to connect to a device by sending ble_gap_connect(), if the device doesnt 
respond after 30s (default connection duration) it is suppose to timeout, but 
it doesnt. It tries to connect forever. This is a crucial one for us. Can 
someone help in resolving this one?


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