Home
last modified time | relevance | path

Searched refs:rf_status (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/int/
Dnfc_int.h253 NFC_API extern void nfc_ncif_proc_rf_field_ntf (UINT8 rf_status);
255 #define nfc_ncif_proc_rf_field_ntf(rf_status) argument
/external/libnfc-nxp/src/
DphHciNfc_DevMgmt.c134 uint8_t rf_status; member
1358 p_device_mgmt_info->rf_status = (uint8_t) ( length > HCP_HEADER_LEN ) ? in phHciNfc_Recv_DevMgmt_Event()
1362 (p_device_mgmt_info->rf_status & 0x1FU))? in phHciNfc_Recv_DevMgmt_Event()
1365 event_info.eventType = (TRUE == p_device_mgmt_info->rf_status)? in phHciNfc_Recv_DevMgmt_Event()
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c550 void nfc_ncif_proc_rf_field_ntf (UINT8 rf_status) in nfc_ncif_proc_rf_field_ntf() argument
556 evt_data.rf_field.rf_field = rf_status; in nfc_ncif_proc_rf_field_ntf()