Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/mqtt_publisher/src/
Dmain.c41 static APP_BMEM uint8_t temp_ws_rx_buf[MQTT_LIB_WEBSOCKET_RECV_BUF_LEN]; variable
350 client->transport.websocket.config.tmp_buf = temp_ws_rx_buf; in client_init()
352 sizeof(temp_ws_rx_buf); in client_init()