Closed
Bug 793609
Opened 13 years ago
Closed 13 years ago
[b2g-bluetooth] Wrong value passed into KeepDBusPairingMessage()
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: echou, Assigned: echou)
References
Details
(Whiteboard: [LOE:S])
Attachments
(1 file, 1 obsolete file)
6.25 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
The value of first parameter of KeepDBusPairingMessage() should be address of remote device, however in current codebase it is a fixed string "address", so the stored value of table sPairingReqTable couldn't be correctly retrieved with device address when Gaia calls SetPairingConfirmation() or SetPinCode().
![]() |
Assignee | |
Updated•13 years ago
|
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #663985 -
Flags: review?(kyle)
![]() |
Assignee | |
Comment 2•13 years ago
|
||
remove blanks
Attachment #663985 -
Attachment is obsolete: true
Attachment #663985 -
Flags: review?(kyle)
Attachment #663986 -
Flags: review?(kyle)
Updated•13 years ago
|
Attachment #663986 -
Flags: review?(kyle) → review+
Updated•13 years ago
|
blocking-basecamp: ? → +
![]() |
Assignee | |
Comment 3•13 years ago
|
||
![]() |
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•