Files
frameworks_base/core/java/android/server
Jaikumar Ganesh 470cfb8e66 Relax the requirement of making a DBUS call for creating the Bluez Device.
When the bluez device is created, we get the onDeviceCreated signal.
We add it to our  cache when that happens. We can have a device created
even when its not bonded - as a result of OPP. So use this cache to avoid
a DBUS call to Bluez.
2010-03-29 00:07:31 -07:00
..