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

Issue 2854733002: bluetooth: macOS: BluetoothLowEnergyDeviceMac::IsConnectable() not implemented (Closed)

Created:
3 years, 7 months ago by jlebel
Modified:
3 years, 7 months ago
Reviewers:
ortuno
CC:
chromium-reviews, mac-reviews_chromium.org, ortuno+watch_chromium.org, scheib+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: macOS: BluetoothLowEnergyDeviceMac::IsConnectable() not implemented Adding NOTIMPLEMENTED() to BluetoothLowEnergyDeviceMac::IsConnectable() and removing BluetoothLowEnergyDeviceMac::connectable_. BUG= Review-Url: https://codereview.chromium.org/2854733002 Cr-Commit-Position: refs/heads/master@{#469458} Committed: https://chromium.googlesource.com/chromium/src/+/c2c7f4185915b64e17ba5615e0906f4e3ab6b816

Patch Set 1 #

Total comments: 2

Patch Set 2 : Adding unittests and implementation #

Total comments: 2

Patch Set 3 : IsConnectable() not implemented #

Total comments: 3

Patch Set 4 : Removing #if defined(OS_MACOSX) from this patch, crrev.com/2863643003 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M device/bluetooth/bluetooth_device.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_low_energy_device_mac.h View 2 1 chunk +0 lines, -3 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_device_mac.mm View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 25 (10 generated)
jlebel
Hello Giovanni, Can you review this small patch? Thanks,
3 years, 7 months ago (2017-05-01 23:00:03 UTC) #2
ortuno
https://codereview.chromium.org/2854733002/diff/1/device/bluetooth/bluetooth_low_energy_device_mac.mm File device/bluetooth/bluetooth_low_energy_device_mac.mm (right): https://codereview.chromium.org/2854733002/diff/1/device/bluetooth/bluetooth_low_energy_device_mac.mm#newcode103 device/bluetooth/bluetooth_low_energy_device_mac.mm:103: return true; Do we need this to return true? ...
3 years, 7 months ago (2017-05-02 01:32:16 UTC) #4
jlebel
On 2017/05/02 01:32:16, ortuno wrote: > https://codereview.chromium.org/2854733002/diff/1/device/bluetooth/bluetooth_low_energy_device_mac.mm > File device/bluetooth/bluetooth_low_energy_device_mac.mm (right): > > https://codereview.chromium.org/2854733002/diff/1/device/bluetooth/bluetooth_low_energy_device_mac.mm#newcode103 > ...
3 years, 7 months ago (2017-05-02 08:28:39 UTC) #5
ortuno
On 2017/05/02 at 08:28:39, jlebel wrote: > On 2017/05/02 01:32:16, ortuno wrote: > > https://codereview.chromium.org/2854733002/diff/1/device/bluetooth/bluetooth_low_energy_device_mac.mm ...
3 years, 7 months ago (2017-05-02 21:38:35 UTC) #6
jlebel
Hello Giovanni, Is this unit test implemented correctly? Thanks, https://codereview.chromium.org/2854733002/diff/1/device/bluetooth/bluetooth_low_energy_device_mac.mm File device/bluetooth/bluetooth_low_energy_device_mac.mm (right): https://codereview.chromium.org/2854733002/diff/1/device/bluetooth/bluetooth_low_energy_device_mac.mm#newcode103 device/bluetooth/bluetooth_low_energy_device_mac.mm:103: ...
3 years, 7 months ago (2017-05-03 22:44:18 UTC) #8
ortuno
https://codereview.chromium.org/2854733002/diff/20001/device/bluetooth/bluetooth_low_energy_device_mac.mm File device/bluetooth/bluetooth_low_energy_device_mac.mm (right): https://codereview.chromium.org/2854733002/diff/20001/device/bluetooth/bluetooth_low_energy_device_mac.mm#newcode32 device/bluetooth/bluetooth_low_energy_device_mac.mm:32: connectable_(connectable), Thanks for implementing this. I think we want ...
3 years, 7 months ago (2017-05-04 00:35:37 UTC) #9
ortuno
On 2017/05/04 at 00:35:37, ortuno wrote: > https://codereview.chromium.org/2854733002/diff/20001/device/bluetooth/bluetooth_low_energy_device_mac.mm > File device/bluetooth/bluetooth_low_energy_device_mac.mm (right): > > https://codereview.chromium.org/2854733002/diff/20001/device/bluetooth/bluetooth_low_energy_device_mac.mm#newcode32 ...
3 years, 7 months ago (2017-05-04 00:36:28 UTC) #10
jlebel
https://codereview.chromium.org/2854733002/diff/20001/device/bluetooth/bluetooth_low_energy_device_mac.mm File device/bluetooth/bluetooth_low_energy_device_mac.mm (right): https://codereview.chromium.org/2854733002/diff/20001/device/bluetooth/bluetooth_low_energy_device_mac.mm#newcode32 device/bluetooth/bluetooth_low_energy_device_mac.mm:32: connectable_(connectable), On 2017/05/04 00:35:36, ortuno wrote: > Thanks for ...
3 years, 7 months ago (2017-05-04 00:56:17 UTC) #12
ortuno
Thanks! lgtm https://codereview.chromium.org/2854733002/diff/40001/device/bluetooth/bluetooth_adapter_unittest.cc File device/bluetooth/bluetooth_adapter_unittest.cc (right): https://codereview.chromium.org/2854733002/diff/40001/device/bluetooth/bluetooth_adapter_unittest.cc#newcode898 device/bluetooth/bluetooth_adapter_unittest.cc:898: #endif // defined(OS_MACOSX) I'm OK with this ...
3 years, 7 months ago (2017-05-04 01:11:49 UTC) #13
jlebel
https://codereview.chromium.org/2854733002/diff/40001/device/bluetooth/bluetooth_adapter_unittest.cc File device/bluetooth/bluetooth_adapter_unittest.cc (right): https://codereview.chromium.org/2854733002/diff/40001/device/bluetooth/bluetooth_adapter_unittest.cc#newcode898 device/bluetooth/bluetooth_adapter_unittest.cc:898: #endif // defined(OS_MACOSX) On 2017/05/04 01:11:49, ortuno wrote: > ...
3 years, 7 months ago (2017-05-04 16:38:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2854733002/60001
3 years, 7 months ago (2017-05-04 16:39:18 UTC) #17
jlebel
https://codereview.chromium.org/2854733002/diff/40001/device/bluetooth/bluetooth_adapter_unittest.cc File device/bluetooth/bluetooth_adapter_unittest.cc (right): https://codereview.chromium.org/2854733002/diff/40001/device/bluetooth/bluetooth_adapter_unittest.cc#newcode898 device/bluetooth/bluetooth_adapter_unittest.cc:898: #endif // defined(OS_MACOSX) On 2017/05/04 16:38:49, jlebel wrote: > ...
3 years, 7 months ago (2017-05-04 16:50:32 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/261753)
3 years, 7 months ago (2017-05-04 18:01:24 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2854733002/60001
3 years, 7 months ago (2017-05-04 20:40:59 UTC) #22
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 20:47:03 UTC) #25
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/c2c7f4185915b64e17ba5615e090...

Powered by Google App Engine
This is Rietveld 408576698