We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54af281 commit 76b7916Copy full SHA for 76b7916
subsys/bluetooth/host/gatt.c
@@ -4908,6 +4908,8 @@ void bt_gatt_connected(struct bt_conn *conn)
4908
settings_load_subtree_direct(key, ccc_set_direct, (void *)key);
4909
}
4910
4911
+ bt_gatt_foreach_attr(0x0001, 0xffff, update_ccc, &data);
4912
+
4913
/* BLUETOOTH CORE SPECIFICATION Version 5.1 | Vol 3, Part C page 2192:
4914
*
4915
* 10.3.1.1 Handling of GATT indications and notifications
0 commit comments