Home
last modified time | relevance | path

Searched refs:max_msg_len (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_main.c1069 nfa_hci_cb.max_msg_len = nfa_hci_cb.rsp_buf_size; in nfa_hci_set_receive_buf()
1074 nfa_hci_cb.max_msg_len = NFA_MAX_HCI_EVENT_LEN; in nfa_hci_set_receive_buf()
1088 if ((nfa_hci_cb.msg_len + data_len) > nfa_hci_cb.max_msg_len) in nfa_hci_assemble_msg()
1091 …memcpy (&nfa_hci_cb.p_msg_data[nfa_hci_cb.msg_len], p_data, (nfa_hci_cb.max_msg_len - nfa_hci_cb.m… in nfa_hci_assemble_msg()
1092 nfa_hci_cb.msg_len = nfa_hci_cb.max_msg_len; in nfa_hci_assemble_msg()
1095 …emble HCP packet! Dropping :%u bytes", ((nfa_hci_cb.msg_len + data_len) - nfa_hci_cb.max_msg_len)); in nfa_hci_assemble_msg()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h396 …UINT16 max_msg_len; /* Maximum reassembled message… member