OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nfc_status
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c
225
tNFC_STATUS
nfc_status
;
local
411
if ((
nfc_status
= NFC_SetConfig (updated_len, p_tlv_list)) == NFC_STATUS_OK)
432
return (
nfc_status
);
/external/libnfc-nci/src/nfc/nfc/
nfc_main.c
177
static void nfc_main_notify_enable_status (tNFC_STATUS
nfc_status
)
181
evt_data.status =
nfc_status
;
189
if (
nfc_status
!= NFC_STATUS_OK)
211
void nfc_enabled (tNFC_STATUS
nfc_status
, BT_HDR *p_init_rsp_msg)
221
if (
nfc_status
== NCI_STATUS_OK)
284
nfc_main_notify_enable_status (
nfc_status
);
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
261
void nfc_enabled (tNFC_STATUS
nfc_status
, BT_HDR *p_init_rsp_msg);
Completed in 648 milliseconds