Adding unit tests for characteristics finder.
commitbadc218efbcd06f30ee6d0a0097841240db355ae
authorsacomoto <sacomoto@chromium.org>
Wed, 3 Jun 2015 08:37:43 +0000 (3 01:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 3 Jun 2015 08:38:36 +0000 (3 08:38 +0000)
treec9c8d5718996d21134db6bf5d68c6beabbe5b1b0
parent7f52d3d79b480caf0e5648ac19aa8734c9e29847
Adding unit tests for characteristics finder.

- Adds unit tests for BluetoothLowEnergyCharacteristicsFinder class.
- Fixes an issue on BluetoothLowEnergyConnectionFinder class.
- Moves change some methods of BluetoothLowEnergyCharacteristicsFinder
form protected to public.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#332572}
components/components_tests.gyp
components/proximity_auth/ble/BUILD.gn
components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h
components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc [new file with mode: 0644]
components/proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc