You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gatt_client::run() could be called gatt_client::run_and_handle_hvx_events_only() since all it does it grab those and process them, so it shouldn't interfere with the gatt_client::discover() call (in your example) or any other gatt_client::do_something() like reading.
For example, in
ble_bas_central
example:The text was updated successfully, but these errors were encountered: