bluetooth: Fix notifying the same device multiple times on discovery
authorVinicius Costa Gomes <vcgomes@gmail.com>
Fri, 16 Aug 2013 17:25:16 +0000 (14:25 -0300)
committerVinicius Costa Gomes <vcgomes@gmail.com>
Fri, 16 Aug 2013 17:25:16 +0000 (14:25 -0300)
commit82300710915c425b851fbaeb0bb296c00d41d267
tree02c9764d7735ce9ceb7edaade502f0d7305d3f9f
parent72c0660ded46ffe3604e8f5f3421faee03349f12
bluetooth: Fix notifying the same device multiple times on discovery

With the changes to what information we keep on the C++ side of the
extension, there was a side effect that the same defice was reported
multiple times on the ondevicefound() Discovery callback.

The fix is to handle marking the device as "new" on the JS side, as it
already has the known_devices and found_devices list, so it can take the
correct decision.
bluetooth/bluetooth_api.js