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

Issue 2576283002: [Chrome OS Tether] Create BleAdvertisementDeviceQueue. (Closed)

Created:
4 years ago by Kyle Horimoto
Modified:
4 years ago
Reviewers:
Ryan Hansberry
CC:
chromium-reviews, jlklein+watch-tether_chromium.org, droger+watchlist_chromium.org, tengs+watch-tether_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, hansberry+watch-tether_chromium.org, jhawkins+watch-tether_chromium.org, oshima+watch_chromium.org, khorimoto+watch-tether_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chrome OS Tether] Create BleAdvertisementDeviceQueue. Each BLE device has a limited number of BLE advertisement slots; this class queues devices to which to advertise and provides functionality for moving devices to the end of the queue and requesting the devices which should be advertised. BUG=672263 Committed: https://crrev.com/8e44546b8e145f87efe6806573b8ffb3c10b61da Cr-Commit-Position: refs/heads/master@{#439570}

Patch Set 1 #

Total comments: 8

Patch Set 2 : hansberry@ comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+421 lines, -7 lines) Patch
M chromeos/components/tether/BUILD.gn View 1 3 chunks +4 lines, -0 lines 0 comments Download
A chromeos/components/tether/ble_advertisement_device_queue.h View 1 1 chunk +64 lines, -0 lines 0 comments Download
A chromeos/components/tether/ble_advertisement_device_queue.cc View 1 chunk +118 lines, -0 lines 0 comments Download
A chromeos/components/tether/ble_advertisement_device_queue_unittest.cc View 1 1 chunk +173 lines, -0 lines 0 comments Download
M components/cryptauth/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/cryptauth/remote_device.h View 2 chunks +7 lines, -5 lines 0 comments Download
M components/cryptauth/remote_device.cc View 2 chunks +12 lines, -2 lines 0 comments Download
A components/cryptauth/remote_device_test_util.h View 1 chunk +18 lines, -0 lines 0 comments Download
A components/cryptauth/remote_device_test_util.cc View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
Kyle Horimoto
4 years ago (2016-12-15 01:51:12 UTC) #2
Ryan Hansberry
lgtm https://codereview.chromium.org/2576283002/diff/1/chromeos/components/tether/ble_advertisement_device_queue.h File chromeos/components/tether/ble_advertisement_device_queue.h (right): https://codereview.chromium.org/2576283002/diff/1/chromeos/components/tether/ble_advertisement_device_queue.h#newcode40 chromeos/components/tether/ble_advertisement_device_queue.h:40: bool SetDevices(std::vector<cryptauth::RemoteDevice> devices); Explain what a return value ...
4 years ago (2016-12-19 20:06:52 UTC) #3
Kyle Horimoto
https://codereview.chromium.org/2576283002/diff/1/chromeos/components/tether/ble_advertisement_device_queue.h File chromeos/components/tether/ble_advertisement_device_queue.h (right): https://codereview.chromium.org/2576283002/diff/1/chromeos/components/tether/ble_advertisement_device_queue.h#newcode40 chromeos/components/tether/ble_advertisement_device_queue.h:40: bool SetDevices(std::vector<cryptauth::RemoteDevice> devices); On 2016/12/19 20:06:52, Ryan Hansberry wrote: ...
4 years ago (2016-12-19 20:15:03 UTC) #4
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/2576283002/20001
4 years ago (2016-12-19 20:16:01 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-19 21:29:18 UTC) #10
commit-bot: I haz the power
4 years ago (2016-12-19 21:33:20 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8e44546b8e145f87efe6806573b8ffb3c10b61da
Cr-Commit-Position: refs/heads/master@{#439570}

Powered by Google App Engine
This is Rietveld 408576698