Searched refs:CME_ERROR_NETWORK_NOT_ALLOWED (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ | ||
D | at.h | 40 CME_ERROR_NETWORK_NOT_ALLOWED = 32, enumerator |
D | at.c | 274 if (!at_get_number(at, &val) && val <= CME_ERROR_NETWORK_NOT_ALLOWED) { in cme_handle() |