Hi devs, It appear that when I call ble_gattc_disc_svc_by_uuid with a service id that the device does not implement, I don't get any indication that is the case. No callback, no error, just sits there holding up the connection resources.
Same deal with ble_gattc_read_by_uuid. I would've expected a callback with an error value, or some other indication discovery was completed but the requested service/attribute wasn't found.