Home
last modified time | relevance | path

Searched refs:NCI_STATUS_REJECTED (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/nfc/nci/
Drsp.c157 status = NCI_STATUS_REJECTED; in nci_rf_disc_rsp_packet()
240 status = NCI_STATUS_REJECTED; in nci_core_conn_create_rsp_packet()
248 status = NCI_STATUS_REJECTED; in nci_core_conn_create_rsp_packet()
273 if (status == NCI_STATUS_REJECTED) in nci_core_conn_create_rsp_packet()
Dlib.c42 case NCI_STATUS_REJECTED: in nci_to_errno()
Dhci.c377 status = NCI_STATUS_REJECTED; in nci_hci_resp_received()
Dcore.c421 nci_req_complete(ndev, NCI_STATUS_REJECTED); in nci_nfcc_loopback_cb()
/Linux-v4.19/include/net/nfc/
Dnci.h43 #define NCI_STATUS_REJECTED 0x01 macro