Searched refs:at_check_byte (Results 1 – 2 of 2) sorted by relevance
/subsys/bluetooth/host/classic/ |
A D | at.c | 27 int at_check_byte(struct net_buf *buf, char check_byte) in at_check_byte() function 79 if ((!strncmp(str, "OK", 2)) && (at_check_byte(buf, '\n') == 0)) { in at_parse_result() 84 if ((!strncmp(str, "ERROR", 5)) && (at_check_byte(buf, '\n')) == 0) { in at_parse_result() 184 err = at_check_byte(buf, '\r'); in at_state_start() 197 err = at_check_byte(buf, '\n'); in at_state_start_cr() 209 if (at_check_byte(buf, '+') == 0) { in at_state_start_lf() 408 err = at_check_byte(buf, '\n'); in at_cmd_state_end_lf()
|
A D | at.h | 113 int at_check_byte(struct net_buf *buf, char check_byte);
|
Completed in 21 milliseconds