Searched refs:CAPIDTMF_RECV_DIGIT_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
46 #define CAPIDTMF_RECV_DIGIT_BUFFER_SIZE 32 macro51 byte digit_buffer[CAPIDTMF_RECV_DIGIT_BUFFER_SIZE];
478 j = (j == CAPIDTMF_RECV_DIGIT_BUFFER_SIZE - 1) ? 0 : j + 1; in capidtmf_recv_indication()650 i = (p_state->recv.digit_write_pos == CAPIDTMF_RECV_DIGIT_BUFFER_SIZE - 1) ? in capidtmf_recv_block()
6555 byte dtmf_code_buffer[CAPIDTMF_RECV_DIGIT_BUFFER_SIZE + 1]; in nl_ind()