Add SetDiscoveryFilter to Bluetooth Adapter.
commitf54d0154bf4e1b1e91168cb88a87d73eb19e5e32
authorjpawlowski <jpawlowski@chromium.org>
Mon, 13 Apr 2015 22:24:43 +0000 (13 15:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 13 Apr 2015 22:24:58 +0000 (13 22:24 +0000)
tree40be17eb5c78b799c9479478409196eb78146b8c
parentcaad96239b443ba1ba113414bafd89aa2f264149
Add SetDiscoveryFilter to Bluetooth Adapter.

This patch adds SetDiscoveryFilter method to BluetoothAdapter.
Implementation for ChromeOS platform together with tests will follow.

BUG=407773
R=armansito@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#324922}
19 files changed:
device/BUILD.gn
device/bluetooth/bluetooth_adapter.cc
device/bluetooth/bluetooth_adapter.h
device/bluetooth/bluetooth_adapter_chromeos.cc
device/bluetooth/bluetooth_adapter_chromeos.h
device/bluetooth/bluetooth_adapter_mac.h
device/bluetooth/bluetooth_adapter_mac.mm
device/bluetooth/bluetooth_adapter_unittest.cc
device/bluetooth/bluetooth_adapter_win.cc
device/bluetooth/bluetooth_adapter_win.h
device/bluetooth/bluetooth_adapter_win_unittest.cc
device/bluetooth/bluetooth_chromeos_unittest.cc
device/bluetooth/bluetooth_discovery_filter_unittest.cc [new file with mode: 0644]
device/bluetooth/bluetooth_discovery_session.cc
device/bluetooth/bluetooth_discovery_session.h
device/bluetooth/test/mock_bluetooth_adapter.cc
device/bluetooth/test/mock_bluetooth_adapter.h
device/bluetooth/test/mock_bluetooth_discovery_session.cc
device/device_tests.gyp