Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/mqtt_sn_packet/src/
Dmqtt_sn_packet.c77 static uint8_t unsubscribe[] = { 7, 0x14, 0x01, 0x1C, 0x1D, 0x12, 0x34 }; variable
468 MQTT_SN_ENCODE_TEST(unsubscribe),
471 .params.unsubscribe = {
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn_msg.h216 struct mqtt_sn_param_unsubscribe unsubscribe; member
Dmqtt_sn.c454 p.params.unsubscribe.msg_id = topic->con.msg_id; in mqtt_sn_do_unsubscribe()
455 p.params.unsubscribe.topic_type = topic->type; in mqtt_sn_do_unsubscribe()
458 p.params.unsubscribe.topic.topic_name.data = topic->name; in mqtt_sn_do_unsubscribe()
459 p.params.unsubscribe.topic.topic_name.size = topic->namelen; in mqtt_sn_do_unsubscribe()
463 p.params.unsubscribe.topic.topic_id = topic->topic_id; in mqtt_sn_do_unsubscribe()
Dmqtt_sn_encoder.c502 result = mqtt_sn_encode_msg_unsubscribe(buf, &param->params.unsubscribe); in mqtt_sn_encode_msg()
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst84 after receiving the notification the central should unsubscribe.
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c1315 SHELL_CMD_ARG(unsubscribe, NULL, HELP_NONE, cmd_unsubscribe, 1, 0),
Dbt.c5014 SHELL_CMD_ARG(past-unsubscribe, NULL, "[conn]",
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst964 * :github:`28685` - Bluetooth: Characteristic unsubscribe under indication load results in ATT time…
Drelease-notes-3.2.rst2022 * :github:`49173` - Bluetooth: empty notification received by peer after unsubscribe