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

Issue 243963002: Implement Bluetooth server socket support for RFCOMM on Mac. (Closed)

Created:
6 years, 8 months ago by Ilya Sherman
Modified:
6 years, 7 months ago
Reviewers:
keybuk, rpaquay
CC:
chromium-reviews
Visibility:
Public.

Description

Implement Bluetooth server socket support for RFCOMM on Mac. BUG=364409 TEST=Able to receive incomming connections via the chrome.bluetooth API. R=keybuk@chromium.org, rpaquay@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266698

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 5

Patch Set 3 : Add a TODO around binding to a free channel if no channel is explicitly specified #

Total comments: 6

Patch Set 4 : Rebase and annotate TODOs with bug #s #

Patch Set 5 : Short url #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -69 lines) Patch
M device/bluetooth/bluetooth_profile.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M device/bluetooth/bluetooth_profile_mac.h View 1 2 chunks +24 lines, -10 lines 0 comments Download
M device/bluetooth/bluetooth_profile_mac.mm View 1 2 3 4 5 chunks +203 lines, -20 lines 0 comments Download
M device/bluetooth/bluetooth_socket_mac.h View 3 chunks +36 lines, -16 lines 0 comments Download
M device/bluetooth/bluetooth_socket_mac.mm View 8 chunks +45 lines, -20 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
Ilya Sherman
Renaud, PTAL. keybuk@, I've included you as an FYI, though I of course also welcome ...
6 years, 8 months ago (2014-04-18 23:37:54 UTC) #1
Ilya Sherman
https://codereview.chromium.org/243963002/diff/20001/device/bluetooth/bluetooth_profile_mac.mm File device/bluetooth/bluetooth_profile_mac.mm (right): https://codereview.chromium.org/243963002/diff/20001/device/bluetooth/bluetooth_profile_mac.mm#newcode155 device/bluetooth/bluetooth_profile_mac.mm:155: // service. Is this appropriate, or is the channel ...
6 years, 8 months ago (2014-04-19 05:11:25 UTC) #2
keybuk
https://codereview.chromium.org/243963002/diff/20001/device/bluetooth/bluetooth_profile_mac.mm File device/bluetooth/bluetooth_profile_mac.mm (right): https://codereview.chromium.org/243963002/diff/20001/device/bluetooth/bluetooth_profile_mac.mm#newcode155 device/bluetooth/bluetooth_profile_mac.mm:155: // service. On 2014/04/19 05:11:25, Ilya Sherman wrote: > ...
6 years, 8 months ago (2014-04-19 07:54:05 UTC) #3
Ilya Sherman
https://codereview.chromium.org/243963002/diff/20001/device/bluetooth/bluetooth_profile_mac.mm File device/bluetooth/bluetooth_profile_mac.mm (right): https://codereview.chromium.org/243963002/diff/20001/device/bluetooth/bluetooth_profile_mac.mm#newcode155 device/bluetooth/bluetooth_profile_mac.mm:155: // service. On 2014/04/19 07:54:05, keybuk wrote: > On ...
6 years, 8 months ago (2014-04-22 00:27:20 UTC) #4
rpaquay
lgtm https://codereview.chromium.org/243963002/diff/40001/device/bluetooth/bluetooth_profile_mac.mm File device/bluetooth/bluetooth_profile_mac.mm (right): https://codereview.chromium.org/243963002/diff/40001/device/bluetooth/bluetooth_profile_mac.mm#newcode251 device/bluetooth/bluetooth_profile_mac.mm:251: // service, i.e. if |service_record_handle_| is |kInvalidServiceRecordHandle|? Ideally, ...
6 years, 8 months ago (2014-04-23 22:15:55 UTC) #5
Ilya Sherman
Thanks! I'll file bugs and update the TODOs to reference the bugs prior to committing. ...
6 years, 8 months ago (2014-04-24 06:50:10 UTC) #6
Ilya Sherman
https://chromiumcodereview.appspot.com/243963002/diff/40001/device/bluetooth/bluetooth_profile_mac.mm File device/bluetooth/bluetooth_profile_mac.mm (right): https://chromiumcodereview.appspot.com/243963002/diff/40001/device/bluetooth/bluetooth_profile_mac.mm#newcode251 device/bluetooth/bluetooth_profile_mac.mm:251: // service, i.e. if |service_record_handle_| is |kInvalidServiceRecordHandle|? On 2014/04/23 ...
6 years, 8 months ago (2014-04-25 22:44:44 UTC) #7
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 8 months ago (2014-04-25 22:45:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/243963002/60001
6 years, 8 months ago (2014-04-25 22:47:28 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 23:54:20 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 8 months ago (2014-04-25 23:54:20 UTC) #11
Ilya Sherman
keybuk@, it looks like I need your approval for the changes to bluetooth_profile.cc. PTAL.
6 years, 8 months ago (2014-04-25 23:57:50 UTC) #12
keybuk
lgtm
6 years, 8 months ago (2014-04-27 08:15:50 UTC) #13
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 7 months ago (2014-04-28 17:38:34 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/243963002/60001
6 years, 7 months ago (2014-04-28 17:39:04 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 17:45:57 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 17:45:57 UTC) #17
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 7 months ago (2014-04-28 17:56:56 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/243963002/80001
6 years, 7 months ago (2014-04-28 18:02:47 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 18:25:35 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 7 months ago (2014-04-28 18:25:35 UTC) #21
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 7 months ago (2014-04-28 18:27:25 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/243963002/80001
6 years, 7 months ago (2014-04-28 18:28:14 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 19:27:34 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 7 months ago (2014-04-28 19:27:35 UTC) #25
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 7 months ago (2014-04-28 19:35:00 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/243963002/80001
6 years, 7 months ago (2014-04-28 19:36:02 UTC) #27
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 23:54:21 UTC) #28
Message was sent while issue was closed.
Change committed as 266698

Powered by Google App Engine
This is Rietveld 408576698