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

Issue 2244703005: arc: bluetooth: Fix advertised uuid (Closed)

Created:
4 years, 4 months ago by puthik_chromium
Modified:
4 years, 4 months ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, yusukes+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc: bluetooth: Fix advertised uuid device->GetUUIDs() is the correct way to get the advertised uuid for recreate advertise data. BUG=None TEST=Build Committed: https://crrev.com/6de80cb2538a41d1144cae3622011ee2e17c1119 Cr-Commit-Position: refs/heads/master@{#412065}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix service dat, fix test, add test #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M components/arc/bluetooth/arc_bluetooth_bridge.cc View 1 2 chunks +2 lines, -2 lines 5 comments Download
M components/arc/bluetooth/arc_bluetooth_bridge_unittest.cc View 1 1 chunk +7 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 23 (10 generated)
puthik_chromium
4 years, 4 months ago (2016-08-13 00:42:14 UTC) #3
Luis Héctor Chávez
This seems to be causing crashes in tests.
4 years, 4 months ago (2016-08-15 15:27:30 UTC) #7
ortuno
https://codereview.chromium.org/2244703005/diff/1/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (left): https://codereview.chromium.org/2244703005/diff/1/components/arc/bluetooth/arc_bluetooth_bridge.cc#oldcode1545 components/arc/bluetooth/arc_bluetooth_bridge.cc:1545: BluetoothDevice::UUIDList uuid_list = device->GetServiceDataUUIDs(); There is more to fix ...
4 years, 4 months ago (2016-08-15 15:46:57 UTC) #8
puthik_chromium
https://codereview.chromium.org/2244703005/diff/1/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (left): https://codereview.chromium.org/2244703005/diff/1/components/arc/bluetooth/arc_bluetooth_bridge.cc#oldcode1545 components/arc/bluetooth/arc_bluetooth_bridge.cc:1545: BluetoothDevice::UUIDList uuid_list = device->GetServiceDataUUIDs(); On 2016/08/15 15:46:57, ortuno wrote: ...
4 years, 4 months ago (2016-08-15 21:19:01 UTC) #9
Luis Héctor Chávez
defer to ortuno@ https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode1545 components/arc/bluetooth/arc_bluetooth_bridge.cc:1545: BluetoothDevice::UUIDList uuid_list = device->GetUUIDs(); nit: const ...
4 years, 4 months ago (2016-08-15 21:23:13 UTC) #12
Luis Héctor Chávez
https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode1545 components/arc/bluetooth/arc_bluetooth_bridge.cc:1545: BluetoothDevice::UUIDList uuid_list = device->GetUUIDs(); On 2016/08/15 21:23:12, Luis Héctor ...
4 years, 4 months ago (2016-08-15 21:25:43 UTC) #13
ortuno
https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode1569 components/arc/bluetooth/arc_bluetooth_bridge.cc:1569: // Convert xxxxyyyy-xxxx-xxxx-xxxx-xxxxxxxxxxxx to int16 yyyy Out of curiosity: ...
4 years, 4 months ago (2016-08-15 21:27:09 UTC) #14
puthik_chromium
https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode1569 components/arc/bluetooth/arc_bluetooth_bridge.cc:1569: // Convert xxxxyyyy-xxxx-xxxx-xxxx-xxxxxxxxxxxx to int16 yyyy On 2016/08/15 21:27:09, ...
4 years, 4 months ago (2016-08-15 21:32:15 UTC) #15
ortuno
lgtm https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2244703005/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode1569 components/arc/bluetooth/arc_bluetooth_bridge.cc:1569: // Convert xxxxyyyy-xxxx-xxxx-xxxx-xxxxxxxxxxxx to int16 yyyy On 2016/08/15 ...
4 years, 4 months ago (2016-08-15 21:37:33 UTC) #16
Luis Héctor Chávez
lgtm
4 years, 4 months ago (2016-08-15 21:38:31 UTC) #17
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/2244703005/20001
4 years, 4 months ago (2016-08-15 21:42:02 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-15 22:02:49 UTC) #21
commit-bot: I haz the power
4 years, 4 months ago (2016-08-15 22:09:13 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6de80cb2538a41d1144cae3622011ee2e17c1119
Cr-Commit-Position: refs/heads/master@{#412065}

Powered by Google App Engine
This is Rietveld 408576698