OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfc_status
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c
226
tNFC_STATUS
nfc_status
;
local
412
if ((
nfc_status
= NFC_SetConfig (updated_len, p_tlv_list)) == NFC_STATUS_OK)
433
return (
nfc_status
);
/external/libnfc-nci/src/nfc/nfc/
nfc_main.c
179
static void nfc_main_notify_enable_status (tNFC_STATUS
nfc_status
)
183
evt_data.status =
nfc_status
;
191
if (
nfc_status
!= NFC_STATUS_OK)
215
void nfc_enabled (tNFC_STATUS
nfc_status
, BT_HDR *p_init_rsp_msg)
225
if (
nfc_status
== NCI_STATUS_OK)
288
nfc_main_notify_enable_status (
nfc_status
);
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
262
void nfc_enabled (tNFC_STATUS
nfc_status
, BT_HDR *p_init_rsp_msg);
Completed in 87 milliseconds