nRF Connect SDK API 2.8.99
|
|
inlinestatic |
#include <lib/at_cmd_parser/at_utils.h>
Check if character is a valid AT string separator.
Elements in the AT string can either be separated by ':' or ',', this function will check if the character is either.
[in] | chr | Character that should be examined |
true | If character is ':' or ',' |
false | In all other cases |