Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c1629 int len_no_null = MDM_MANUFACTURER_LENGTH - 1; in on_cmd_atcmdinfo_manufacturer() local
1643 if (len < len_no_null) { in on_cmd_atcmdinfo_manufacturer()
1645 } else if (len > len_no_null) { in on_cmd_atcmdinfo_manufacturer()
1664 int len_no_null = MDM_MODEL_LENGTH - 1; in on_cmd_atcmdinfo_model() local
1678 if (len < len_no_null) { in on_cmd_atcmdinfo_model()
1680 } else if (len > len_no_null) { in on_cmd_atcmdinfo_model()