Searched refs:max_buff_size (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 1327 char* p_buff, const uint8_t max_buff_size) { in nfa_hciu_get_type_inst_names() argument 1330 xx = snprintf(p_buff, max_buff_size, "Type: %s [0x%02x] ", in nfa_hciu_get_type_inst_names() 1335 snprintf(&p_buff[xx], max_buff_size - xx, "Inst: %s [0x%02x] ", in nfa_hciu_get_type_inst_names() 1340 snprintf(&p_buff[xx], max_buff_size - xx, "Evt: %s [0x%02x] ", in nfa_hciu_get_type_inst_names() 1345 snprintf(&p_buff[xx], max_buff_size - xx, "Resp: %s [0x%02x] ", in nfa_hciu_get_type_inst_names() 1350 snprintf(&p_buff[xx], max_buff_size - xx, "Inst: %u ", inst); in nfa_hciu_get_type_inst_names()
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_int.h | 527 const uint8_t max_buff_size);
|