NFC: basic NCI protocol implementation
The NFC Controller Interface (NCI) is a standard communication protocol between an NFC Controller (NFCC) and a Device Host (DH), defined by the NFC Forum. Signed-off-by: Ilan Elias <ilane@ti.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Showing
include/net/nfc/nci.h
0 → 100644
include/net/nfc/nci_core.h
0 → 100644
net/nfc/nci/Kconfig
0 → 100644
net/nfc/nci/Makefile
0 → 100644
net/nfc/nci/core.c
0 → 100644
This diff is collapsed.
net/nfc/nci/data.c
0 → 100644
net/nfc/nci/lib.c
0 → 100644
net/nfc/nci/ntf.c
0 → 100644
net/nfc/nci/rsp.c
0 → 100644
Please register or sign in to comment