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. Cheers, Simon
