Searched refs:mqtt_sub_unsub (Results 1 – 2 of 2) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | mqtt.h | 189 err_t mqtt_sub_unsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void… 193 #define mqtt_subscribe(client, topic, qos, cb, arg) mqtt_sub_unsub(client, topic, qos, cb, arg, 1) 196 #define mqtt_unsubscribe(client, topic, cb, arg) mqtt_sub_unsub(client, topic, 0, cb, arg, 0)
|
/btstack/3rd-party/lwip/core/src/apps/mqtt/ |
H A D | mqtt.c | 1179 mqtt_sub_unsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg,… in mqtt_sub_unsub() function
|