Closed
Bug 1053675
Opened 10 years ago
Closed 10 years ago
[NFC] nfcd should send correct session id for each tech discover and tech lost pair
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dimi, Assigned: dimi)
References
Details
Attachments
(1 file)
After testing, it is possible to have multiple tag connect to device at the same time, however, for p2p case, there will be only one connection.
Now nfcd doesn't support multiple tags handling , we should fix this.
Assignee | ||
Comment 1•10 years ago
|
||
After checking the behavior more detailly , It seems that libnfc-nci does not really support multiple tag connect at the same time.
1. API of libnfc-nci doesn't have any parameter can specify which tag to operate
2. If we tap two tag to the device and then remove one of them, no tag lost notification will be sent
so I will change the description of this bug to "nfcd should send correct session id for each tech discover and tech lost pair"
Assignee | ||
Updated•10 years ago
|
Summary: [NFC] nfcd should support handle multiple tag connect at the same time → [NFC] nfcd should send correct session id for each tech discover and tech lost pair
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8473487 -
Flags: review?(allstars.chh)
Attachment #8473487 -
Flags: review?(allstars.chh) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Blocks: 1071466
You need to log in
before you can comment on or make changes to this bug.
Description
•