Refactoring the BLE connection finder.
commit648bccc6d73e18fcfe57e6ff62e239092178aa89
authorsacomoto <sacomoto@chromium.org>
Wed, 16 Sep 2015 12:58:46 +0000 (16 05:58 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 16 Sep 2015 12:59:36 +0000 (16 12:59 +0000)
tree13006877bed11131d6497e36fcd52401994859aa
parent9812fb7a57f1f0bdb1230cf2c27d469ceaf3a379
Refactoring the BLE connection finder.

This CL refactors the BLE connection finder to be used during both the
setup phase (devices not paired and advertisement data available) and
unlock phase (devices paired and the real bluetooth address is known).

TEST=manual and unit tests
BUG=528274

Review URL: https://codereview.chromium.org/1314583004

Cr-Commit-Position: refs/heads/master@{#349105}
components/proximity_auth/ble/bluetooth_low_energy_connection.cc
components/proximity_auth/ble/bluetooth_low_energy_connection.h
components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h
components/proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc
components/proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc
components/proximity_auth/ble/proximity_auth_ble_system.cc
components/proximity_auth/webui/proximity_auth_webui_handler.cc