diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2018-11-25 02:17:48 +0200 |
---|---|---|
committer | raquel medina <raquel.medina@konsulko.com> | 2018-11-28 17:43:04 +0000 |
commit | b7cae49a6d1b4c5dba12647e2b30e635b8993a92 (patch) | |
tree | 4d3edda8254e7de472356c1434c5304f279a5d60 /README.md | |
parent | 557e5f053411a3319c4f3efb5c56ad09f0de553b (diff) |
binding: nfc: Process content data from tag (adapter in tag reader mode)
Bug-AGL: SPEC-1975
- Register callback for tag found
- Update callback for record found
- Fix memory leak
Change-Id: I870648f3c5771aa1b54b710ef6b75786a1c67f65
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ The NDEF data shall include a text record ('uid') to keep compatibility with the | Name | Description | JSON Response | |--------------------|:-------------------------------------|:-----------------------------------------------------------------------| | presence | event that reports NFC tag presence | *Response:* {"status": "detected", | -| | | "record": { "Type": "Text", "uid" : "042eb3628e4981"}, | +| | | "uid": "042eb3628e4981"}, | |