On Fri, Aug 05, 2016 at 04:28:03PM -0700, Simon Ratner wrote: > Hi devs, > > Currently, the host returns EALREADY for any procedure call while another > procedure is in progress. > > It would be useful -- and intended, by my reading of > https://mynewt.incubator.apache.org/develop/network/ble/ble_hs/ble_hs_return_codes/#return-codes-core > -- to return EALREADY if the requested proc is in progress, and EBUSY if a > different proc is in progress. Example: ble_hs_disc while already > discovering, vs while waiting for a connection.
I agree, that would be better. I will make this change if there are no objections. Have you noticed other instances of this (other than connect / discovery)? Thanks, Chris
