Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Dat.h40 CME_ERROR_NETWORK_NOT_ALLOWED = 32, enumerator
Dat.c274 if (!at_get_number(at, &val) && val <= CME_ERROR_NETWORK_NOT_ALLOWED) { in cme_handle()