Home
last modified time | relevance | path

Searched refs:p_send_buff (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_at.c744 char *p_send_buff = NULL; in genie_at_cmd_send_data_to_mcu() local
749 p_send_buff = (char *)aos_malloc(send_buff_len); in genie_at_cmd_send_data_to_mcu()
750 if (NULL == p_send_buff) in genie_at_cmd_send_data_to_mcu()
754 memset(p_send_buff, '\0', send_buff_len); in genie_at_cmd_send_data_to_mcu()
756 …len = snprintf(p_send_buff, send_buff_len, "\r\n" AT_RESPONSE_STR "%d,", BLE_MESH_MSG_RX, data_len… in genie_at_cmd_send_data_to_mcu()
759 len += snprintf(p_send_buff + len, send_buff_len - len, "%02X", p_data[i]); in genie_at_cmd_send_data_to_mcu()
762 genie_sal_uart_send_str("%s\r\n", p_send_buff); in genie_at_cmd_send_data_to_mcu()
763 aos_free(p_send_buff); in genie_at_cmd_send_data_to_mcu()

Completed in 4 milliseconds