OSDN Git Service

core: Fix calling profile .connect multiple times
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 8 Feb 2013 09:51:28 +0000 (11:51 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 15 Feb 2013 10:51:45 +0000 (12:51 +0200)
commite13cd2f762741d80dff0238177d6a179d9609a31
tree03bedaa6f2b25f0e0e0679ae969ecd3f288ed5ab
parent6960cb73b272a89073c5007dbb4f2c5a29fce22e
core: Fix calling profile .connect multiple times

Sometimes profiles may complete the connection in different order
than expected so the code has to check if it was actually the
current pending profile to proceed to the next.
src/device.c