Searched defs:qos (Results 1 – 2 of 2) sorted by relevance
/btstack/3rd-party/lwip/core/src/apps/mqtt/ |
H A D | mqtt.c | 635 pub_ack_rec_rel_response(mqtt_client_t *client, u8_t msg, u16_t pkt_id, u8_t qos) in pub_ack_rec_rel_response() 712 u8_t qos = MQTT_CTL_PACKET_QOS(client->rx_buffer[0]); in mqtt_message_received() local 1103 …ent_t *client, const char *topic, const void *payload, u16_t payload_length, u8_t qos, u8_t retain, in mqtt_publish() 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()
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | mqtt.h | 193 #define mqtt_subscribe(client, topic, qos, cb, arg) mqtt_sub_unsub(client, topic, qos, cb, arg, 1) argument
|