Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Ddevice.h54 void device_command_handler(uint8_t *command);
Ddevice.c44 void device_command_handler(uint8_t *command) in device_command_handler() function
Dmqtt_client.c144 device_command_handler(payload); in on_mqtt_publish()