Searched refs:at_client_obj_send (Results 1 – 2 of 2) sorted by relevance
219 rt_size_t at_client_obj_send(at_client_t client, const char *buf, rt_size_t size);253 #define at_client_send(buf, size) at_client_obj_send(at_client_get_first(), buf, siz…
511 rt_size_t at_client_obj_send(at_client_t client, const char *buf, rt_size_t size) in at_client_obj_send() function
Completed in 4 milliseconds