Closed
Bug 1118097
Opened 11 years ago
Closed 8 years ago
SecureElement : According to OpenMobile spec, the reader names should support slot based naming convention
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: psiddh, Unassigned)
References
Details
The parent process (SecureElement.js) should return readerNames based on slots.i;e;
instead of current way of returning 'uicc', return 'uicc<slot#>' etc...
Updated•11 years ago
|
Blocks: b2g-secure-element
Depends on: 879861
Comment 1•10 years ago
|
||
So returning 'uicc' for the first slot is actually ok.
From Open Mobile API specification V2.05, Reader.getName():
>The slot number “1” for a reader is optional (SIM and SIM1 are both valid for the first SIM-reader, but if there are two readers then the second reader must be named SIM2)
In our API (SEReader) we currently have |type| property instead of |name|. I think we should change type to name in this bug and leave the slot numbering for multi-sim support implementation (Bug 1118099).
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•