Home
last modified time | relevance | path

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

/Linux-v6.6/net/nfc/nci/
Drsp.c202 status = NCI_STATUS_REJECTED; in nci_rf_disc_rsp_packet()
285 status = NCI_STATUS_REJECTED; in nci_core_conn_create_rsp_packet()
293 status = NCI_STATUS_REJECTED; in nci_core_conn_create_rsp_packet()
318 if (status == NCI_STATUS_REJECTED) in nci_core_conn_create_rsp_packet()
Dlib.c30 case NCI_STATUS_REJECTED: in nci_to_errno()
Dcore.c416 nci_req_complete(ndev, NCI_STATUS_REJECTED); in nci_nfcc_loopback_cb()
/Linux-v6.6/include/net/nfc/
Dnci.h33 #define NCI_STATUS_REJECTED 0x01 macro