Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Issue 1681853003: Add BluetoothRemoteGattServiceWin to BluetoothDeviceWin (Closed)

Created:
4 years, 10 months ago by gogerald1
Modified:
4 years, 10 months ago
Reviewers:
scheib, Nico
CC:
chromium-reviews, scheib+watch_chromium.org, ortuno+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add BluetoothRemoteGattServiceWin to BluetoothDeviceWin This CL adds BluetoothRemoteGattServiceWin to BluetoothDeviceWin. The upcoming CL will implement BluetoothRemoteGattServiceWin. BUG=579202 Committed: https://crrev.com/43eba589ad78fbae63cef04ad67e8468e60b1165 Cr-Commit-Position: refs/heads/master@{#374751}

Patch Set 1 : #

Total comments: 24

Patch Set 2 : address comments #

Patch Set 3 : add PlatformSupportsLowEnergy check in the unittests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+469 lines, -166 lines) Patch
M device/bluetooth/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_adapter.h View 1 1 chunk +19 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_adapter.cc View 1 2 chunks +96 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_android.h View 1 1 chunk +0 lines, -8 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_bluez.h View 1 1 chunk +0 lines, -22 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_bluez.cc View 1 2 chunks +1 line, -114 lines 0 comments Download
M device/bluetooth/bluetooth_device.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_device_android.h View 1 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/bluetooth_device_android.cc View 1 2 chunks +7 lines, -8 lines 0 comments Download
M device/bluetooth/bluetooth_device_unittest.cc View 1 2 8 chunks +21 lines, -8 lines 0 comments Download
M device/bluetooth/bluetooth_device_win.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_device_win.cc View 1 2 chunks +79 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win_fake.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win_fake.cc View 2 chunks +9 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
A device/bluetooth/bluetooth_remote_gatt_service_win.h View 1 chunk +63 lines, -0 lines 0 comments Download
A device/bluetooth/bluetooth_remote_gatt_service_win.cc View 1 chunk +113 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_task_manager_win.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_win.h View 1 chunk +4 lines, -0 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_win.cc View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (23 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681853003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681853003/80001
4 years, 10 months ago (2016-02-09 20:52:13 UTC) #8
gogerald1
Hi Vincent, PTAL.
4 years, 10 months ago (2016-02-09 20:57:14 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/20740)
4 years, 10 months ago (2016-02-09 22:08:20 UTC) #12
scheib
https://codereview.chromium.org/1681853003/diff/80001/device/bluetooth/bluetooth_adapter_win.h File device/bluetooth/bluetooth_adapter_win.h (right): https://codereview.chromium.org/1681853003/diff/80001/device/bluetooth/bluetooth_adapter_win.h#newcode96 device/bluetooth/bluetooth_adapter_win.h:96: // The follwing methods are used to send various ...
4 years, 10 months ago (2016-02-09 23:24:57 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681853003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681853003/140001
4 years, 10 months ago (2016-02-10 17:24:42 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/91560) chromeos_daisy_chromium_compile_only_ng on ...
4 years, 10 months ago (2016-02-10 17:45:01 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681853003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681853003/160001
4 years, 10 months ago (2016-02-10 17:56:01 UTC) #22
gogerald1
https://codereview.chromium.org/1681853003/diff/80001/device/bluetooth/bluetooth_adapter_win.h File device/bluetooth/bluetooth_adapter_win.h (right): https://codereview.chromium.org/1681853003/diff/80001/device/bluetooth/bluetooth_adapter_win.h#newcode96 device/bluetooth/bluetooth_adapter_win.h:96: // The follwing methods are used to send various ...
4 years, 10 months ago (2016-02-10 18:00:56 UTC) #23
scheib
LGTM
4 years, 10 months ago (2016-02-10 18:12:17 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/179240) win_chromium_rel_ng on ...
4 years, 10 months ago (2016-02-10 19:17:52 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681853003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681853003/180001
4 years, 10 months ago (2016-02-10 20:17:28 UTC) #28
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 22:09:52 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681853003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681853003/180001
4 years, 10 months ago (2016-02-10 22:14:25 UTC) #33
commit-bot: I haz the power
Committed patchset #3 (id:180001)
4 years, 10 months ago (2016-02-10 22:26:11 UTC) #35
Nico
https://build.chromium.org/p/chromium.fyi/builders/CrWinClang/builds/6088/steps/compile/logs/stdio ..\..\device\bluetooth\bluetooth_remote_gatt_service_win.cc(16,7) : error: field 'service_path_' will be initialized after field 'device_' [-Werror,-Wreorder] : service_path_(service_path), ...
4 years, 10 months ago (2016-02-11 02:29:54 UTC) #37
chromium-reviews
Thanks, will try it. On Wed, Feb 10, 2016 at 9:29 PM, <thakis@chromium.org> wrote: > ...
4 years, 10 months ago (2016-02-11 15:28:49 UTC) #38
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:31:47 UTC) #40
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/43eba589ad78fbae63cef04ad67e8468e60b1165
Cr-Commit-Position: refs/heads/master@{#374751}

Powered by Google App Engine
This is Rietveld 408576698