Searched refs:subscription (Results 1 – 13 of 13) sorted by relevance
45 Heartbeat subscription50 match the configured subscription parameters.52 Heartbeat subscription is always time limited, and throughout the subscription56 All Heartbeats received with the configured subscription parameters are passed59 When the Heartbeat subscription period ends, the
69 virtual address in its subscription list. This allows nodes to address74 configuration option. The contents of the subscription list is managed by the121 extends another in the same element, the two models will share subscription122 lists. The mesh stack implements this by merging the subscription lists of the125 tree". All models in an extension tree share a single subscription list per
798 * ``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 …]
1924 struct bt_gatt_subscribe_params *subscription; in discover_complete() local1927 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() local1967 subscription = find_subscription(discover_params.end_handle); in discover_func()[all …]
42 CPU idle states). Because the API has a subscription mechanism, it can
72 bool "Automatic re-subscription to characteristics"79 desired for a particular subscription, set the170 bool "GATT Enforce characteristic subscription"
140 bool "Support to enable or disable the subscription of Track Title"143 This option enables support for the subscription of Track Title.
73 sub-add 0100 c000 1000 # add subscription to group address c000 to the LED server
688 * Added a new callback for GATT (un)subscription.689 * Added support for the application to provide subscription information to the1723 * :github:`21798` - Bluetooth: host: Allow GATT client to restore subscription info without resubsc…
850 * Fixed handling of incoming Register messages when wildcard subscription is used.
207 addresses for the subscription list and model publication.
1109 * :github:`38688` - bt_gatt_unsubscribe does not remove subscription from internal list/returning B…
3368 * :github:`51471` - Network protocol MQTT: When qos=1, there is a bug in the subscription and publi…