Searched refs:unsubscribe (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/net/lib/mqtt_sn_packet/src/ |
D | mqtt_sn_packet.c | 77 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/ |
D | mqtt_sn_msg.h | 216 struct mqtt_sn_param_unsubscribe unsubscribe; member
|
D | mqtt_sn.c | 454 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()
|
D | mqtt_sn_encoder.c | 502 result = mqtt_sn_encode_msg_unsubscribe(buf, ¶m->params.unsubscribe); in mqtt_sn_encode_msg()
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 84 after receiving the notification the central should unsubscribe.
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 1315 SHELL_CMD_ARG(unsubscribe, NULL, HELP_NONE, cmd_unsubscribe, 1, 0),
|
D | bt.c | 5014 SHELL_CMD_ARG(past-unsubscribe, NULL, "[conn]",
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 964 * :github:`28685` - Bluetooth: Characteristic unsubscribe under indication load results in ATT time…
|
D | release-notes-3.2.rst | 2022 * :github:`49173` - Bluetooth: empty notification received by peer after unsubscribe
|