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

Issue 262053003: chrome.bluetoothLowEnergy: Implement getCharacteristic. (Closed)

Created:
6 years, 7 months ago by armansito
Modified:
6 years, 7 months ago
Reviewers:
keybuk, rpaquay
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

chrome.bluetoothLowEnergy: Implement getCharacteristic. This CL implements the getCharacteristic method of the bluetoothLowEnergy API. In addition, the instance ID mapping has been simplified by removing BluetoothLowEnergyEventRouter::GattObjectData and keeping string to string mappings, e.g. service ID -> device address, characteristic ID -> service ID, etc. Also added is a browser test for characteristic properties. BUG=265663 TEST=browser_tests --gtest_filter=BluetoothLowEnergyApiTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268301

Patch Set 1 #

Total comments: 2

Messages

Total messages: 7 (0 generated)
armansito
6 years, 7 months ago (2014-05-05 01:46:53 UTC) #1
rpaquay
lgtm https://codereview.chromium.org/262053003/diff/1/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc File chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc (right): https://codereview.chromium.org/262053003/diff/1/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc#newcode232 chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc:232: SetResult(CharacteristicToValue(&characteristic).release()); Wasn't this bug was recently fixed? (crbug/ ...
6 years, 7 months ago (2014-05-05 16:07:47 UTC) #2
keybuk
lgtm
6 years, 7 months ago (2014-05-05 16:36:01 UTC) #3
armansito
https://codereview.chromium.org/262053003/diff/1/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc File chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc (right): https://codereview.chromium.org/262053003/diff/1/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc#newcode232 chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc:232: SetResult(CharacteristicToValue(&characteristic).release()); On 2014/05/05 16:07:48, rpaquay wrote: > Wasn't this ...
6 years, 7 months ago (2014-05-05 17:39:32 UTC) #4
armansito
The CQ bit was checked by armansito@chromium.org
6 years, 7 months ago (2014-05-05 17:39:37 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/armansito@chromium.org/262053003/1
6 years, 7 months ago (2014-05-05 17:41:21 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 23:05:14 UTC) #7
Message was sent while issue was closed.
Change committed as 268301

Powered by Google App Engine
This is Rietveld 408576698