Searched refs:MQTT_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
32 #define MQTT_BUFFER_SIZE 256u macro42 static uint8_t rx_buffer[MQTT_BUFFER_SIZE];43 static uint8_t tx_buffer[MQTT_BUFFER_SIZE];257 client_ctx.rx_buf_size = MQTT_BUFFER_SIZE; in aws_client_setup()259 client_ctx.tx_buf_size = MQTT_BUFFER_SIZE; in aws_client_setup()