Searched refs:sl_si91x_sendto_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 | 282 return sl_si91x_sendto_async(socket, buffer, buffer_length, flags, NULL, 0, callback); in sl_si91x_send_async() 292 return sl_si91x_sendto_async(socket, buffer, buffer_length, flags, addr, addr_len, NULL); in sl_si91x_sendto() 333 int sl_si91x_sendto_async(int socket, in sl_si91x_sendto_async() function
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/inc/ |
| D | sl_si91x_socket.h | 341 int sl_si91x_sendto_async(int socket,
|