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/11/20 13:39:35 UTC

[GitHub] [mynewt-nimble] HendrikVE opened a new pull request #671: call ble_gap_event_listener_call for every ble_gap_notify_tx_event

HendrikVE opened a new pull request #671: call ble_gap_event_listener_call for every ble_gap_notify_tx_event
URL: https://github.com/apache/mynewt-nimble/pull/671
 
 
   This PR adds a call to the listener for `notify_tx` only, but it might be desirable to also catch some other events.
   
   As discussed on slack, it is needed to get the notification transmitted event with a listener
   registered by `ble_gap_event_listener_register` to be able to chain ble notifications.
   If there are two different modules on different application levels and both are using nimble, then it is not possible for the lower-level module to register a "feature-complete" callback via `ble_gap_adv_start`, because this function should only be called by the higher-level module, because it knows, when the application is ready for advertising.

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