Searched refs:mqtt_sn_gateway (Results 1 – 1 of 1) sorted by relevance
66 struct mqtt_sn_gateway { struct77 K_MEM_SLAB_DEFINE_STATIC(gateways, sizeof(struct mqtt_sn_gateway), CONFIG_MQTT_SN_LIB_MAX_GATEWAYS, argument136 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 …]