Searched refs:buff_size (Results 1 - 6 of 6) sorted by relevance

/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.c131 uint8_t buffer_size = p_cb->buff_size;
713 uint8_t buff_size, num_buff; local
727 buff_size = *p++;
750 if (buff_size > NCI_ISO_DEP_MAX_INFO) buff_size = NCI_ISO_DEP_MAX_INFO;
844 if (buff_size > NCI_NFC_DEP_MAX_DATA) buff_size = NCI_NFC_DEP_MAX_DATA;
898 p_cb->buff_size = buff_size;
1115 p_cb->buff_size
[all...]
/system/nfc/src/nfc/int/
H A Dnfc_int.h132 uint8_t buff_size; /* the max buffer size for this connection. . */ member in struct:__anon2385
/system/nfc/src/nfa/int/
H A Dnfa_hci_int.h378 uint8_t buff_size; /* Connection buffer size */ member in struct:__anon2222
/system/nfc/src/nfa/hci/
H A Dnfa_hci_main.c642 nfa_hci_cb.buff_size = p_data->conn_create.buff_size;
H A Dnfa_hci_utils.c302 uint16_t max_seg_hcp_pkt_size = nfa_hci_cb.buff_size - NCI_DATA_HDR_SIZE;
/system/nfc/src/nfc/include/
H A Dnfc_api.h340 uint8_t buff_size; /* The max buffer size */ member in struct:__anon2313

Completed in 163 milliseconds