The type parameter has been removed and a new bool parameter has been added to indicate if the client should delete the attribute database previously retrieved (if applicable) for the peripheral, default value is true.
If set to false the client will use the attribute database it retrieved from the peripheral when previously connected. This allows for faster connections and power saving if the devices dropped connection and are reconnecting.
diff --git a/md__new__user__guide.html b/md__new__user__guide.html
index b89f909..5065e70 100644
--- a/md__new__user__guide.html
+++ b/md__new__user__guide.html
@@ -25,7 +25,7 @@
- esp-nimble-cpp 2.2.0
+ esp-nimble-cpp 2.2.1
|
@@ -122,7 +122,7 @@ Only retrieve the services and characteristics needed
Check return values
-Many user issues can be avoided by checking if a function returned successfully, by either testing for true/false such as when calling NimBLEClient::connect
,
+
Many user issues can be avoided by checking if a function returned successfully, by either testing for true/false such as when calling NimBLEClient::connect
,
or nullptr such as when calling NimBLEClient::getService
. The latter being a must, as calling a method on a nullptr will surely result in a crash.
Most of the functions in this library return something that should be checked before proceeding.
diff --git a/navtreedata.js b/navtreedata.js
index d32306f..1db2224 100644
--- a/navtreedata.js
+++ b/navtreedata.js
@@ -27,66 +27,69 @@ var NAVTREE =
[ "esp-nimble-cpp", "index.html", [
[ "Overview", "index.html", "index" ],
[ "Changelog", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html", [
+ [ "[2.2.1] 2025-02-28", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md221-2025-02-28", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed", null ],
[ "[2.2.0] 2025-02-24", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-1", null ],
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added", null ],
[ "[2.1.1] 2025-01-26", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2", null ],
[ "[2.1.0] 2025-01-12", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-1", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed", null ],
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1", null ],
[ "[2.0.3] 2025-01-05", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-1", null ],
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2", null ],
[ "[2.0.2] 2024-12-21", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2", null ],
[ "[2.0.1] 2024-12-16", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md201-2024-12-16", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3", null ],
[ "[2.0.0] 2024-12-14", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md200-2024-12-14", null ],
[ "Breaking changes", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5", [
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7", [
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4", null ],
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3", null ]
] ],
[ "[1.4.1] - 2022-10-30", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-30", [
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5", null ],
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4", null ]
] ],
[ "[1.4.0] - 2022-07-31", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31", [
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6", null ],
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5", null ]
] ],
[ "[1.3.3] - 2022-02-15", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15", [
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10", null ]
] ],
[ "[1.3.2] - 2022-01-15", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15", [
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11", null ],
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8", null ]
] ],
[ "[1.3.1] - 2021-08-04", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04", [
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12", null ]
] ],
[ "[1.3.0] - 2021-08-02", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02", [
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13", null ]
] ],
[ "[1.2.0] - 2021-02-08", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08", [
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14", null ]
] ],
[ "[1.1.0] - 2021-01-20", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20", [
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-15", null ]
] ],
[ "[1.0.2] - 2020-09-13", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13", [
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12", null ]
@@ -94,7 +97,7 @@ var NAVTREE =
[ "[1.0.1] - 2020-09-02", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02", [
[ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-10", null ],
[ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-16", null ]
] ],
[ "[1.0.0] - 2020-08-22", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22", null ]
] ],
@@ -194,8 +197,8 @@ var NAVTREEINDEX =
[
"_h_i_d_keyboard_types_8h_source.html",
"class_nim_b_l_e_characteristic.html#aabdc2745d2523239a9ab3f02e39aa3cf",
-"class_nim_b_l_e_scan.html#ad421a09eeb021755b193a7a5e01f183b",
-"md__migration__guide.html#remote-services-1"
+"class_nim_b_l_e_scan.html#acaa40328d16e040e9f92cba4819cb045",
+"md__migration__guide.html#header-files"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/navtreeindex0.js b/navtreeindex0.js
index 1c92274..146d382 100644
--- a/navtreeindex0.js
+++ b/navtreeindex0.js
@@ -247,7 +247,7 @@ var NAVTREEINDEX0 =
"class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954":[8,0,8,20],
"class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954":[8,0,8,19],
"class_nim_b_l_e_characteristic.html#aa5eb7de28ee6ec5661acac5c07abb11c":[8,0,8,16],
-"class_nim_b_l_e_characteristic.html#aa824e4b90d8f9418d7c9ccc8735a6e31":[8,0,8,15],
"class_nim_b_l_e_characteristic.html#aa824e4b90d8f9418d7c9ccc8735a6e31":[8,0,8,14],
+"class_nim_b_l_e_characteristic.html#aa824e4b90d8f9418d7c9ccc8735a6e31":[8,0,8,15],
"class_nim_b_l_e_characteristic.html#aa9817ffdcc2d57e65e4ec3d88836af3f":[8,0,8,5]
};
diff --git a/navtreeindex1.js b/navtreeindex1.js
index 746d595..4dcef0d 100644
--- a/navtreeindex1.js
+++ b/navtreeindex1.js
@@ -16,42 +16,43 @@ var NAVTREEINDEX1 =
"class_nim_b_l_e_characteristic_callbacks.html#a6f9b1f0f15492e3d47662e5e2ff0baee":[8,0,9,1],
"class_nim_b_l_e_characteristic_callbacks.html#ab4edbb758f0212fd190dedad6c9b8ec9":[8,0,9,3],
"class_nim_b_l_e_client.html":[8,0,10],
-"class_nim_b_l_e_client.html#a004a85999b1ee4283e1e8e1e31090cca":[8,0,10,28],
-"class_nim_b_l_e_client.html#a0accd665926ea77d85ecb483b2b853fe":[8,0,10,8],
-"class_nim_b_l_e_client.html#a0bdaf55b06367d1abd6f59bfbe1e8689":[8,0,10,23],
-"class_nim_b_l_e_client.html#a0f940c51807469db1f1802b742180beb":[8,0,10,4],
-"class_nim_b_l_e_client.html#a1019178a12799ca2c3a84f523b3a7db9":[8,0,10,7],
-"class_nim_b_l_e_client.html#a165957953c2773dacc6a203c969f6069":[8,0,10,36],
-"class_nim_b_l_e_client.html#a17718339f76eb621db0d7919c73b9267":[8,0,10,27],
-"class_nim_b_l_e_client.html#a19d97b47f01f0862e04f3011752b2f2f":[8,0,10,9],
-"class_nim_b_l_e_client.html#a2645d4a2f8e381bf9bbffdfca846ae17":[8,0,10,18],
+"class_nim_b_l_e_client.html#a004a85999b1ee4283e1e8e1e31090cca":[8,0,10,29],
+"class_nim_b_l_e_client.html#a0accd665926ea77d85ecb483b2b853fe":[8,0,10,9],
+"class_nim_b_l_e_client.html#a0bdaf55b06367d1abd6f59bfbe1e8689":[8,0,10,24],
+"class_nim_b_l_e_client.html#a0f940c51807469db1f1802b742180beb":[8,0,10,5],
+"class_nim_b_l_e_client.html#a1019178a12799ca2c3a84f523b3a7db9":[8,0,10,8],
+"class_nim_b_l_e_client.html#a165957953c2773dacc6a203c969f6069":[8,0,10,37],
+"class_nim_b_l_e_client.html#a17718339f76eb621db0d7919c73b9267":[8,0,10,28],
+"class_nim_b_l_e_client.html#a19d97b47f01f0862e04f3011752b2f2f":[8,0,10,10],
+"class_nim_b_l_e_client.html#a2645d4a2f8e381bf9bbffdfca846ae17":[8,0,10,19],
"class_nim_b_l_e_client.html#a26c8117d56d8b637780390a6506716be":[8,0,10,2],
"class_nim_b_l_e_client.html#a27e53c3746bc2d20ea7cfcea1a123cbf":[8,0,10,3],
-"class_nim_b_l_e_client.html#a2dac3bd373134ae6d22e3b5c96ed65ef":[8,0,10,24],
-"class_nim_b_l_e_client.html#a36b298b70a42d32b8d578869b0763140":[8,0,10,6],
-"class_nim_b_l_e_client.html#a3903fb7589e2b8b781f8f81f9e0f2a83":[8,0,10,22],
-"class_nim_b_l_e_client.html#a44a6f7f9379e2fc129c37915636db61f":[8,0,10,16],
-"class_nim_b_l_e_client.html#a4e8b16bb2c8ba3534bbd04803a411911":[8,0,10,30],
-"class_nim_b_l_e_client.html#a50b691f395c4dcf4b633efede0783805":[8,0,10,13],
-"class_nim_b_l_e_client.html#a665a5ef97b3ab0307bccc54872d3c218":[8,0,10,32],
-"class_nim_b_l_e_client.html#a668d476de250055a106a9f46bb7719f3":[8,0,10,5],
-"class_nim_b_l_e_client.html#a6b801e91a37745445499dadfb4c38597":[8,0,10,10],
-"class_nim_b_l_e_client.html#a6ca4e212d5b69d4759bd695def020525":[8,0,10,17],
-"class_nim_b_l_e_client.html#a7f3230e45ac77bd4cb50b5c270f9c74c":[8,0,10,15],
-"class_nim_b_l_e_client.html#a89d5aee4deaba953b8f77af75e3ee910":[8,0,10,31],
-"class_nim_b_l_e_client.html#a8ead2efdfdf23db4f7847a133939cd75":[8,0,10,34],
-"class_nim_b_l_e_client.html#a967d0c75083706f336f2283eac6d0de2":[8,0,10,33],
+"class_nim_b_l_e_client.html#a2b49bc73802bf716cf3df3b5a93f0543":[8,0,10,4],
+"class_nim_b_l_e_client.html#a2dac3bd373134ae6d22e3b5c96ed65ef":[8,0,10,25],
+"class_nim_b_l_e_client.html#a36b298b70a42d32b8d578869b0763140":[8,0,10,7],
+"class_nim_b_l_e_client.html#a3903fb7589e2b8b781f8f81f9e0f2a83":[8,0,10,23],
+"class_nim_b_l_e_client.html#a44a6f7f9379e2fc129c37915636db61f":[8,0,10,17],
+"class_nim_b_l_e_client.html#a4e8b16bb2c8ba3534bbd04803a411911":[8,0,10,31],
+"class_nim_b_l_e_client.html#a50b691f395c4dcf4b633efede0783805":[8,0,10,14],
+"class_nim_b_l_e_client.html#a665a5ef97b3ab0307bccc54872d3c218":[8,0,10,33],
+"class_nim_b_l_e_client.html#a668d476de250055a106a9f46bb7719f3":[8,0,10,6],
+"class_nim_b_l_e_client.html#a6b801e91a37745445499dadfb4c38597":[8,0,10,11],
+"class_nim_b_l_e_client.html#a6ca4e212d5b69d4759bd695def020525":[8,0,10,18],
+"class_nim_b_l_e_client.html#a7f3230e45ac77bd4cb50b5c270f9c74c":[8,0,10,16],
+"class_nim_b_l_e_client.html#a89d5aee4deaba953b8f77af75e3ee910":[8,0,10,32],
+"class_nim_b_l_e_client.html#a8ead2efdfdf23db4f7847a133939cd75":[8,0,10,35],
+"class_nim_b_l_e_client.html#a967d0c75083706f336f2283eac6d0de2":[8,0,10,34],
"class_nim_b_l_e_client.html#ab09639b499fdcd0021a2432b2b8203f5":[8,0,10,0],
-"class_nim_b_l_e_client.html#ac053fba7c84201dc6e7455231cf99f4a":[8,0,10,11],
-"class_nim_b_l_e_client.html#ac1e517e5a57b0bd05d4bafa66a17f1bd":[8,0,10,12],
-"class_nim_b_l_e_client.html#ad168d34de0f57f91824a78688b88b2b8":[8,0,10,35],
-"class_nim_b_l_e_client.html#ad89d8202400ecb573ce0e2ec5fc801dc":[8,0,10,26],
-"class_nim_b_l_e_client.html#ad8ba10522d79af1136019606802f0978":[8,0,10,20],
-"class_nim_b_l_e_client.html#adefe48b87e8a814e1643cdb8c3759298":[8,0,10,21],
-"class_nim_b_l_e_client.html#ae22379ab10bd82932d2303fb3753c366":[8,0,10,19],
-"class_nim_b_l_e_client.html#aeb0593ebffa7e8833e5854480e41cce5":[8,0,10,14],
-"class_nim_b_l_e_client.html#aeb3675ab243ae6f0e4e7165cd07f7b80":[8,0,10,29],
-"class_nim_b_l_e_client.html#aeede4deef7421b9121387a786c07820c":[8,0,10,25],
+"class_nim_b_l_e_client.html#ac053fba7c84201dc6e7455231cf99f4a":[8,0,10,12],
+"class_nim_b_l_e_client.html#ac1e517e5a57b0bd05d4bafa66a17f1bd":[8,0,10,13],
+"class_nim_b_l_e_client.html#ad168d34de0f57f91824a78688b88b2b8":[8,0,10,36],
+"class_nim_b_l_e_client.html#ad89d8202400ecb573ce0e2ec5fc801dc":[8,0,10,27],
+"class_nim_b_l_e_client.html#ad8ba10522d79af1136019606802f0978":[8,0,10,21],
+"class_nim_b_l_e_client.html#adefe48b87e8a814e1643cdb8c3759298":[8,0,10,22],
+"class_nim_b_l_e_client.html#ae22379ab10bd82932d2303fb3753c366":[8,0,10,20],
+"class_nim_b_l_e_client.html#aeb0593ebffa7e8833e5854480e41cce5":[8,0,10,15],
+"class_nim_b_l_e_client.html#aeb3675ab243ae6f0e4e7165cd07f7b80":[8,0,10,30],
+"class_nim_b_l_e_client.html#aeede4deef7421b9121387a786c07820c":[8,0,10,26],
"class_nim_b_l_e_client.html#af77b2a5390ea811e9405ff81dba8ecac":[8,0,10,1],
"class_nim_b_l_e_client_callbacks.html":[8,0,11],
"class_nim_b_l_e_client_callbacks.html#a4e91ebb66e46b7f3ccc6291ece0b549c":[8,0,11,9],
@@ -248,6 +249,5 @@ var NAVTREEINDEX1 =
"class_nim_b_l_e_scan.html#aabbf3f1804a844a7db0284ecc2b78408":[8,0,26,7],
"class_nim_b_l_e_scan.html#aad9cd2462d00d7c0fa39d095aa2d8e81":[8,0,26,11],
"class_nim_b_l_e_scan.html#ab788ad282fdbf4467302f6ad2d4d6016":[8,0,26,5],
-"class_nim_b_l_e_scan.html#ac1307f30a881688d3a4d57bac7abe02c":[8,0,26,16],
-"class_nim_b_l_e_scan.html#acaa40328d16e040e9f92cba4819cb045":[8,0,26,2]
+"class_nim_b_l_e_scan.html#ac1307f30a881688d3a4d57bac7abe02c":[8,0,26,16]
};
diff --git a/navtreeindex2.js b/navtreeindex2.js
index 354ca53..d06e94d 100644
--- a/navtreeindex2.js
+++ b/navtreeindex2.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX2 =
{
+"class_nim_b_l_e_scan.html#acaa40328d16e040e9f92cba4819cb045":[8,0,26,2],
"class_nim_b_l_e_scan.html#ad421a09eeb021755b193a7a5e01f183b":[8,0,26,0],
"class_nim_b_l_e_scan.html#ade1492b5d1b5d97efa76cd41583bfc96":[8,0,26,4],
"class_nim_b_l_e_scan_callbacks.html":[8,0,27],
@@ -169,65 +170,68 @@ var NAVTREEINDEX2 =
"md_1_8x__to2_8x__migration__guide.html#services":[2,4,0],
"md_1_8x__to2_8x__migration__guide.html#utilities":[2,9],
"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html":[1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added":[1,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1":[1,7],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-10":[1,30,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2":[1,11],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3":[1,20,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4":[1,21,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5":[1,22,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6":[1,24,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7":[1,26,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8":[1,27,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9":[1,28,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22":[1,31],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02":[1,30],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13":[1,29],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20":[1,28],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08":[1,27],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02":[1,26],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04":[1,25],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15":[1,24],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15":[1,23],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31":[1,22],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-30":[1,21],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md200-2024-12-14":[1,18],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md201-2024-12-16":[1,15],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21":[1,12],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05":[1,8],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12":[1,4],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26":[1,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24":[1,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes":[1,19],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed":[1,6],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-1":[1,10],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10":[1,27,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11":[1,28,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12":[1,29,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13":[1,30,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2":[1,14],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3":[1,17],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4":[1,20,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5":[1,21,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6":[1,22,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7":[1,23,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8":[1,24,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9":[1,26,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed":[1,3],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-1":[1,5],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10":[1,25,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11":[1,26,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12":[1,27,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13":[1,28,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added":[1,4],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1":[1,10],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-10":[1,33,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2":[1,14],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3":[1,23,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4":[1,24,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5":[1,25,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6":[1,27,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7":[1,29,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8":[1,30,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9":[1,31,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22":[1,34],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02":[1,33],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13":[1,32],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20":[1,31],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08":[1,30],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02":[1,29],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04":[1,28],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15":[1,27],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15":[1,26],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31":[1,25],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-30":[1,24],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md200-2024-12-14":[1,21],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md201-2024-12-16":[1,18],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21":[1,15],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05":[1,11],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12":[1,7],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26":[1,5],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24":[1,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md221-2025-02-28":[1,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes":[1,22],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed":[1,9],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-1":[1,13],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10":[1,30,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11":[1,31,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12":[1,32,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13":[1,33,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2":[1,17],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3":[1,20],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4":[1,23,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5":[1,24,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6":[1,25,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7":[1,26,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8":[1,27,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9":[1,29,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed":[1,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-1":[1,3],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10":[1,26,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11":[1,27,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12":[1,28,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13":[1,29,2],
"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14":[1,30,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2":[1,9],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3":[1,13],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4":[1,16],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5":[1,20],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6":[1,21,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7":[1,22,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8":[1,23,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9":[1,24,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-15":[1,31,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-16":[1,33,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2":[1,6],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3":[1,8],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4":[1,12],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5":[1,16],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6":[1,19],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7":[1,23],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8":[1,24,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9":[1,25,0],
"md__bluetooth_015_01features.html":[3],
"md__bluetooth_015_01features.html#about-extended-advertising":[3,0],
"md__bluetooth_015_01features.html#enabling-extended-advertising":[3,1],
@@ -245,9 +249,5 @@ var NAVTREEINDEX2 =
"md__migration__guide.html#descriptor-callbacks":[4,1,2,1],
"md__migration__guide.html#descriptors":[4,1,2],
"md__migration__guide.html#example":[4,1,2,0],
-"md__migration__guide.html#general-information":[4,0],
-"md__migration__guide.html#header-files":[4,0,0],
-"md__migration__guide.html#is-now":[4,1,1,1],
-"md__migration__guide.html#originally":[4,1,1,0],
-"md__migration__guide.html#remote-characteristics-1":[4,3,1]
+"md__migration__guide.html#general-information":[4,0]
};
diff --git a/navtreeindex3.js b/navtreeindex3.js
index 777a444..7a383e6 100644
--- a/navtreeindex3.js
+++ b/navtreeindex3.js
@@ -1,5 +1,9 @@
var NAVTREEINDEX3 =
{
+"md__migration__guide.html#header-files":[4,0,0],
+"md__migration__guide.html#is-now":[4,1,1,1],
+"md__migration__guide.html#originally":[4,1,1,0],
+"md__migration__guide.html#remote-characteristics-1":[4,3,1],
"md__migration__guide.html#remote-services-1":[4,3,0],
"md__migration__guide.html#security-api":[4,5],
"md__migration__guide.html#server-api":[4,1],
diff --git a/nimconfig_8h.html b/nimconfig_8h.html
index 07b2538..93458ca 100644
--- a/nimconfig_8h.html
+++ b/nimconfig_8h.html
@@ -25,7 +25,7 @@