nRF Connect SDK API 2.8.99
|
|
static |
#include <lib/at_cmd_parser/at_utils.h>
Check if a string is a beginning of an AT CLAC response.
This function will check if the string is a CLAC response prefix. Valid prefixes: AT+ and AT%, except ATX
[in] | str | String to examine |
true | If the string is a CLAC response |
false | Otherwise |