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

Issue 1862093002: bluetooth: replace GattServices D-Bus property with ServicesResolved (Closed)

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

Description

bluetooth: replace GattServices D-Bus property with ServicesResolved GattServices has been removed from BlueZ so ServicesResolved shall be used instead. BUG=599472 Depends on: https://chromium-review.googlesource.com/#/c/337482/ Committed: https://crrev.com/f52a0e19fdb56e0ea7a511e0560afa03ed098150 Cr-Commit-Position: refs/heads/master@{#392339}

Patch Set 1 #

Total comments: 3

Patch Set 2 : bluetooth: replace GattServices D-Bus property with ServicesResolved #

Total comments: 2

Patch Set 3 : rebased #

Total comments: 2

Patch Set 4 : Fix calling SetGattServicesDiscoveryComplete #

Patch Set 5 : Fix unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -23 lines) Patch
M AUTHORS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M device/bluetooth/bluez/bluetooth_adapter_bluez.cc View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M device/bluetooth/bluez/bluetooth_device_bluez.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/bluez/bluetooth_device_bluez.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M device/bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc View 1 2 3 4 3 chunks +3 lines, -7 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_device_client.h View 1 1 chunk +2 lines, -5 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_device_client.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M device/bluetooth/dbus/fake_bluetooth_device_client.cc View 1 2 1 chunk +1 line, -6 lines 0 comments Download

Messages

Total messages: 40 (14 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/1862093002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1862093002/1
4 years, 8 months ago (2016-04-07 07:29:50 UTC) #4
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/208579)
4 years, 8 months ago (2016-04-07 07:50:07 UTC) #6
ortuno
https://codereview.chromium.org/1862093002/diff/1/device/bluetooth/bluetooth_adapter_bluez.cc File device/bluetooth/bluetooth_adapter_bluez.cc (right): https://codereview.chromium.org/1862093002/diff/1/device/bluetooth/bluetooth_adapter_bluez.cc#newcode531 device/bluetooth/bluetooth_adapter_bluez.cc:531: device_bluez->SetGattServicesDiscoveryComplete(true); I don't think we need to keep track ...
4 years, 8 months ago (2016-04-07 15:34:59 UTC) #8
vudentz
https://codereview.chromium.org/1862093002/diff/1/device/bluetooth/bluetooth_adapter_bluez.cc File device/bluetooth/bluetooth_adapter_bluez.cc (right): https://codereview.chromium.org/1862093002/diff/1/device/bluetooth/bluetooth_adapter_bluez.cc#newcode531 device/bluetooth/bluetooth_adapter_bluez.cc:531: device_bluez->SetGattServicesDiscoveryComplete(true); On 2016/04/07 15:34:59, ortuno wrote: > I don't ...
4 years, 8 months ago (2016-04-07 17:59:33 UTC) #9
ortuno
https://codereview.chromium.org/1862093002/diff/1/device/bluetooth/bluetooth_adapter_bluez.cc File device/bluetooth/bluetooth_adapter_bluez.cc (right): https://codereview.chromium.org/1862093002/diff/1/device/bluetooth/bluetooth_adapter_bluez.cc#newcode531 device/bluetooth/bluetooth_adapter_bluez.cc:531: device_bluez->SetGattServicesDiscoveryComplete(true); On 2016/04/07 at 17:59:33, vudentz wrote: > On ...
4 years, 8 months ago (2016-04-08 19:24:17 UTC) #10
vudentz
On 2016/04/08 19:24:17, ortuno wrote: > https://codereview.chromium.org/1862093002/diff/1/device/bluetooth/bluetooth_adapter_bluez.cc > File device/bluetooth/bluetooth_adapter_bluez.cc (right): > > https://codereview.chromium.org/1862093002/diff/1/device/bluetooth/bluetooth_adapter_bluez.cc#newcode531 > ...
4 years, 8 months ago (2016-04-11 08:24:23 UTC) #11
ortuno
https://codereview.chromium.org/1862093002/diff/20001/device/bluetooth/bluetooth_adapter_bluez.cc File device/bluetooth/bluetooth_adapter_bluez.cc (right): https://codereview.chromium.org/1862093002/diff/20001/device/bluetooth/bluetooth_adapter_bluez.cc#newcode530 device/bluetooth/bluetooth_adapter_bluez.cc:530: device_bluez->SetGattServicesDiscoveryComplete(true); We no longer need to call this. https://codereview.chromium.org/1862093002/diff/20001/device/bluetooth/bluetooth_device.h ...
4 years, 8 months ago (2016-04-20 20:19:14 UTC) #12
François Beaufort
On 2016/04/20 20:19:14, ortuno wrote: > https://codereview.chromium.org/1862093002/diff/20001/device/bluetooth/bluetooth_adapter_bluez.cc > File device/bluetooth/bluetooth_adapter_bluez.cc (right): > > https://codereview.chromium.org/1862093002/diff/20001/device/bluetooth/bluetooth_adapter_bluez.cc#newcode530 > ...
4 years, 8 months ago (2016-04-21 07:22:06 UTC) #13
François Beaufort
On 2016/04/21 07:22:06, François Beaufort wrote: > On 2016/04/20 20:19:14, ortuno wrote: > > > ...
4 years, 8 months ago (2016-04-26 10:32:19 UTC) #14
ortuno
https://codereview.chromium.org/1862093002/diff/40001/device/bluetooth/bluez/bluetooth_adapter_bluez.cc File device/bluetooth/bluez/bluetooth_adapter_bluez.cc (right): https://codereview.chromium.org/1862093002/diff/40001/device/bluetooth/bluez/bluetooth_adapter_bluez.cc#newcode529 device/bluetooth/bluez/bluetooth_adapter_bluez.cc:529: device_bluez->SetGattServicesDiscoveryComplete(true); You no longer need to set this value.
4 years, 8 months ago (2016-04-26 14:12:14 UTC) #15
vudentz
https://codereview.chromium.org/1862093002/diff/40001/device/bluetooth/bluez/bluetooth_adapter_bluez.cc File device/bluetooth/bluez/bluetooth_adapter_bluez.cc (right): https://codereview.chromium.org/1862093002/diff/40001/device/bluetooth/bluez/bluetooth_adapter_bluez.cc#newcode529 device/bluetooth/bluez/bluetooth_adapter_bluez.cc:529: device_bluez->SetGattServicesDiscoveryComplete(true); On 2016/04/26 14:12:14, ortuno wrote: > You no ...
4 years, 8 months ago (2016-04-27 10:16:16 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1862093002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1862093002/60001
4 years, 7 months ago (2016-04-27 14:33:01 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/85648)
4 years, 7 months ago (2016-04-27 14:48:55 UTC) #20
ortuno
You also need to fix the test in: https://code.google.com/p/chromium/codesearch#chromium/src/device/bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc&sq=package:chromium&type=cs&l=362 To run that specific test I ...
4 years, 7 months ago (2016-04-27 14:56:34 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1862093002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1862093002/80001
4 years, 7 months ago (2016-05-02 11:43:31 UTC) #23
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-02 13:40:11 UTC) #25
François Beaufort
On 2016/05/02 13:40:11, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 7 months ago (2016-05-09 06:34:31 UTC) #26
ortuno
On 2016/05/09 at 06:34:31, beaufort.francois wrote: > On 2016/05/02 13:40:11, commit-bot: I haz the power ...
4 years, 7 months ago (2016-05-09 14:42:55 UTC) #27
vudentz
On 2016/05/09 14:42:55, ortuno wrote: > On 2016/05/09 at 06:34:31, beaufort.francois wrote: > > On ...
4 years, 7 months ago (2016-05-09 15:16:04 UTC) #28
ortuno
On 2016/05/09 at 15:16:04, luiz.von.dentz wrote: > On 2016/05/09 14:42:55, ortuno wrote: > > On ...
4 years, 7 months ago (2016-05-09 15:19:40 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1862093002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1862093002/80001
4 years, 7 months ago (2016-05-09 16:03:27 UTC) #31
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 7 months ago (2016-05-09 16:03:29 UTC) #33
ortuno
lgtm! Thanks for doing this!
4 years, 7 months ago (2016-05-09 16:03:51 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1862093002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1862093002/80001
4 years, 7 months ago (2016-05-09 16:04:42 UTC) #36
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-09 17:00:02 UTC) #38
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 17:01:23 UTC) #40
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f52a0e19fdb56e0ea7a511e0560afa03ed098150
Cr-Commit-Position: refs/heads/master@{#392339}

Powered by Google App Engine
This is Rietveld 408576698