Searched refs:sl_si91x_send_async (Results 1 – 2 of 2) sorted by relevance
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/src/ |
| D | sl_si91x_socket.c | 273 return sl_si91x_send_async(socket, buffer, buffer_length, flags, NULL); in sl_si91x_send() 276 int sl_si91x_send_async(int socket, in sl_si91x_send_async() function 322 bsd_ret_code = sl_si91x_send_async(socket, buffer + offset, chunk_size, flags, NULL); in sl_si91x_send_large_data()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/inc/ |
| D | sl_si91x_socket.h | 282 int sl_si91x_send_async(int socket,
|