Searched refs:subscriptions (Results 1 – 12 of 12) sorted by relevance
53 the message broker saves all subscriptions. When the client57 all subscriptions are reinstated and all stored messages are sent to
95 :c:struct:`bt_gatt_subscribe_params` as parameters. Multiple subscriptions to101 When subscriptions are removed ``notify`` callback is called with the data
54 - :kconfig:option:`CONFIG_AWS_QOS`: The QoS level for subscriptions and publications.
26 is responsible for managing client subscriptions and distributing messages
186 subscriptions can be configured using Kconfig.
1877 static struct bt_gatt_subscribe_params subscriptions[MAX_SUBSCRIPTIONS]; variable1882 if (subscriptions[i].ccc_handle == ccc_handle) { in find_subscription()1883 return &subscriptions[i]; in find_subscription()
80 static struct gatt_sub subscriptions[SUB_MAX]; variable3571 for (int i = 0; i < ARRAY_SIZE(subscriptions); i++) { in gatt_sub_find()3572 struct gatt_sub *sub = &subscriptions[i]; in gatt_sub_find()3605 for (int i = 0; i < ARRAY_SIZE(subscriptions); i++) { in gatt_sub_find_by_addr()3606 struct gatt_sub *sub = &subscriptions[i]; in gatt_sub_find_by_addr()6446 for (int i = 0; i < ARRAY_SIZE(subscriptions); i++) { in find_gatt_sub()6447 struct gatt_sub *sub = &subscriptions[i]; in find_gatt_sub()
123 two models into one, combining the number of subscriptions the models can have
839 Overwrite all model subscriptions with a single new group address.849 Overwrite all model subscriptions with a single new virtual address. Models only receive861 Remove all group and virtual address subscriptions from of a model.
1007 …1375` - GATT: gatt_write_ccc_rsp with error (0x0e) removes always beginning from subscriptions head1047 * :github:`21103` - Bluetooth: host: Reduce overhead of GATT subscriptions
1187 …tten before bonding when bonding has completed which leads to loss of subscriptions on device reset
1820 int "Maximum number of group address subscriptions per model"