[bluetooth] signal strength information missing from bluez
Bug #1488836 reported by
Sebastien Bacher
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Medium
|
John McAleely | ||
ubuntu-system-settings (Ubuntu) |
Fix Released
|
Low
|
Simon Fels |
Bug Description
the bluetooth plugin todo.txt mentions
"_ "Signal Strength" is currently a lie, it's always listed as "Fair".
This information doesn't seem to be provided by bluez?"
If that's the case we should probably just hide the line from the UI until it's properly supported (maybe with the new bluez)
Related branches
lp://staging/~morphis/ubuntu-system-settings/fix-device-actions
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ken VanDine: Approve
-
Diff: 1033 lines (+317/-318)19 files modifiedplugins/bluetooth/CMakeLists.txt (+2/-1)
plugins/bluetooth/ConfirmPasskeyDialog.qml (+1/-1)
plugins/bluetooth/DevicePage.qml (+200/-0)
plugins/bluetooth/DisplayPasskeyDialog.qml (+1/-1)
plugins/bluetooth/PageComponent.qml (+4/-171)
plugins/bluetooth/ProvidePasskeyDialog.qml (+1/-1)
plugins/bluetooth/ProvidePinCodeDialog.qml (+1/-1)
plugins/bluetooth/agent.cpp (+1/-1)
plugins/bluetooth/agent.h (+1/-1)
plugins/bluetooth/bluetooth.cpp (+7/-1)
plugins/bluetooth/bluetooth.h (+2/-1)
plugins/bluetooth/dbus-shared.h (+2/-2)
plugins/bluetooth/device.cpp (+74/-89)
plugins/bluetooth/device.h (+4/-7)
plugins/bluetooth/devicemodel.cpp (+13/-27)
plugins/bluetooth/devicemodel.h (+1/-1)
plugins/bluetooth/plugin.cpp (+1/-1)
plugins/bluetooth/plugin.h (+1/-1)
tests/plugins/bluetooth/tst_device.cpp (+0/-10)
Changed in ubuntu-system-settings (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in ubuntu-system-settings (Ubuntu): | |
status: | Confirmed → In Progress |
assignee: | nobody → Sebastien Bacher (seb128) |
Changed in ubuntu-system-settings (Ubuntu): | |
assignee: | Sebastien Bacher (seb128) → Simon Fels (morphis) |
Changed in canonical-devices-system-image: | |
assignee: | nobody → John McAleely (john.mcaleely) |
importance: | Undecided → Medium |
milestone: | none → ww40-2015 |
status: | New → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It isn't a lie. We just never processed the value coming from BlueZ.