Searched refs:shell_mqtt_transport_api (Results 1 – 2 of 2) sorted by relevance
30 extern const struct shell_transport_api shell_mqtt_transport_api;109 struct shell_transport _name = { .api = &shell_mqtt_transport_api, \
812 const struct shell_transport_api shell_mqtt_transport_api = { .init = init, variable