Lines Matching full:modem
2 * @brief Modem socket header file.
4 * Generic modem socket and packet size implementation for modem context
33 /** The number identifying the socket handle inside the modem */
63 /* dynamically assign id when modem socket is allocated */
91 * @brief Initialize modem socket config struct and associated modem sockets
94 * @param sockets The array of sockets associated with the modem socket config
95 * @param sockets_len The length of the array of sockets associated with the modem socket config
96 * @param base_socket_id The lowest socket id supported by the modem
97 * @param assign_id Dynamically assign modem socket id when allocated using modem_socket_get()
108 * @brief Check if modem socket has been allocated
110 * @details A modem socket is allocated after a successful invocation of modem_socket_get, and
117 * @param cfg The modem socket config which the modem socket belongs to
118 * @param sock The modem socket which is checked
127 * @brief Check if modem socket id has been assigned
129 * @note An assigned modem socket will have an id between base_socket_id and
132 * @param cfg The modem socket config which the modem socket belongs to
133 * @param sock The modem socket for which the id is checked
142 * @brief Assign id to modem socket
144 * @param cfg The modem socket config which the modem socket belongs to
145 * @param sock The modem socket for which the id will be assigned
146 * @param id The id to assign to the modem socket