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

Issue 2297903002: arc: bluetooth: Implement set discoverable state (Closed)

Created:
4 years, 3 months ago by puthik_chromium
Modified:
4 years, 3 months ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, yusukes+watch_chromium.org, Sameer Nanda
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc: bluetooth: Implement set discoverable state This CL handles request from Android to set discoverable timeout. As Android API for this is set the discoverable timeout but the Chrome API is set state on or off. ArcBluetoothBridge need to maintain a new timer class to turn the discoverable state off when the timer runs out. BUG=643367, b:31180714 TEST=CTS Verifier app can make device discoverable for 30 seconds. Verified via bluetoothctl tool Committed: https://crrev.com/fd2bc7fb594c0d299649b3416055014e3c402107 Cr-Commit-Position: refs/heads/master@{#416066}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Implement timer to turn discovery off #

Total comments: 8

Patch Set 3 : Use OneShotTimer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -4 lines) Patch
M components/arc/bluetooth/arc_bluetooth_bridge.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M components/arc/bluetooth/arc_bluetooth_bridge.cc View 1 2 2 chunks +84 lines, -4 lines 0 comments Download

Messages

Total messages: 31 (17 generated)
puthik_chromium
4 years, 3 months ago (2016-08-30 21:27:22 UTC) #2
Miao
https://codereview.chromium.org/2297903002/diff/1/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2297903002/diff/1/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode639 components/arc/bluetooth/arc_bluetooth_bridge.cc:639: // TODO(puthik) Implement other case. nit: Move this comment ...
4 years, 3 months ago (2016-08-30 22:05:38 UTC) #3
Miao
lgtm with nits
4 years, 3 months ago (2016-08-30 22:06:45 UTC) #4
puthik_chromium
+rkc for Bluetooth +lhchavez for owner This CLs need to Merge to M53 for CTS ...
4 years, 3 months ago (2016-09-01 19:03:59 UTC) #7
puthik_chromium
cc: snanda
4 years, 3 months ago (2016-09-01 19:04:52 UTC) #10
Luis Héctor Chávez
if you want to be able to merge to M53, this needs a crbug in ...
4 years, 3 months ago (2016-09-01 19:28:15 UTC) #11
puthik_chromium
https://codereview.chromium.org/2297903002/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2297903002/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode204 components/arc/bluetooth/arc_bluetooth_bridge.cc:204: discoverable_off_timer_(true, false), On 2016/09/01 19:28:15, Luis Héctor Chávez wrote: ...
4 years, 3 months ago (2016-09-01 20:42:24 UTC) #16
puthik_chromium
4 years, 3 months ago (2016-09-01 20:42:50 UTC) #18
Luis Héctor Chávez
lgtm
4 years, 3 months ago (2016-09-01 20:50:34 UTC) #20
Rahul Chaturvedi
bt lgtm
4 years, 3 months ago (2016-09-01 21:34:06 UTC) #23
Rahul Chaturvedi
bt lgtm
4 years, 3 months ago (2016-09-01 21:34:08 UTC) #24
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/2297903002/40001
4 years, 3 months ago (2016-09-01 21:38:14 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-01 21:42:50 UTC) #29
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 21:45:11 UTC) #31
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/fd2bc7fb594c0d299649b3416055014e3c402107
Cr-Commit-Position: refs/heads/master@{#416066}

Powered by Google App Engine
This is Rietveld 408576698