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

Issue 1728163006: Implement BluetoothRemoteGattCharacteristicWin::GetDescriptors (Closed)

Created:
4 years, 10 months ago by gogerald1
Modified:
4 years, 9 months ago
Reviewers:
scheib
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

Implement BluetoothRemoteGattCharacteristicWin::GetDescriptors This CL implements GetDescriptors() in BluetoothRemoteGattCharacteristicWin. It also optimized previous codes by renaming interfaces, data structures and so on. BUG=579202 Committed: https://crrev.com/74459acf6390eed6009b8bf5edad68d7e03bf008 Cr-Commit-Position: refs/heads/master@{#378552}

Patch Set 1 #

Patch Set 2 : self review #

Patch Set 3 : #

Patch Set 4 : rebase #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 12

Patch Set 8 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+648 lines, -140 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_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_gatt_characteristic_unittest.cc View 1 2 8 chunks +15 lines, -13 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win.h View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win.cc View 1 2 3 4 5 6 7 2 chunks +44 lines, -12 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win_fake.h View 1 2 3 4 chunks +54 lines, -38 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_win_fake.cc View 1 2 3 4 5 6 7 12 chunks +93 lines, -24 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_characteristic_win.h View 1 2 3 4 5 6 7 4 chunks +32 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_characteristic_win.cc View 1 2 3 4 5 6 7 5 chunks +103 lines, -13 lines 0 comments Download
A device/bluetooth/bluetooth_remote_gatt_descriptor_win.h View 1 2 3 4 5 6 7 1 chunk +60 lines, -0 lines 0 comments Download
A device/bluetooth/bluetooth_remote_gatt_descriptor_win.cc View 1 2 3 4 5 6 7 1 chunk +99 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_service_win.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_task_manager_win.h View 1 2 3 4 3 chunks +15 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_task_manager_win.cc View 1 2 3 4 3 chunks +31 lines, -2 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_win.h View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_win.cc View 1 2 3 4 5 6 10 chunks +78 lines, -35 lines 0 comments Download

Messages

Total messages: 38 (22 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/1728163006/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728163006/120001
4 years, 10 months ago (2016-02-26 17:36:04 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728163006/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728163006/140001
4 years, 10 months ago (2016-02-26 17:45:52 UTC) #9
gogerald1
Hi Vincent, PTAL.
4 years, 10 months ago (2016-02-26 17:46:32 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728163006/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728163006/140001
4 years, 10 months ago (2016-02-26 18:18:15 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728163006/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728163006/180001
4 years, 10 months ago (2016-02-26 18:21:26 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-26 19:45:35 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728163006/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728163006/200001
4 years, 10 months ago (2016-02-26 21:38:21 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-26 23:17:02 UTC) #24
scheib
https://codereview.chromium.org/1728163006/diff/200001/device/bluetooth/bluetooth_low_energy_win.cc File device/bluetooth/bluetooth_low_energy_win.cc (right): https://codereview.chromium.org/1728163006/diff/200001/device/bluetooth/bluetooth_low_energy_win.cc#newcode777 device/bluetooth/bluetooth_low_energy_win.cc:777: USHORT actual_length = required_length; I overlooked that you did ...
4 years, 9 months ago (2016-03-01 00:06:23 UTC) #25
gogerald1
https://codereview.chromium.org/1728163006/diff/200001/device/bluetooth/bluetooth_low_energy_win.cc File device/bluetooth/bluetooth_low_energy_win.cc (right): https://codereview.chromium.org/1728163006/diff/200001/device/bluetooth/bluetooth_low_energy_win.cc#newcode777 device/bluetooth/bluetooth_low_energy_win.cc:777: USHORT actual_length = required_length; On 2016/03/01 00:06:22, scheib wrote: ...
4 years, 9 months ago (2016-03-01 17:00:13 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728163006/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728163006/240001
4 years, 9 months ago (2016-03-01 17:00:18 UTC) #29
scheib
Thanks, LGTM
4 years, 9 months ago (2016-03-01 17:22:50 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/182068)
4 years, 9 months ago (2016-03-01 18:50:58 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728163006/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728163006/240001
4 years, 9 months ago (2016-03-01 19:11:01 UTC) #34
commit-bot: I haz the power
Committed patchset #8 (id:240001)
4 years, 9 months ago (2016-03-01 20:45:48 UTC) #36
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 20:47:18 UTC) #38
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/74459acf6390eed6009b8bf5edad68d7e03bf008
Cr-Commit-Position: refs/heads/master@{#378552}

Powered by Google App Engine
This is Rietveld 408576698