Searched refs:hfp_parser_is_end_of_line (Results 1 – 3 of 3) sorted by relevance
1315 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line() function1568 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()
1524 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line() function1542 if (!hfp_parser_is_end_of_line(packet[pos])) continue; in hfp_hf_handle_rfcomm_data()
2405 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line() function2425 if (!hfp_parser_is_end_of_line(packet[pos])) continue; in hfp_ag_handle_rfcomm_data()