zephyr/subsys/modem
Bjarki Arge Andreasen 586504bed8 modem: chat: Track size of script_chat request to avoid strlen()
This commit optimizes the performance of the script chats by
storing the size of requests with the chat script chat, negating
the need to use strlen() within the modem_chat module every time
a chat script chat request is sent.

Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
2023-09-18 14:11:40 +01:00
..
backends modem: backends: uart: fix backend selection 2023-09-11 16:56:39 -04:00
CMakeLists.txt
Kconfig
modem_chat.c modem: chat: Track size of script_chat request to avoid strlen() 2023-09-18 14:11:40 +01:00
modem_cmux.c
modem_pipe.c modem: pipe: Reinvoke receive ready on attach 2023-09-14 16:44:04 -05:00
modem_ppp.c modem: modem_ppp: added net stats 2023-09-15 15:13:06 -05:00