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

Issue 2026193002: Preparing for characteristics discovery (Closed)

Created:
4 years, 6 months ago by jlebel
Modified:
4 years, 6 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

Preparing for characteristics discovery Mock services should be removed when simulating disconnect. Renaming -[MockCBPeripheral didDiscoverWithError:] into -[MockCBPeripheral didDiscoverServicesWithError:]. BUG=None Committed: https://crrev.com/471d7dd53dbab5619b2b976f990357f4b95d00cf Cr-Commit-Position: refs/heads/master@{#397658}

Patch Set 1 #

Patch Set 2 : Forgot one variable #

Total comments: 1

Patch Set 3 : Same behavior than CoreBluetooth #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -12 lines) Patch
M device/bluetooth/test/bluetooth_test_mac.mm View 1 2 3 chunks +8 lines, -9 lines 3 comments Download
M device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm View 1 2 4 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (12 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/2026193002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2026193002/1
4 years, 6 months ago (2016-06-01 01:26:50 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/236652)
4 years, 6 months ago (2016-06-01 01:37:49 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026193002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2026193002/20001
4 years, 6 months ago (2016-06-01 02:13:01 UTC) #8
jlebel
Hello Giovanni, Can you review this small patch to cleanup to prepare for characteristic discovery? ...
4 years, 6 months ago (2016-06-01 03:22:09 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-01 03:22:35 UTC) #12
ortuno
https://codereview.chromium.org/2026193002/diff/20001/device/bluetooth/test/bluetooth_test_mac.mm File device/bluetooth/test/bluetooth_test_mac.mm (right): https://codereview.chromium.org/2026193002/diff/20001/device/bluetooth/test/bluetooth_test_mac.mm#newcode223 device/bluetooth/test/bluetooth_test_mac.mm:223: [peripheral_mock removeAllServices]; Does this actually happen on real devices?
4 years, 6 months ago (2016-06-01 04:11:49 UTC) #13
jlebel
On 2016/06/01 04:11:49, ortuno wrote: > https://codereview.chromium.org/2026193002/diff/20001/device/bluetooth/test/bluetooth_test_mac.mm > File device/bluetooth/test/bluetooth_test_mac.mm (right): > > https://codereview.chromium.org/2026193002/diff/20001/device/bluetooth/test/bluetooth_test_mac.mm#newcode223 > ...
4 years, 6 months ago (2016-06-02 23:50:14 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/2026193002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2026193002/40001
4 years, 6 months ago (2016-06-02 23:59:10 UTC) #16
ortuno
https://codereview.chromium.org/2026193002/diff/40001/device/bluetooth/test/bluetooth_test_mac.mm File device/bluetooth/test/bluetooth_test_mac.mm (right): https://codereview.chromium.org/2026193002/diff/40001/device/bluetooth/test/bluetooth_test_mac.mm#newcode253 device/bluetooth/test/bluetooth_test_mac.mm:253: [peripheral_mock didDiscoverServicesWithError:nil]; This ends up calling didDiscoverServices which means ...
4 years, 6 months ago (2016-06-03 00:05:11 UTC) #17
jlebel
https://codereview.chromium.org/2026193002/diff/40001/device/bluetooth/test/bluetooth_test_mac.mm File device/bluetooth/test/bluetooth_test_mac.mm (right): https://codereview.chromium.org/2026193002/diff/40001/device/bluetooth/test/bluetooth_test_mac.mm#newcode253 device/bluetooth/test/bluetooth_test_mac.mm:253: [peripheral_mock didDiscoverServicesWithError:nil]; On 2016/06/03 00:05:10, ortuno wrote: > This ...
4 years, 6 months ago (2016-06-03 00:23:19 UTC) #18
ortuno
lgtm https://codereview.chromium.org/2026193002/diff/40001/device/bluetooth/test/bluetooth_test_mac.mm File device/bluetooth/test/bluetooth_test_mac.mm (right): https://codereview.chromium.org/2026193002/diff/40001/device/bluetooth/test/bluetooth_test_mac.mm#newcode253 device/bluetooth/test/bluetooth_test_mac.mm:253: [peripheral_mock didDiscoverServicesWithError:nil]; On 2016/06/03 at 00:23:19, jlebel wrote: ...
4 years, 6 months ago (2016-06-03 01:07:56 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 02:26:35 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026193002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2026193002/40001
4 years, 6 months ago (2016-06-03 08:03:40 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-03 08:07:27 UTC) #25
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 08:08:57 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/471d7dd53dbab5619b2b976f990357f4b95d00cf
Cr-Commit-Position: refs/heads/master@{#397658}

Powered by Google App Engine
This is Rietveld 408576698