Closed
Bug 940858
Opened 12 years ago
Closed 12 years ago
B2G NFC: NFC Daemon should send handover select response through correct llcp channel
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dimi, Assigned: dimi)
Details
Attachments
(1 file)
NFC daemon receives handover request by server socket.
The response handover select message should be sent by using the same socket receiving handover request (server socket).
| Assignee | ||
Comment 1•12 years ago
|
||
Hr : Handover request message
Hs : Handover select message
Hs should be sent through handover server instead of handover client.
Because Hs is used to response to Hr and should be sent by using same socket as receiving Hr.
And Hr is always received by handover server
Attachment #8335189 -
Flags: review?(allstars.chh)
Comment on attachment 8335189 [details] [review]
pull request to mozilla-b2g/platform_system_nfcd
merged,
https://github.com/mozilla-b2g/platform_system_nfcd/commit/7f18c96f42f8cc9afb8316a9ca3eda512f9095dd
Attachment #8335189 -
Flags: review?(allstars.chh) → review+
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•