Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp.c1315 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line() function
1568 if (hfp_parser_is_end_of_line(byte) == false){ in hfp_parse_byte()
1585 if (hfp_parser_is_end_of_line(byte)){ in hfp_parse()
H A Dhfp_hf.c1524 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line() function
1542 if (!hfp_parser_is_end_of_line(packet[pos])) continue; in hfp_hf_handle_rfcomm_data()
H A Dhfp_ag.c2405 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line() function
2425 if (!hfp_parser_is_end_of_line(packet[pos])) continue; in hfp_ag_handle_rfcomm_data()