Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/cho/
Dnfa_cho_util.c408 if (nfa_cho_cb.p_tx_ndef_msg) in nfa_cho_process_disconnection()
410 GKI_freebuf (nfa_cho_cb.p_tx_ndef_msg); in nfa_cho_process_disconnection()
411 nfa_cho_cb.p_tx_ndef_msg = NULL; in nfa_cho_process_disconnection()
593 p_src = nfa_cho_cb.p_tx_ndef_msg + nfa_cho_cb.tx_ndef_sent_size; in nfa_cho_send_handover_msg()
621 GKI_freebuf (nfa_cho_cb.p_tx_ndef_msg); in nfa_cho_send_handover_msg()
622 nfa_cho_cb.p_tx_ndef_msg = NULL; in nfa_cho_send_handover_msg()
924 nfa_cho_cb.p_tx_ndef_msg = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in nfa_cho_send_hr()
925 if (!nfa_cho_cb.p_tx_ndef_msg) in nfa_cho_send_hr()
944 status = NDEF_MsgCreateWktHr (nfa_cho_cb.p_tx_ndef_msg, max_size, &nfa_cho_cb.tx_ndef_cur_size, in nfa_cho_send_hr()
949 GKI_freebuf (nfa_cho_cb.p_tx_ndef_msg); in nfa_cho_send_hr()
[all …]
Dnfa_cho_sm.c656 if ( (nfa_cho_cb.p_tx_ndef_msg) in nfa_cho_sm_connected()
783 if (nfa_cho_cb.p_tx_ndef_msg) in nfa_cho_resolve_collision()
785 status = nfa_cho_update_random_number (nfa_cho_cb.p_tx_ndef_msg); in nfa_cho_resolve_collision()
930 if ((free_tx_ndef_msg) && (nfa_cho_cb.p_tx_ndef_msg)) in nfa_cho_proc_rx_handover_msg()
932 GKI_freebuf (nfa_cho_cb.p_tx_ndef_msg); in nfa_cho_proc_rx_handover_msg()
933 nfa_cho_cb.p_tx_ndef_msg = NULL; in nfa_cho_proc_rx_handover_msg()
/external/libnfc-nci/src/nfa/int/
Dnfa_cho_int.h226 UINT8 *p_tx_ndef_msg; /* allocate buffer for tx NDEF msg */ member