bluetooth: Fix replying to getDefaultAdapter() before it is ready
authorVinicius Costa Gomes <vinicius.gomes@intel.com>
Tue, 3 Sep 2013 23:27:54 +0000 (20:27 -0300)
committerVinicius Costa Gomes <vinicius.gomes@intel.com>
Wed, 18 Sep 2013 22:33:33 +0000 (19:33 -0300)
commit8fdbd8350cdc0bee5edeadee9a080b3c4efd2439
treedd7b6114207ef865e38eba1a5805e3c9a0ba35ad
parente206f046a9a9231049c13c3550e29894de4b5490
bluetooth: Fix replying to getDefaultAdapter() before it is ready

Before we can reply to that message we need to be sure that we have
all the information about the adapter (its path, address, for example)
or that information can't be obtained (BlueZ isn't running).
bluetooth/bluetooth_context.cc
bluetooth/bluetooth_context.h
bluetooth/bluetooth_context_bluez4.cc