Home
last modified time | relevance | path

Searched refs:subscription (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst45 Heartbeat subscription
50 match the configured subscription parameters.
52 Heartbeat subscription is always time limited, and throughout the subscription
56 All Heartbeats received with the configured subscription parameters are passed
59 When the Heartbeat subscription period ends, the
Daccess.rst69 virtual address in its subscription list. This allows nodes to address
74 configuration option. The contents of the subscription list is managed by the
121 extends another in the same element, the two models will share subscription
122 lists. The mesh stack implements this by merging the subscription lists of the
125 tree". All models in an extension tree share a single subscription list per
Dshell.rst798 * ``MID``: The model ID of the model to add the subscription to.
808 …* ``SubAddr``: 16-bit group address the model should remove from its subscription list (``0xc000``…
809 * ``MID``: The model ID of the model to add the subscription to.
822 * ``MID``: The model ID of the model to add the subscription to.
832 …* ``LabelUUID``: 128-bit label UUID of the virtual address to remove the subscription of. Providi…
833 * ``MID``: The model ID of the model to add the subscription to.
842 …* ``SubAddr``: 16-bit group address the model should added to the subscription list (``0xc000`` to…
843 * ``MID``: The model ID of the model to add the subscription to.
854 …bel UUID of the virtual address as the new Address to be added to the subscription list. Providing…
855 * ``MID``: The model ID of the model to add the subscription to.
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c1924 struct bt_gatt_subscribe_params *subscription; in discover_complete() local
1927 subscription = find_subscription(discover_params.end_handle); in discover_complete()
1928 __ASSERT_NO_MSG(subscription); in discover_complete()
1931 if (!subscription->value_handle) { in discover_complete()
1936 subscription->chan_opt = BT_ATT_CHAN_OPT_NONE; in discover_complete()
1937 if (bt_gatt_subscribe(conn, subscription) < 0) { in discover_complete()
1944 op = subscription->value == BT_GATT_CCC_NOTIFY ? BTP_GATT_CFG_NOTIFY : in discover_complete()
1948 (void)memset(subscription, 0, sizeof(*subscription)); in discover_complete()
1960 struct bt_gatt_subscribe_params *subscription; in discover_func() local
1967 subscription = find_subscription(discover_params.end_handle); in discover_func()
[all …]
/Zephyr-latest/subsys/pm/policy/
DKconfig42 CPU idle states). Because the API has a subscription mechanism, it can
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt72 bool "Automatic re-subscription to characteristics"
79 desired for a particular subscription, set the
170 bool "GATT Enforce characteristic subscription"
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mcs140 bool "Support to enable or disable the subscription of Track Title"
143 This option enables support for the subscription of Track Title.
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst73 sub-add 0100 c000 1000 # add subscription to group address c000 to the LED server
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst688 * Added a new callback for GATT (un)subscription.
689 * Added support for the application to provide subscription information to the
1723 * :github:`21798` - Bluetooth: host: Allow GATT client to restore subscription info without resubsc…
Drelease-notes-3.6.rst850 * Fixed handling of incoming Register messages when wildcard subscription is used.
Drelease-notes-3.5.rst207 addresses for the subscription list and model publication.
Drelease-notes-2.7.rst1109 * :github:`38688` - bt_gatt_unsubscribe does not remove subscription from internal list/returning B…
Drelease-notes-3.3.rst3368 * :github:`51471` - Network protocol MQTT: When qos=1, there is a bug in the subscription and publi…