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.c66 struct mqtt_sn_gateway { struct
77 K_MEM_SLAB_DEFINE_STATIC(gateways, sizeof(struct mqtt_sn_gateway), CONFIG_MQTT_SN_LIB_MAX_GATEWAYS, argument
136 struct mqtt_sn_gateway *gw; in encode_and_send()
324 static void mqtt_sn_gw_destroy(struct mqtt_sn_client *client, struct mqtt_sn_gateway *gw) in mqtt_sn_gw_destroy()
333 struct mqtt_sn_gateway *gw; in mqtt_sn_gw_destroy_all()
343 static struct mqtt_sn_gateway *mqtt_sn_gw_create(uint8_t gw_id, short duration, in mqtt_sn_gw_create()
346 struct mqtt_sn_gateway *gw; in mqtt_sn_gw_create()
371 static struct mqtt_sn_gateway *mqtt_sn_gw_find_by_id(struct mqtt_sn_client *client, uint16_t gw_id) in mqtt_sn_gw_find_by_id()
373 struct mqtt_sn_gateway *gw; in mqtt_sn_gw_find_by_id()
585 struct mqtt_sn_gateway *gw; in mqtt_sn_do_gwinfo()
[all …]