Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c59 struct mqtt_sn_gateway { struct
70 K_MEM_SLAB_DEFINE_STATIC(gateways, sizeof(struct mqtt_sn_gateway), CONFIG_MQTT_SN_LIB_MAX_GATEWAYS, argument
129 struct mqtt_sn_gateway *gw; in encode_and_send()
317 static void mqtt_sn_gw_destroy(struct mqtt_sn_client *client, struct mqtt_sn_gateway *gw) in mqtt_sn_gw_destroy()
326 struct mqtt_sn_gateway *gw; in mqtt_sn_gw_destroy_all()
336 static struct mqtt_sn_gateway *mqtt_sn_gw_create(uint8_t gw_id, short duration, in mqtt_sn_gw_create()
339 struct mqtt_sn_gateway *gw; in mqtt_sn_gw_create()
364 static struct mqtt_sn_gateway *mqtt_sn_gw_find_id(struct mqtt_sn_client *client, uint16_t gw_id) in mqtt_sn_gw_find_id()
366 struct mqtt_sn_gateway *gw; in mqtt_sn_gw_find_id()
540 struct mqtt_sn_gateway *gw; in mqtt_sn_do_gwinfo()
[all …]