Home
last modified time | relevance | path

Searched refs:check_byte (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dat.h113 int at_check_byte(struct net_buf *buf, char check_byte);
Dat.c27 int at_check_byte(struct net_buf *buf, char check_byte) in at_check_byte() argument
31 if (*str != check_byte) { in at_check_byte()