Closed
Bug 939669
Opened 11 years ago
Closed 11 years ago
[Bluedroid] defaultAdapter.address has no value
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.3 Sprint 5 - 11/22
People
(Reporter: echou, Assigned: echou)
References
Details
Attachments
(1 file, 1 obsolete file)
In BluetoothServiceBluedroid::GetDefaultAdapterPathInternal(), when a request for creating BluetoothAdapter object have been received, we should append full properties to the BluetoothValue variable, otherwise some properties would not be available.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → echou
Assignee | ||
Comment 1•11 years ago
|
||
* Added property "address", "discoverable" and "discoverable timeout" to the property array which would be fired back to BluetoothAdapter along with the runnable.
Attachment #8333687 -
Flags: review?(gyeh)
Comment 2•11 years ago
|
||
Comment on attachment 8333687 [details] [diff] [review]
patch 1: v1: append missed properties to BluetoothAdapter
Review of attachment 8333687 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, r=me.
Attachment #8333687 -
Flags: review?(gyeh) → review+
Assignee | ||
Comment 3•11 years ago
|
||
* Final patch with cleanup.
Attachment #8333687 -
Attachment is obsolete: true
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3 Sprint 5 - 11/22
You need to log in
before you can comment on or make changes to this bug.
Description
•