Searched refs:at_check_byte (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
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() 162 err = at_check_byte(buf, '\r'); in at_state_start() 175 err = at_check_byte(buf, '\n'); in at_state_start_cr() 187 if (at_check_byte(buf, '+') == 0) { in at_state_start_lf() 386 err = at_check_byte(buf, '\n'); in at_cmd_state_end_lf()
|
D | at.h | 113 int at_check_byte(struct net_buf *buf, char check_byte);
|