Searched refs:MQTT_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
33 #define MQTT_BUFFER_SIZE 256u macro43 static uint8_t rx_buffer[MQTT_BUFFER_SIZE];44 static uint8_t tx_buffer[MQTT_BUFFER_SIZE];258 client_ctx.rx_buf_size = MQTT_BUFFER_SIZE; in aws_client_setup()260 client_ctx.tx_buf_size = MQTT_BUFFER_SIZE; in aws_client_setup()