Put BLE functions in a task running on the NimBLE stack core
When commands are sent to the stack from a different core they can experience delays in execution.
This library detects this and invokes the esp32 IPC to reroute these commands through the correct core but this also increases overhead.
Therefore it is highly recommended to create tasks for BLE to run on the same core, the macro CONFIG_BT_NIMBLE_PINNED_TO_CORE
can be used to set the core.
-
+
Do not delete client instances unless necessary or unused
When a client instance has been created and has connected to a peer device and it has retrieved service/characteristic information it will store that data for the life of the client instance.
If you are periodically connecting to the same devices and you have deleted the client instance or the services when connecting again it will cause a retrieval of that information from the peer again.
@@ -105,7 +105,7 @@ Do not delete client instances unless necessary or unused
-
+
Only retrieve the services and characteristics needed
As a client the use of NimBLEClient::getServices
or NimBLERemoteService::getCharacteristics
and using true
for the parameter should be limited to devices that are not known.
Instead NimBLEClient::getService(NimBLEUUID)
or NimBLERemoteService::getCharacteristic(NimBLEUUID)
should be used to access certain attributes that are useful to the application.
@@ -113,7 +113,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
,
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.
@@ -121,7 +121,7 @@ Check return values
-
+
There will be bugs - please report them
No code is bug free and unit testing will not find them all on it's own. If you encounter a bug, please report it along with any logs and decoded backtrace if applicable.
Best efforts will be made to correct any errors ASAP.
diff --git a/navtreedata.js b/navtreedata.js
index fa9ea27..f404d3d 100644
--- a/navtreedata.js
+++ b/navtreedata.js
@@ -26,104 +26,109 @@ var NAVTREE =
[
[ "esp-nimble-cpp", "index.html", [
[ "Overview", "index.html", [
- [ "What is NimBLE?", "index.html#autotoc_md42", null ],
- [ "ESP-IDF Installation", "index.html#autotoc_md43", null ],
- [ "Using", "index.html#autotoc_md46", null ],
- [ "Need help? Have a question or suggestion?", "index.html#autotoc_md47", null ],
- [ "Acknowledgments", "index.html#autotoc_md48", null ]
+ [ "What is NimBLE?", "index.html#autotoc_md46", null ],
+ [ "ESP-IDF Installation", "index.html#autotoc_md47", null ],
+ [ "Using", "index.html#autotoc_md50", null ],
+ [ "Need help? Have a question or suggestion?", "index.html#autotoc_md51", null ],
+ [ "Acknowledgments", "index.html#autotoc_md52", null ]
] ],
- [ "Changelog", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html", [
- [ "[1.4.0] - 2022-07-31", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md1", [
- [ "Fixed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md2", null ],
- [ "Changed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md3", null ],
- [ "Added", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md4", null ]
+ [ "Changelog", "md__github_workspace__c_h_a_n_g_e_l_o_g.html", [
+ [ "[1.4.1] - 2022-10-30", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md1", [
+ [ "Fixed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md2", null ],
+ [ "Changed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md3", null ],
+ [ "Added", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md4", null ]
] ],
- [ "[1.3.3] - 2022-02-15", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md5", [
- [ "Changed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md6", null ],
- [ "Fixed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md7", null ]
+ [ "[1.4.0] - 2022-07-31", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md5", [
+ [ "Fixed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md6", null ],
+ [ "Changed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md7", null ],
+ [ "Added", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md8", null ]
] ],
- [ "[1.3.2] - 2022-01-15", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md8", [
- [ "Fixed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md9", null ],
- [ "Added", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md10", null ],
- [ "Changed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md11", null ]
+ [ "[1.3.3] - 2022-02-15", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md9", [
+ [ "Changed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md10", null ],
+ [ "Fixed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md11", null ]
] ],
- [ "[1.3.1] - 2021-08-04", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md12", [
- [ "Fixed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md13", null ]
+ [ "[1.3.2] - 2022-01-15", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md12", [
+ [ "Fixed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md13", null ],
+ [ "Added", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md14", null ],
+ [ "Changed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md15", null ]
] ],
- [ "[1.3.0] - 2021-08-02", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md14", [
- [ "Added", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md15", null ],
- [ "Changed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md16", null ],
- [ "Fixed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md17", null ]
+ [ "[1.3.1] - 2021-08-04", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md16", [
+ [ "Fixed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md17", null ]
] ],
- [ "[1.2.0] - 2021-02-08", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md18", [
- [ "Added", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md19", null ],
- [ "Changed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md20", null ],
- [ "Fixed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md21", null ]
+ [ "[1.3.0] - 2021-08-02", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md18", [
+ [ "Added", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md19", null ],
+ [ "Changed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md20", null ],
+ [ "Fixed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md21", null ]
] ],
- [ "[1.1.0] - 2021-01-20", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md22", [
- [ "Added", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md23", null ],
- [ "Changed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md24", null ],
- [ "Fixed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md25", null ]
+ [ "[1.2.0] - 2021-02-08", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md22", [
+ [ "Added", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md23", null ],
+ [ "Changed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md24", null ],
+ [ "Fixed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md25", null ]
] ],
- [ "[1.0.2] - 2020-09-13", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md26", [
- [ "Changed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md27", null ]
+ [ "[1.1.0] - 2021-01-20", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md26", [
+ [ "Added", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md27", null ],
+ [ "Changed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md28", null ],
+ [ "Fixed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md29", null ]
] ],
- [ "[1.0.1] - 2020-09-02", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md28", [
- [ "Added", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md29", null ],
- [ "Changed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md30", null ],
- [ "Fixed", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md31", null ]
+ [ "[1.0.2] - 2020-09-13", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md30", [
+ [ "Changed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md31", null ]
] ],
- [ "[1.0.0] - 2020-08-22", "md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md32", null ]
+ [ "[1.0.1] - 2020-09-02", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md32", [
+ [ "Added", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md33", null ],
+ [ "Changed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md34", null ],
+ [ "Fixed", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md35", null ]
+ ] ],
+ [ "[1.0.0] - 2020-08-22", "md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md36", null ]
] ],
[ "Bluetooth 5.x features", "md__bluetooth_5_features.html", [
- [ "About extended advertising", "md__bluetooth_5_features.html#autotoc_md34", null ],
- [ "Enabling extended advertising", "md__bluetooth_5_features.html#autotoc_md35", null ]
+ [ "About extended advertising", "md__bluetooth_5_features.html#autotoc_md38", null ],
+ [ "Enabling extended advertising", "md__bluetooth_5_features.html#autotoc_md39", null ]
] ],
[ "Improvements and updates", "md__improvements_and_updates.html", [
- [ "Server", "md__improvements_and_updates.html#autotoc_md37", null ],
- [ "Advertising", "md__improvements_and_updates.html#autotoc_md38", null ],
- [ "Client", "md__improvements_and_updates.html#autotoc_md39", null ],
- [ "General", "md__improvements_and_updates.html#autotoc_md40", null ]
+ [ "Server", "md__improvements_and_updates.html#autotoc_md41", null ],
+ [ "Advertising", "md__improvements_and_updates.html#autotoc_md42", null ],
+ [ "Client", "md__improvements_and_updates.html#autotoc_md43", null ],
+ [ "General", "md__improvements_and_updates.html#autotoc_md44", null ]
] ],
[ "Migrating from Bluedroid to NimBLE", "md__migration_guide.html", [
- [ "General Information", "md__migration_guide.html#autotoc_md50", [
- [ "Header Files", "md__migration_guide.html#autotoc_md51", null ],
- [ "Class Names", "md__migration_guide.html#autotoc_md52", null ],
- [ "BLE Addresses", "md__migration_guide.html#autotoc_md53", null ]
+ [ "General Information", "md__migration_guide.html#autotoc_md54", [
+ [ "Header Files", "md__migration_guide.html#autotoc_md55", null ],
+ [ "Class Names", "md__migration_guide.html#autotoc_md56", null ],
+ [ "BLE Addresses", "md__migration_guide.html#autotoc_md57", null ]
] ],
- [ "Server API", "md__migration_guide.html#autotoc_md54", [
- [ "Services", "md__migration_guide.html#autotoc_md55", null ],
- [ "Characteristics", "md__migration_guide.html#autotoc_md56", [
- [ "v4.0+", "index.html#autotoc_md44", null ],
- [ "v3.2 & v3.3", "index.html#autotoc_md45", null ],
- [ "Originally", "md__migration_guide.html#autotoc_md57", null ],
- [ "Is Now", "md__migration_guide.html#autotoc_md58", null ],
- [ "The full list of properties", "md__migration_guide.html#autotoc_md59", null ]
+ [ "Server API", "md__migration_guide.html#autotoc_md58", [
+ [ "Services", "md__migration_guide.html#autotoc_md59", null ],
+ [ "Characteristics", "md__migration_guide.html#autotoc_md60", [
+ [ "v4.0+", "index.html#autotoc_md48", null ],
+ [ "v3.2 & v3.3", "index.html#autotoc_md49", null ],
+ [ "Originally", "md__migration_guide.html#autotoc_md61", null ],
+ [ "Is Now", "md__migration_guide.html#autotoc_md62", null ],
+ [ "The full list of properties", "md__migration_guide.html#autotoc_md63", null ]
] ],
- [ "Descriptors", "md__migration_guide.html#autotoc_md60", null ],
- [ "Server Security", "md__migration_guide.html#autotoc_md63", null ]
+ [ "Descriptors", "md__migration_guide.html#autotoc_md64", null ],
+ [ "Server Security", "md__migration_guide.html#autotoc_md67", null ]
] ],
- [ "Advertising API", "md__migration_guide.html#autotoc_md64", null ],
- [ "Client API", "md__migration_guide.html#autotoc_md65", [
- [ "Remote Services", "md__migration_guide.html#autotoc_md66", null ],
- [ "Remote Characteristics", "md__migration_guide.html#autotoc_md67", null ],
- [ "Client Security", "md__migration_guide.html#autotoc_md68", null ]
+ [ "Advertising API", "md__migration_guide.html#autotoc_md68", null ],
+ [ "Client API", "md__migration_guide.html#autotoc_md69", [
+ [ "Remote Services", "md__migration_guide.html#autotoc_md70", null ],
+ [ "Remote Characteristics", "md__migration_guide.html#autotoc_md71", null ],
+ [ "Client Security", "md__migration_guide.html#autotoc_md72", null ]
] ],
- [ "Security API", "md__migration_guide.html#autotoc_md69", null ],
- [ "Arduino Configuration", "md__migration_guide.html#autotoc_md70", null ]
+ [ "Security API", "md__migration_guide.html#autotoc_md73", null ],
+ [ "Arduino Configuration", "md__migration_guide.html#autotoc_md74", null ]
] ],
[ "New User Guide", "md__new_user_guide.html", [
- [ "Include Files", "md__new_user_guide.html#autotoc_md72", null ],
- [ "Using the Library", "md__new_user_guide.html#autotoc_md73", null ],
- [ "Creating a Server", "md__new_user_guide.html#autotoc_md74", null ],
- [ "Creating a Client", "md__new_user_guide.html#autotoc_md75", null ]
+ [ "Include Files", "md__new_user_guide.html#autotoc_md76", null ],
+ [ "Using the Library", "md__new_user_guide.html#autotoc_md77", null ],
+ [ "Creating a Server", "md__new_user_guide.html#autotoc_md78", null ],
+ [ "Creating a Client", "md__new_user_guide.html#autotoc_md79", null ]
] ],
[ "Usage Tips", "md__usage_tips.html", [
- [ "Put BLE functions in a task running on the NimBLE stack core", "md__usage_tips.html#autotoc_md77", null ],
- [ "Do not delete client instances unless necessary or unused", "md__usage_tips.html#autotoc_md78", null ],
- [ "Only retrieve the services and characteristics needed", "md__usage_tips.html#autotoc_md79", null ],
- [ "Check return values", "md__usage_tips.html#autotoc_md80", null ],
- [ "There will be bugs - please report them", "md__usage_tips.html#autotoc_md81", null ]
+ [ "Put BLE functions in a task running on the NimBLE stack core", "md__usage_tips.html#autotoc_md81", null ],
+ [ "Do not delete client instances unless necessary or unused", "md__usage_tips.html#autotoc_md82", null ],
+ [ "Only retrieve the services and characteristics needed", "md__usage_tips.html#autotoc_md83", null ],
+ [ "Check return values", "md__usage_tips.html#autotoc_md84", null ],
+ [ "There will be bugs - please report them", "md__usage_tips.html#autotoc_md85", null ]
] ],
[ "Deprecated List", "deprecated.html", null ],
[ "Todo List", "todo.html", null ],
diff --git a/navtreeindex1.js b/navtreeindex1.js
index b891b3d..58c1d48 100644
--- a/navtreeindex1.js
+++ b/navtreeindex1.js
@@ -171,6 +171,7 @@ var NAVTREEINDEX1 =
"class_nim_b_l_e_remote_characteristic.html#a5f0a51b4a7fb2244d236dcb96fcf5205":[9,0,22,9],
"class_nim_b_l_e_remote_characteristic.html#a6178e1c58361b957be3c48548c1c4366":[9,0,22,12],
"class_nim_b_l_e_remote_characteristic.html#a6d0779ffe7e89449121428e7fd6083d8":[9,0,22,17],
+"class_nim_b_l_e_remote_characteristic.html#a6e331afdbdbc32bf461c9866236a97aa":[9,0,22,28],
"class_nim_b_l_e_remote_characteristic.html#a7163009a9f0ff718b5856d19cb4a3568":[9,0,22,2],
"class_nim_b_l_e_remote_characteristic.html#a71793454ffab034f87af3a5e9677a63d":[9,0,22,21],
"class_nim_b_l_e_remote_characteristic.html#a74ad8484cbc88d8eb36d4684233c538b":[9,0,22,18],
@@ -180,6 +181,7 @@ var NAVTREEINDEX1 =
"class_nim_b_l_e_remote_characteristic.html#a943183a55b020de9e09ac2cfaebcde32":[9,0,22,15],
"class_nim_b_l_e_remote_characteristic.html#a94ae59940fcd128efeaf339b282b7ef9":[9,0,22,30],
"class_nim_b_l_e_remote_characteristic.html#a9c41acdbf23dc036f321d4f0a66d40d1":[9,0,22,4],
+"class_nim_b_l_e_remote_characteristic.html#aa08b2f62376568e1fc833e4ff91e8aa7":[9,0,22,26],
"class_nim_b_l_e_remote_characteristic.html#aad0ba99cad9779b33ea7cd4e94349099":[9,0,22,8],
"class_nim_b_l_e_remote_characteristic.html#aae71c20d300ead52770e66fb8a1a47ea":[9,0,22,6],
"class_nim_b_l_e_remote_characteristic.html#ab46121a8f5000c40d521e7ee5d92bee6":[9,0,22,14],
@@ -187,10 +189,8 @@ var NAVTREEINDEX1 =
"class_nim_b_l_e_remote_characteristic.html#acf11d225fe5a25327742349e9d6061f9":[9,0,22,13],
"class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae":[9,0,22,31],
"class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae":[9,0,22,32],
-"class_nim_b_l_e_remote_characteristic.html#ad2691a8ea85488c8270f78701352fbb2":[9,0,22,26],
"class_nim_b_l_e_remote_characteristic.html#ad62c63468995a24d736c4176c9607eeb":[9,0,22,16],
"class_nim_b_l_e_remote_characteristic.html#ade5c6ae280c3cf36c9905be23df8f080":[9,0,22,22],
-"class_nim_b_l_e_remote_characteristic.html#ae2791429ba4a8c310ffc24139a985da6":[9,0,22,28],
"class_nim_b_l_e_remote_characteristic.html#aebbcd36740e49d7e29eb5b21d6802380":[9,0,22,11],
"class_nim_b_l_e_remote_descriptor.html":[9,0,23],
"class_nim_b_l_e_remote_descriptor.html#a008795a09d1fbe8533c2e9d0e8deb33a":[9,0,23,8],
diff --git a/navtreeindex2.js b/navtreeindex2.js
index ebe0c52..0c4b33f 100644
--- a/navtreeindex2.js
+++ b/navtreeindex2.js
@@ -18,11 +18,11 @@ var NAVTREEINDEX2 =
"class_nim_b_l_e_server.html#a63c9dce5c4bbc1c6bc720b6c51bcf3e1":[9,0,29,4],
"class_nim_b_l_e_server.html#a6bfd923ecd0ea06d5564343ab7209122":[9,0,29,1],
"class_nim_b_l_e_server.html#a6eda4c9e0ac1dd031c678d4bf7da1d56":[9,0,29,0],
-"class_nim_b_l_e_server.html#a7a4c114b572675e82700604db29e6e25":[9,0,29,20],
+"class_nim_b_l_e_server.html#a7a4c114b572675e82700604db29e6e25":[9,0,29,21],
"class_nim_b_l_e_server.html#a87ebb3d230e98a6b3cf85bc403d227e0":[9,0,29,13],
-"class_nim_b_l_e_server.html#a8f4b6c2fc5602f5ec34f963df6a21f75":[9,0,29,19],
+"class_nim_b_l_e_server.html#a8f4b6c2fc5602f5ec34f963df6a21f75":[9,0,29,20],
"class_nim_b_l_e_server.html#a98ea12f57c10c0477b0c1c5efab23ee5":[9,0,29,6],
-"class_nim_b_l_e_server.html#a9b08738766de90d7065263761314030a":[9,0,29,22],
+"class_nim_b_l_e_server.html#a9b08738766de90d7065263761314030a":[9,0,29,23],
"class_nim_b_l_e_server.html#a9eb1f32b72ac93736585d6d89f393021":[9,0,29,11],
"class_nim_b_l_e_server.html#aaeb58b4de85754d1aac6964e9248aa35":[9,0,29,2],
"class_nim_b_l_e_server.html#ab41d8bb9b334734f95a726f1e15200fc":[9,0,29,5],
@@ -30,8 +30,9 @@ var NAVTREEINDEX2 =
"class_nim_b_l_e_server.html#ac28df6ead4d7151df3e84f4fa991eb1f":[9,0,29,14],
"class_nim_b_l_e_server.html#ad241eb42e9775fb2f8aaa87c9fb9a76b":[9,0,29,8],
"class_nim_b_l_e_server.html#ad91fbcb2717aa1969329f365692e1072":[9,0,29,9],
+"class_nim_b_l_e_server.html#adb1e37c174a5b62f6fd674376fac99d0":[9,0,29,19],
"class_nim_b_l_e_server.html#ae94ad52f3c97f62553af9765acdb7bcb":[9,0,29,18],
-"class_nim_b_l_e_server.html#af827ef8988c1584795447a634502f0df":[9,0,29,21],
+"class_nim_b_l_e_server.html#af827ef8988c1584795447a634502f0df":[9,0,29,22],
"class_nim_b_l_e_server_callbacks.html":[9,0,30],
"class_nim_b_l_e_server_callbacks.html#a3dbf72280a895e80e0972599a7373ca0":[9,0,30,4],
"class_nim_b_l_e_server_callbacks.html#a5327d11f249e8f020b59529b634e0c91":[9,0,30,1],
@@ -82,16 +83,16 @@ var NAVTREEINDEX2 =
"deprecated.html":[7],
"dir_68267d1309a1af8e8297ef4c3efbcdba.html":[10,0,0],
"files.html":[10,0],
-"functions.html":[9,3,0],
"functions.html":[9,3,0,0],
+"functions.html":[9,3,0],
"functions_b.html":[9,3,0,1],
"functions_c.html":[9,3,0,2],
"functions_d.html":[9,3,0,3],
"functions_e.html":[9,3,0,4],
"functions_enum.html":[9,3,2],
"functions_f.html":[9,3,0,5],
-"functions_func.html":[9,3,1,0],
"functions_func.html":[9,3,1],
+"functions_func.html":[9,3,1,0],
"functions_func_b.html":[9,3,1,1],
"functions_func_c.html":[9,3,1,2],
"functions_func_d.html":[9,3,1,3],
@@ -130,87 +131,91 @@ var NAVTREEINDEX2 =
"hierarchy.html":[9,2],
"index.html":[0],
"index.html":[],
-"index.html#autotoc_md42":[0,0],
-"index.html#autotoc_md43":[0,1],
-"index.html#autotoc_md44":[0],
-"index.html#autotoc_md45":[1],
-"index.html#autotoc_md46":[0,2],
-"index.html#autotoc_md47":[0,3],
-"index.html#autotoc_md48":[0,4],
+"index.html#autotoc_md46":[0,0],
+"index.html#autotoc_md47":[0,1],
+"index.html#autotoc_md48":[0],
+"index.html#autotoc_md49":[1],
+"index.html#autotoc_md50":[0,2],
+"index.html#autotoc_md51":[0,3],
+"index.html#autotoc_md52":[0,4],
"md__bluetooth_5_features.html":[2],
-"md__bluetooth_5_features.html#autotoc_md34":[2,0],
-"md__bluetooth_5_features.html#autotoc_md35":[2,1],
+"md__bluetooth_5_features.html#autotoc_md38":[2,0],
+"md__bluetooth_5_features.html#autotoc_md39":[2,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html":[1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md1":[1,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md10":[1,2,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md11":[1,2,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md12":[1,3],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md13":[1,3,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md14":[1,3,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md15":[1,3,2],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md16":[1,4],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md17":[1,4,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md18":[1,5],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md19":[1,5,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md2":[1,0,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md20":[1,5,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md21":[1,5,2],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md22":[1,6],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md23":[1,6,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md24":[1,6,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md25":[1,6,2],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md26":[1,7],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md27":[1,7,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md28":[1,7,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md29":[1,7,2],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md3":[1,0,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md30":[1,8],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md31":[1,8,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md32":[1,9],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md33":[1,9,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md34":[1,9,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md35":[1,9,2],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md36":[1,10],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md4":[1,0,2],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md5":[1,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md6":[1,1,0],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md7":[1,1,1],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md8":[1,1,2],
+"md__github_workspace__c_h_a_n_g_e_l_o_g.html#autotoc_md9":[1,2],
"md__improvements_and_updates.html":[3],
-"md__improvements_and_updates.html#autotoc_md37":[3,0],
-"md__improvements_and_updates.html#autotoc_md38":[3,1],
-"md__improvements_and_updates.html#autotoc_md39":[3,2],
-"md__improvements_and_updates.html#autotoc_md40":[3,3],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html":[1],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md1":[1,0],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md10":[1,2,1],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md11":[1,2,2],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md12":[1,3],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md13":[1,3,0],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md14":[1,4],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md15":[1,4,0],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md16":[1,4,1],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md17":[1,4,2],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md18":[1,5],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md19":[1,5,0],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md2":[1,0,0],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md20":[1,5,1],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md21":[1,5,2],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md22":[1,6],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md23":[1,6,0],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md24":[1,6,1],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md25":[1,6,2],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md26":[1,7],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md27":[1,7,0],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md28":[1,8],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md29":[1,8,0],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md3":[1,0,1],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md30":[1,8,1],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md31":[1,8,2],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md32":[1,9],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md4":[1,0,2],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md5":[1,1],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md6":[1,1,0],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md7":[1,1,1],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md8":[1,2],
-"md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html#autotoc_md9":[1,2,0],
+"md__improvements_and_updates.html#autotoc_md41":[3,0],
+"md__improvements_and_updates.html#autotoc_md42":[3,1],
+"md__improvements_and_updates.html#autotoc_md43":[3,2],
+"md__improvements_and_updates.html#autotoc_md44":[3,3],
"md__migration_guide.html":[4],
-"md__migration_guide.html#autotoc_md50":[4,0],
-"md__migration_guide.html#autotoc_md51":[4,0,0],
-"md__migration_guide.html#autotoc_md52":[4,0,1],
-"md__migration_guide.html#autotoc_md53":[4,0,2],
-"md__migration_guide.html#autotoc_md54":[4,1],
-"md__migration_guide.html#autotoc_md55":[4,1,0],
-"md__migration_guide.html#autotoc_md56":[4,1,1],
-"md__migration_guide.html#autotoc_md57":[4,1,1,2],
-"md__migration_guide.html#autotoc_md58":[4,1,1,3],
-"md__migration_guide.html#autotoc_md59":[4,1,1,4],
-"md__migration_guide.html#autotoc_md60":[4,1,2],
-"md__migration_guide.html#autotoc_md61":[0],
-"md__migration_guide.html#autotoc_md62":[1],
-"md__migration_guide.html#autotoc_md63":[4,1,3],
-"md__migration_guide.html#autotoc_md64":[4,2],
-"md__migration_guide.html#autotoc_md65":[4,3],
-"md__migration_guide.html#autotoc_md66":[4,3,0],
-"md__migration_guide.html#autotoc_md67":[4,3,1],
-"md__migration_guide.html#autotoc_md68":[4,3,2],
-"md__migration_guide.html#autotoc_md69":[4,4],
-"md__migration_guide.html#autotoc_md70":[4,5],
+"md__migration_guide.html#autotoc_md54":[4,0],
+"md__migration_guide.html#autotoc_md55":[4,0,0],
+"md__migration_guide.html#autotoc_md56":[4,0,1],
+"md__migration_guide.html#autotoc_md57":[4,0,2],
+"md__migration_guide.html#autotoc_md58":[4,1],
+"md__migration_guide.html#autotoc_md59":[4,1,0],
+"md__migration_guide.html#autotoc_md60":[4,1,1],
+"md__migration_guide.html#autotoc_md61":[4,1,1,2],
+"md__migration_guide.html#autotoc_md62":[4,1,1,3],
+"md__migration_guide.html#autotoc_md63":[4,1,1,4],
+"md__migration_guide.html#autotoc_md64":[4,1,2],
+"md__migration_guide.html#autotoc_md65":[0],
+"md__migration_guide.html#autotoc_md66":[1],
+"md__migration_guide.html#autotoc_md67":[4,1,3],
+"md__migration_guide.html#autotoc_md68":[4,2],
+"md__migration_guide.html#autotoc_md69":[4,3],
+"md__migration_guide.html#autotoc_md70":[4,3,0],
+"md__migration_guide.html#autotoc_md71":[4,3,1],
+"md__migration_guide.html#autotoc_md72":[4,3,2],
+"md__migration_guide.html#autotoc_md73":[4,4],
+"md__migration_guide.html#autotoc_md74":[4,5],
"md__new_user_guide.html":[5],
-"md__new_user_guide.html#autotoc_md72":[5,0],
-"md__new_user_guide.html#autotoc_md73":[5,1],
-"md__new_user_guide.html#autotoc_md74":[5,2],
-"md__new_user_guide.html#autotoc_md75":[5,3],
+"md__new_user_guide.html#autotoc_md76":[5,0],
+"md__new_user_guide.html#autotoc_md77":[5,1],
+"md__new_user_guide.html#autotoc_md78":[5,2],
+"md__new_user_guide.html#autotoc_md79":[5,3],
"md__usage_tips.html":[6],
-"md__usage_tips.html#autotoc_md77":[6,0],
-"md__usage_tips.html#autotoc_md78":[6,1],
-"md__usage_tips.html#autotoc_md79":[6,2],
-"md__usage_tips.html#autotoc_md80":[6,3],
-"md__usage_tips.html#autotoc_md81":[6,4],
+"md__usage_tips.html#autotoc_md81":[6,0],
+"md__usage_tips.html#autotoc_md82":[6,1],
+"md__usage_tips.html#autotoc_md83":[6,2],
+"md__usage_tips.html#autotoc_md84":[6,3],
+"md__usage_tips.html#autotoc_md85":[6,4],
"nimconfig_8h.html":[10,0,0,27],
"nimconfig_8h.html#a07c0fd3908c3466e9f4835f85d913880":[10,0,0,27,18],
"nimconfig_8h.html#a11ebe4c94e55f9e710be03169b91f964":[10,0,0,27,2],
diff --git a/nimconfig_8h.html b/nimconfig_8h.html
index f80c895..9f0a361 100644
--- a/nimconfig_8h.html
+++ b/nimconfig_8h.html
@@ -5,7 +5,7 @@
-
esp-nimble-cpp: K:/Users/Ryan/Desktop/test_idf/components/esp-nimble-cpp/src/nimconfig.h File Reference
+
esp-nimble-cpp: /github/workspace/src/nimconfig.h File Reference
@@ -26,7 +26,7 @@
esp-nimble-cpp
- 1.4.0
+ 1.4.1
diff --git a/nimconfig_8h_source.html b/nimconfig_8h_source.html
index 9866b36..ac5e987 100644
--- a/nimconfig_8h_source.html
+++ b/nimconfig_8h_source.html
@@ -5,7 +5,7 @@
-
esp-nimble-cpp: K:/Users/Ryan/Desktop/test_idf/components/esp-nimble-cpp/src/nimconfig.h Source File
+
esp-nimble-cpp: /github/workspace/src/nimconfig.h Source File
@@ -26,7 +26,7 @@
esp-nimble-cpp
- 1.4.0
+ 1.4.1
diff --git a/pages.html b/pages.html
index 227bbc7..5e1c6ff 100644
--- a/pages.html
+++ b/pages.html
@@ -26,7 +26,7 @@
esp-nimble-cpp
- 1.4.0
+ 1.4.1
@@ -88,7 +88,7 @@ $(document).ready(function(){initNavTree('pages.html',''); initResizable(); });
Here is a list of all related documentation pages:
- Changelog
+ Changelog
Bluetooth 5.x features
Improvements and updates
Migrating from Bluedroid to NimBLE
diff --git a/search/all_10.js b/search/all_10.js
index c6a9572..462f78b 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['to128_398',['to128',['../class_nim_b_l_e_u_u_i_d.html#a7103976da820d0c1840aa77aca38306c',1,'NimBLEUUID']]],
- ['to16_399',['to16',['../class_nim_b_l_e_u_u_i_d.html#a618f6c29565338a496715ca951c98afb',1,'NimBLEUUID']]],
- ['todo_20list_400',['Todo List',['../todo.html',1,'']]],
- ['tostring_401',['toString',['../class_nim_b_l_e_address.html#ac53b0cc945e1505d3e72d48164ad01d6',1,'NimBLEAddress::toString()'],['../class_nim_b_l_e_advertised_device.html#ac1b8ff0f2897abda335743d55668fcd9',1,'NimBLEAdvertisedDevice::toString()'],['../class_nim_b_l_e_characteristic.html#a4fa6b8ed011d12e2b1f16e92a02b9a89',1,'NimBLECharacteristic::toString()'],['../class_nim_b_l_e_client.html#aba9ae035357776514b61c2b6286ce1ab',1,'NimBLEClient::toString()'],['../class_nim_b_l_e_descriptor.html#ac15dc6c9c24d280c4b0eb766080497e5',1,'NimBLEDescriptor::toString()'],['../class_nim_b_l_e_device.html#abf8c494b54d9f0c9466c80f25dbdd961',1,'NimBLEDevice::toString()'],['../class_nim_b_l_e_eddystone_t_l_m.html#a970ba10424567d17c961ed3b3ef83d8e',1,'NimBLEEddystoneTLM::toString()'],['../class_nim_b_l_e_remote_characteristic.html#a4b86a1f600a61036487f5161f1f1726a',1,'NimBLERemoteCharacteristic::toString()'],['../class_nim_b_l_e_remote_descriptor.html#a008795a09d1fbe8533c2e9d0e8deb33a',1,'NimBLERemoteDescriptor::toString()'],['../class_nim_b_l_e_remote_service.html#aaf106a37f24a51b967dd0984c973750f',1,'NimBLERemoteService::toString()'],['../class_nim_b_l_e_service.html#a10d10d14f8c5a970a06915cd407a0a73',1,'NimBLEService::toString()'],['../class_nim_b_l_e_u_u_i_d.html#a9708e07b8e0915aafcfa32fe74ccdf64',1,'NimBLEUUID::toString()']]]
+ ['to128_399',['to128',['../class_nim_b_l_e_u_u_i_d.html#a7103976da820d0c1840aa77aca38306c',1,'NimBLEUUID']]],
+ ['to16_400',['to16',['../class_nim_b_l_e_u_u_i_d.html#a618f6c29565338a496715ca951c98afb',1,'NimBLEUUID']]],
+ ['todo_20list_401',['Todo List',['../todo.html',1,'']]],
+ ['tostring_402',['toString',['../class_nim_b_l_e_address.html#ac53b0cc945e1505d3e72d48164ad01d6',1,'NimBLEAddress::toString()'],['../class_nim_b_l_e_advertised_device.html#ac1b8ff0f2897abda335743d55668fcd9',1,'NimBLEAdvertisedDevice::toString()'],['../class_nim_b_l_e_characteristic.html#a4fa6b8ed011d12e2b1f16e92a02b9a89',1,'NimBLECharacteristic::toString()'],['../class_nim_b_l_e_client.html#aba9ae035357776514b61c2b6286ce1ab',1,'NimBLEClient::toString()'],['../class_nim_b_l_e_descriptor.html#ac15dc6c9c24d280c4b0eb766080497e5',1,'NimBLEDescriptor::toString()'],['../class_nim_b_l_e_device.html#abf8c494b54d9f0c9466c80f25dbdd961',1,'NimBLEDevice::toString()'],['../class_nim_b_l_e_eddystone_t_l_m.html#a970ba10424567d17c961ed3b3ef83d8e',1,'NimBLEEddystoneTLM::toString()'],['../class_nim_b_l_e_remote_characteristic.html#a4b86a1f600a61036487f5161f1f1726a',1,'NimBLERemoteCharacteristic::toString()'],['../class_nim_b_l_e_remote_descriptor.html#a008795a09d1fbe8533c2e9d0e8deb33a',1,'NimBLERemoteDescriptor::toString()'],['../class_nim_b_l_e_remote_service.html#aaf106a37f24a51b967dd0984c973750f',1,'NimBLERemoteService::toString()'],['../class_nim_b_l_e_service.html#a10d10d14f8c5a970a06915cd407a0a73',1,'NimBLEService::toString()'],['../class_nim_b_l_e_u_u_i_d.html#a9708e07b8e0915aafcfa32fe74ccdf64',1,'NimBLEUUID::toString()']]]
];
diff --git a/search/all_11.js b/search/all_11.js
index 74571ff..5b916ba 100644
--- a/search/all_11.js
+++ b/search/all_11.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['unsubscribe_402',['unsubscribe',['../class_nim_b_l_e_remote_characteristic.html#ae2791429ba4a8c310ffc24139a985da6',1,'NimBLERemoteCharacteristic']]],
- ['updateconnparams_403',['updateConnParams',['../class_nim_b_l_e_client.html#aff7d389ec48567286ea732c54d320526',1,'NimBLEClient::updateConnParams()'],['../class_nim_b_l_e_server.html#a9b08738766de90d7065263761314030a',1,'NimBLEServer::updateConnParams()']]],
- ['usage_20tips_404',['Usage Tips',['../md__usage_tips.html',1,'']]]
+ ['unsubscribe_403',['unsubscribe',['../class_nim_b_l_e_remote_characteristic.html#a6e331afdbdbc32bf461c9866236a97aa',1,'NimBLERemoteCharacteristic']]],
+ ['updateconnparams_404',['updateConnParams',['../class_nim_b_l_e_client.html#aff7d389ec48567286ea732c54d320526',1,'NimBLEClient::updateConnParams()'],['../class_nim_b_l_e_server.html#a9b08738766de90d7065263761314030a',1,'NimBLEServer::updateConnParams()']]],
+ ['usage_20tips_405',['Usage Tips',['../md__usage_tips.html',1,'']]]
];
diff --git a/search/all_12.js b/search/all_12.js
index 3f6d2b7..c5cb5cf 100644
--- a/search/all_12.js
+++ b/search/all_12.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['whitelistadd_405',['whiteListAdd',['../class_nim_b_l_e_device.html#aabc68166b6dd4a744a98f94e569f37db',1,'NimBLEDevice']]],
- ['whitelistremove_406',['whiteListRemove',['../class_nim_b_l_e_device.html#a81abbad5e371fe1cdd91c002b42cc654',1,'NimBLEDevice']]],
- ['writevalue_407',['writeValue',['../class_nim_b_l_e_remote_characteristic.html#a3c8d1fd77dd074df866c091c614eafb3',1,'NimBLERemoteCharacteristic::writeValue(const uint8_t *data, size_t length, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#a94ae59940fcd128efeaf339b282b7ef9',1,'NimBLERemoteCharacteristic::writeValue(const std::vector< uint8_t > &v, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#a19362aaf357835e1f771c78f0c4cd9dd',1,'NimBLERemoteCharacteristic::writeValue(const char *s, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae',1,'NimBLERemoteCharacteristic::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae',1,'NimBLERemoteCharacteristic::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a0d3fb6424b2c86730e1a292281cd836e',1,'NimBLERemoteDescriptor::writeValue(const uint8_t *data, size_t length, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#ab1654a0b1dc86fe042b3d5b983fbd08c',1,'NimBLERemoteDescriptor::writeValue(const std::vector< uint8_t > &v, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#ab7cab188f311f44d06638434117938e7',1,'NimBLERemoteDescriptor::writeValue(const char *s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a1abc84a09001537dffd13c810a503b9c',1,'NimBLERemoteDescriptor::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a1abc84a09001537dffd13c810a503b9c',1,'NimBLERemoteDescriptor::writeValue(const T &s, bool response=false)']]]
+ ['whitelistadd_406',['whiteListAdd',['../class_nim_b_l_e_device.html#aabc68166b6dd4a744a98f94e569f37db',1,'NimBLEDevice']]],
+ ['whitelistremove_407',['whiteListRemove',['../class_nim_b_l_e_device.html#a81abbad5e371fe1cdd91c002b42cc654',1,'NimBLEDevice']]],
+ ['writevalue_408',['writeValue',['../class_nim_b_l_e_remote_characteristic.html#a3c8d1fd77dd074df866c091c614eafb3',1,'NimBLERemoteCharacteristic::writeValue(const uint8_t *data, size_t length, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#a94ae59940fcd128efeaf339b282b7ef9',1,'NimBLERemoteCharacteristic::writeValue(const std::vector< uint8_t > &v, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#a19362aaf357835e1f771c78f0c4cd9dd',1,'NimBLERemoteCharacteristic::writeValue(const char *s, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae',1,'NimBLERemoteCharacteristic::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae',1,'NimBLERemoteCharacteristic::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a0d3fb6424b2c86730e1a292281cd836e',1,'NimBLERemoteDescriptor::writeValue(const uint8_t *data, size_t length, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#ab1654a0b1dc86fe042b3d5b983fbd08c',1,'NimBLERemoteDescriptor::writeValue(const std::vector< uint8_t > &v, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#ab7cab188f311f44d06638434117938e7',1,'NimBLERemoteDescriptor::writeValue(const char *s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a1abc84a09001537dffd13c810a503b9c',1,'NimBLERemoteDescriptor::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a1abc84a09001537dffd13c810a503b9c',1,'NimBLERemoteDescriptor::writeValue(const T &s, bool response=false)']]]
];
diff --git a/search/all_13.js b/search/all_13.js
index a3e5ebf..4097558 100644
--- a/search/all_13.js
+++ b/search/all_13.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['_7enimbleattvalue_408',['~NimBLEAttValue',['../class_nim_b_l_e_att_value.html#a08f3b04d05cf0c2b76a24cc37cd1f8ab',1,'NimBLEAttValue']]],
- ['_7enimblecharacteristic_409',['~NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html#a7fe29c5ec571d0513c51b8cbac942f4a',1,'NimBLECharacteristic']]],
- ['_7enimbledescriptor_410',['~NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html#ad110851335bc7b225f5bea9ac11bedcc',1,'NimBLEDescriptor']]],
- ['_7enimbleextadvertising_411',['~NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html#a477c57db99ce3b5e987d6838b661808f',1,'NimBLEExtAdvertising']]],
- ['_7enimbleremotecharacteristic_412',['~NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html#a855d591de111b09013ae83c4043d06ed',1,'NimBLERemoteCharacteristic']]],
- ['_7enimbleremoteservice_413',['~NimBLERemoteService',['../class_nim_b_l_e_remote_service.html#a2803aa5cdfdb622ae8fe255dc939cb1d',1,'NimBLERemoteService']]]
+ ['_7enimbleattvalue_409',['~NimBLEAttValue',['../class_nim_b_l_e_att_value.html#a08f3b04d05cf0c2b76a24cc37cd1f8ab',1,'NimBLEAttValue']]],
+ ['_7enimblecharacteristic_410',['~NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html#a7fe29c5ec571d0513c51b8cbac942f4a',1,'NimBLECharacteristic']]],
+ ['_7enimbledescriptor_411',['~NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html#ad110851335bc7b225f5bea9ac11bedcc',1,'NimBLEDescriptor']]],
+ ['_7enimbleextadvertising_412',['~NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html#a477c57db99ce3b5e987d6838b661808f',1,'NimBLEExtAdvertising']]],
+ ['_7enimbleremotecharacteristic_413',['~NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html#a855d591de111b09013ae83c4043d06ed',1,'NimBLERemoteCharacteristic']]],
+ ['_7enimbleremoteservice_414',['~NimBLERemoteService',['../class_nim_b_l_e_remote_service.html#a2803aa5cdfdb622ae8fe255dc939cb1d',1,'NimBLERemoteService']]]
];
diff --git a/search/all_2.js b/search/all_2.js
index 4c9a2e1..dd7fe21 100644
--- a/search/all_2.js
+++ b/search/all_2.js
@@ -8,7 +8,7 @@ var searchData=
['canwrite_23',['canWrite',['../class_nim_b_l_e_remote_characteristic.html#aae71c20d300ead52770e66fb8a1a47ea',1,'NimBLERemoteCharacteristic']]],
['canwritenoresponse_24',['canWriteNoResponse',['../class_nim_b_l_e_remote_characteristic.html#a2614c7f437b52f385fc4fd29abe358eb',1,'NimBLERemoteCharacteristic']]],
['capacity_25',['capacity',['../class_nim_b_l_e_att_value.html#a49a8a126d0b534c999c4a341cdcf7ba2',1,'NimBLEAttValue']]],
- ['changelog_26',['Changelog',['../md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html',1,'']]],
+ ['changelog_26',['Changelog',['../md__github_workspace__c_h_a_n_g_e_l_o_g.html',1,'']]],
['checkconnparams_27',['checkConnParams',['../class_nim_b_l_e_utils.html#ae521f9a6363c03e42da2f76f64ea431e',1,'NimBLEUtils']]],
['cleardata_28',['clearData',['../class_nim_b_l_e_ext_advertisement.html#a1391be9ee1b2ba1dc0548f2431b1d3af',1,'NimBLEExtAdvertisement']]],
['clearduplicatecache_29',['clearDuplicateCache',['../class_nim_b_l_e_scan.html#a6a97fd1c7f16fccd7f19994592b6dfe6',1,'NimBLEScan']]],
@@ -35,10 +35,10 @@ var searchData=
['config_5fnimble_5fcpp_5fenable_5fgap_5fevent_5fcode_5ftext_50',['CONFIG_NIMBLE_CPP_ENABLE_GAP_EVENT_CODE_TEXT',['../nimconfig_8h.html#a97b51f4248845f6225806eadbab3bcdb',1,'nimconfig.h']]],
['config_5fnimble_5fcpp_5fenable_5freturn_5fcode_5ftext_51',['CONFIG_NIMBLE_CPP_ENABLE_RETURN_CODE_TEXT',['../nimconfig_8h.html#a136a5d626ac04aa780c6ec07ee88d242',1,'nimconfig.h']]],
['config_5fnimble_5fcpp_5flog_5flevel_52',['CONFIG_NIMBLE_CPP_LOG_LEVEL',['../nimconfig_8h.html#a3966debed5a599b8cabff3c50b9fae4f',1,'nimconfig.h']]],
- ['connect_53',['connect',['../class_nim_b_l_e_client.html#ae9b3e8a9b47c7eaad040b485bda958a1',1,'NimBLEClient::connect(NimBLEAdvertisedDevice *device, bool deleteAttributes=true)'],['../class_nim_b_l_e_client.html#a026d7e04557b4821a7da2c1a1caa46eb',1,'NimBLEClient::connect(const NimBLEAddress &address, bool deleteAttributes=true)'],['../class_nim_b_l_e_client.html#a1f9d4ad6d3d03b819bfad82d1f39b684',1,'NimBLEClient::connect(bool deleteAttributes=true)']]],
+ ['connect_53',['connect',['../class_nim_b_l_e_client.html#a026d7e04557b4821a7da2c1a1caa46eb',1,'NimBLEClient::connect(const NimBLEAddress &address, bool deleteAttributes=true)'],['../class_nim_b_l_e_client.html#ae9b3e8a9b47c7eaad040b485bda958a1',1,'NimBLEClient::connect(NimBLEAdvertisedDevice *device, bool deleteAttributes=true)'],['../class_nim_b_l_e_client.html#a1f9d4ad6d3d03b819bfad82d1f39b684',1,'NimBLEClient::connect(bool deleteAttributes=true)']]],
['createcharacteristic_54',['createCharacteristic',['../class_nim_b_l_e_service.html#a415e1b836946831c6f9edd74adba8763',1,'NimBLEService::createCharacteristic(const char *uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_service.html#aa780d072e6257258e27cbc96106626ad',1,'NimBLEService::createCharacteristic(const NimBLEUUID &uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)']]],
['createclient_55',['createClient',['../class_nim_b_l_e_device.html#af8142995252f486916dbb9de2a5b0c9e',1,'NimBLEDevice']]],
- ['createdescriptor_56',['createDescriptor',['../class_nim_b_l_e_characteristic.html#a67a1fb8bddfbd47007ccb8b6f5e5611a',1,'NimBLECharacteristic::createDescriptor(const NimBLEUUID &uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_characteristic.html#a1fc55adb9d62d8b5fe1be2b172686353',1,'NimBLECharacteristic::createDescriptor(const char *uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)']]],
+ ['createdescriptor_56',['createDescriptor',['../class_nim_b_l_e_characteristic.html#a1fc55adb9d62d8b5fe1be2b172686353',1,'NimBLECharacteristic::createDescriptor(const char *uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_characteristic.html#a67a1fb8bddfbd47007ccb8b6f5e5611a',1,'NimBLECharacteristic::createDescriptor(const NimBLEUUID &uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)']]],
['createserver_57',['createServer',['../class_nim_b_l_e_device.html#a4d9780d0b5fafc279483822af802a508',1,'NimBLEDevice']]],
['createservice_58',['createService',['../class_nim_b_l_e_server.html#a5f0d43106db713e2ac716eabd70a10b2',1,'NimBLEServer::createService(const NimBLEUUID &uuid)'],['../class_nim_b_l_e_server.html#aaeb58b4de85754d1aac6964e9248aa35',1,'NimBLEServer::createService(const char *uuid)']]]
];
diff --git a/search/all_6.js b/search/all_6.js
index 06e9d21..434dbd5 100644
--- a/search/all_6.js
+++ b/search/all_6.js
@@ -1,9 +1,9 @@
var searchData=
[
['gapeventtostring_82',['gapEventToString',['../class_nim_b_l_e_utils.html#afb2df39418324f93a2477e314883ccae',1,'NimBLEUtils']]],
- ['getaddress_83',['getAddress',['../class_nim_b_l_e_advertised_device.html#aa60721a7b5b44a3bb66980f003517579',1,'NimBLEAdvertisedDevice::getAddress()'],['../class_nim_b_l_e_conn_info.html#af17023ca06c3d1b9e142dcd5f8c54847',1,'NimBLEConnInfo::getAddress()'],['../class_nim_b_l_e_device.html#a77f9f343143d4f074ffb545dd14cbb2b',1,'NimBLEDevice::getAddress()']]],
+ ['getaddress_83',['getAddress',['../class_nim_b_l_e_advertised_device.html#aa60721a7b5b44a3bb66980f003517579',1,'NimBLEAdvertisedDevice::getAddress()'],['../class_nim_b_l_e_device.html#a77f9f343143d4f074ffb545dd14cbb2b',1,'NimBLEDevice::getAddress()'],['../class_nim_b_l_e_conn_info.html#af17023ca06c3d1b9e142dcd5f8c54847',1,'NimBLEConnInfo::getAddress()']]],
['getaddresstype_84',['getAddressType',['../class_nim_b_l_e_advertised_device.html#afc79cdc087c81b34643d70c8259eb9a3',1,'NimBLEAdvertisedDevice']]],
- ['getadvertising_85',['getAdvertising',['../class_nim_b_l_e_device.html#aa994b01b2b5bb9f677f3cffb2f05d140',1,'NimBLEDevice::getAdvertising()'],['../class_nim_b_l_e_server.html#ab41d8bb9b334734f95a726f1e15200fc',1,'NimBLEServer::getAdvertising()']]],
+ ['getadvertising_85',['getAdvertising',['../class_nim_b_l_e_server.html#ab41d8bb9b334734f95a726f1e15200fc',1,'NimBLEServer::getAdvertising()'],['../class_nim_b_l_e_device.html#aa994b01b2b5bb9f677f3cffb2f05d140',1,'NimBLEDevice::getAdvertising()']]],
['getadvinterval_86',['getAdvInterval',['../class_nim_b_l_e_advertised_device.html#a9a7a36e9937e16ffab4f1543ea54073f',1,'NimBLEAdvertisedDevice']]],
['getadvlength_87',['getAdvLength',['../class_nim_b_l_e_advertised_device.html#ae960e43434bf62ec83e9230d7bf7046c',1,'NimBLEAdvertisedDevice']]],
['getadvtype_88',['getAdvType',['../class_nim_b_l_e_advertised_device.html#a9d07ee4c38de4170db24a5e01663ee6d',1,'NimBLEAdvertisedDevice']]],
@@ -12,7 +12,7 @@ var searchData=
['getcallbacks_91',['getCallbacks',['../class_nim_b_l_e_characteristic.html#a1747ac4889c7adbb93a2d88a10327a47',1,'NimBLECharacteristic']]],
['getcharacteristic_92',['getCharacteristic',['../class_nim_b_l_e_client.html#a2fc46f43a71dd0df63a377961baf8009',1,'NimBLEClient::getCharacteristic()'],['../class_nim_b_l_e_descriptor.html#a412b3735186d94e9ddcf37a06c2055e1',1,'NimBLEDescriptor::getCharacteristic()'],['../class_nim_b_l_e_remote_service.html#ab12d195a2239a3808d60457184f0c487',1,'NimBLERemoteService::getCharacteristic(const char *uuid)'],['../class_nim_b_l_e_remote_service.html#a7ff4fc7bfb77adc33003dd6eb8e16957',1,'NimBLERemoteService::getCharacteristic(const NimBLEUUID &uuid)'],['../class_nim_b_l_e_service.html#a305b680286096638a4239620ec2de567',1,'NimBLEService::getCharacteristic(const char *uuid, uint16_t instanceId=0)'],['../class_nim_b_l_e_service.html#adfc4e67f79aaabc8f2c6bdb5c6966609',1,'NimBLEService::getCharacteristic(const NimBLEUUID &uuid, uint16_t instanceId=0)']]],
['getcharacteristicbyhandle_93',['getCharacteristicByHandle',['../class_nim_b_l_e_service.html#a35b56ab3ef7fffb2b299f95d3176d07e',1,'NimBLEService']]],
- ['getcharacteristics_94',['getCharacteristics',['../class_nim_b_l_e_remote_service.html#a2c9e91c842598a6a9576c7b87af0863a',1,'NimBLERemoteService::getCharacteristics()'],['../class_nim_b_l_e_service.html#aa2cba47cb4c935e15c77707643e5e9a5',1,'NimBLEService::getCharacteristics()'],['../class_nim_b_l_e_service.html#a24cf868e9eec7b5ecdf1e88d257e91d9',1,'NimBLEService::getCharacteristics(const char *uuid)'],['../class_nim_b_l_e_service.html#a55724788b3bf4614995ea656bf8fe1bb',1,'NimBLEService::getCharacteristics(const NimBLEUUID &uuid)']]],
+ ['getcharacteristics_94',['getCharacteristics',['../class_nim_b_l_e_service.html#a55724788b3bf4614995ea656bf8fe1bb',1,'NimBLEService::getCharacteristics(const NimBLEUUID &uuid)'],['../class_nim_b_l_e_service.html#a24cf868e9eec7b5ecdf1e88d257e91d9',1,'NimBLEService::getCharacteristics(const char *uuid)'],['../class_nim_b_l_e_remote_service.html#a2c9e91c842598a6a9576c7b87af0863a',1,'NimBLERemoteService::getCharacteristics()'],['../class_nim_b_l_e_service.html#aa2cba47cb4c935e15c77707643e5e9a5',1,'NimBLEService::getCharacteristics()']]],
['getclient_95',['getClient',['../class_nim_b_l_e_remote_service.html#a3d1e7db457a9f3774eaa5e641dcc716e',1,'NimBLERemoteService']]],
['getclientbyid_96',['getClientByID',['../class_nim_b_l_e_device.html#ac7adcd510eef2b9546bcde9a253e56a9',1,'NimBLEDevice']]],
['getclientbypeeraddress_97',['getClientByPeerAddress',['../class_nim_b_l_e_device.html#ac4dbadc7fc170993e41532f675786504',1,'NimBLEDevice']]],
@@ -26,7 +26,7 @@ var searchData=
['getconnlatency_105',['getConnLatency',['../class_nim_b_l_e_conn_info.html#a10c6093ca2f92ea61b82815909106430',1,'NimBLEConnInfo']]],
['getconntimeout_106',['getConnTimeout',['../class_nim_b_l_e_conn_info.html#a8e885d340f1ab4e477c69ed7ea99b082',1,'NimBLEConnInfo']]],
['getcount_107',['getCount',['../class_nim_b_l_e_eddystone_t_l_m.html#a556a6b6a75693997390f3bacf6e5ca5e',1,'NimBLEEddystoneTLM::getCount()'],['../class_nim_b_l_e_scan_results.html#ae4796dd6ce1845c46f66bc1a36ad746a',1,'NimBLEScanResults::getCount()']]],
- ['getdata_108',['getData',['../class_nim_b_l_e_beacon.html#ae2458f7db169b696e6368802d5ece0d9',1,'NimBLEBeacon::getData()'],['../class_nim_b_l_e_eddystone_t_l_m.html#ae146a8f066ef3fc6994070654ec5d7ea',1,'NimBLEEddystoneTLM::getData()'],['../class_nim_b_l_e_eddystone_u_r_l.html#ac32c7066ce1ee8d495a35ec870f0e7bf',1,'NimBLEEddystoneURL::getData()']]],
+ ['getdata_108',['getData',['../class_nim_b_l_e_eddystone_u_r_l.html#ac32c7066ce1ee8d495a35ec870f0e7bf',1,'NimBLEEddystoneURL::getData()'],['../class_nim_b_l_e_beacon.html#ae2458f7db169b696e6368802d5ece0d9',1,'NimBLEBeacon::getData()'],['../class_nim_b_l_e_eddystone_t_l_m.html#ae146a8f066ef3fc6994070654ec5d7ea',1,'NimBLEEddystoneTLM::getData()']]],
['getdatalength_109',['getDataLength',['../class_nim_b_l_e_characteristic.html#a580ad0133fd82a673027c91cbb1c74fa',1,'NimBLECharacteristic']]],
['getdatasize_110',['getDataSize',['../class_nim_b_l_e_ext_advertisement.html#aec383f3f61780ee5bda3599543c84dd8',1,'NimBLEExtAdvertisement']]],
['getdecodedurl_111',['getDecodedURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a8b68cc96a84da85e20d8583ba375c2ff',1,'NimBLEEddystoneURL']]],
@@ -67,8 +67,8 @@ var searchData=
['getremotecharacteristic_146',['getRemoteCharacteristic',['../class_nim_b_l_e_remote_descriptor.html#a529e80c6731f68f3598e015df7618cfe',1,'NimBLERemoteDescriptor']]],
['getremoteservice_147',['getRemoteService',['../class_nim_b_l_e_remote_characteristic.html#a943183a55b020de9e09ac2cfaebcde32',1,'NimBLERemoteCharacteristic']]],
['getresults_148',['getResults',['../class_nim_b_l_e_scan.html#a2ae53719546e2d410c816e12c56aad61',1,'NimBLEScan']]],
- ['getrssi_149',['getRSSI',['../class_nim_b_l_e_advertised_device.html#acd42dfbc92a43fc90e933df975c029f3',1,'NimBLEAdvertisedDevice']]],
- ['getrssi_150',['getRssi',['../class_nim_b_l_e_client.html#ae216993cf4eeb5780a104a8b14044f78',1,'NimBLEClient']]],
+ ['getrssi_149',['getRssi',['../class_nim_b_l_e_client.html#ae216993cf4eeb5780a104a8b14044f78',1,'NimBLEClient']]],
+ ['getrssi_150',['getRSSI',['../class_nim_b_l_e_advertised_device.html#acd42dfbc92a43fc90e933df975c029f3',1,'NimBLEAdvertisedDevice']]],
['getscan_151',['getScan',['../class_nim_b_l_e_advertised_device.html#ad3931c72aaded3b594896c29b3691562',1,'NimBLEAdvertisedDevice::getScan()'],['../class_nim_b_l_e_device.html#af93d92316454b051125460056368baec',1,'NimBLEDevice::getScan()']]],
['getseckeysize_152',['getSecKeySize',['../class_nim_b_l_e_conn_info.html#a278a8456f9d7df9cea7d776e61b36782',1,'NimBLEConnInfo']]],
['getsecondaryphy_153',['getSecondaryPhy',['../class_nim_b_l_e_advertised_device.html#a1efd77b20e3198ef148282bf75ff3e22',1,'NimBLEAdvertisedDevice']]],
@@ -96,8 +96,8 @@ var searchData=
['gettype_175',['getType',['../class_nim_b_l_e_address.html#a18f8361ed20146cbc374a246d87015eb',1,'NimBLEAddress']]],
['geturi_176',['getURI',['../class_nim_b_l_e_advertised_device.html#ad65f8040a142f8d6d0763d4876f0d22e',1,'NimBLEAdvertisedDevice']]],
['geturl_177',['getURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a0109874399f3e70a72ee9f4a909710e1',1,'NimBLEEddystoneURL']]],
- ['getuuid_178',['getUUID',['../class_nim_b_l_e_characteristic.html#a28b03617fe753133582ba4e58c60e52e',1,'NimBLECharacteristic::getUUID()'],['../class_nim_b_l_e_descriptor.html#abc5398a570edc197fbadad3f5b45e186',1,'NimBLEDescriptor::getUUID()'],['../class_nim_b_l_e_eddystone_t_l_m.html#aa511375f22952c0f5846a51e6c2511c5',1,'NimBLEEddystoneTLM::getUUID()'],['../class_nim_b_l_e_eddystone_u_r_l.html#a1fde0fcf7d90f79e0eb718967518247a',1,'NimBLEEddystoneURL::getUUID()'],['../class_nim_b_l_e_remote_characteristic.html#ad62c63468995a24d736c4176c9607eeb',1,'NimBLERemoteCharacteristic::getUUID()'],['../class_nim_b_l_e_remote_descriptor.html#ace6b19cd3d9aa8226b4c17371616ad58',1,'NimBLERemoteDescriptor::getUUID()'],['../class_nim_b_l_e_remote_service.html#a565ed7d306645772d4e03ca65a07f7e5',1,'NimBLERemoteService::getUUID()'],['../class_nim_b_l_e_service.html#ab000b7d2b7dbb3978a5a8c1e17b1d649',1,'NimBLEService::getUUID()']]],
- ['getvalue_179',['getValue',['../class_nim_b_l_e_att_value.html#a60fb3dc7057d4ec800c3ef6fd2480a69',1,'NimBLEAttValue::getValue(time_t *timestamp)'],['../class_nim_b_l_e_att_value.html#a1aca76279ea3f0d8cb06ff5540a326e3',1,'NimBLEAttValue::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_characteristic.html#a78484a01350300176033a09180f7207f',1,'NimBLECharacteristic::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_characteristic.html#a7d09c29b26362f6ddcaf51a9c9dc8be4',1,'NimBLECharacteristic::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_client.html#a3903fb7589e2b8b781f8f81f9e0f2a83',1,'NimBLEClient::getValue()'],['../class_nim_b_l_e_descriptor.html#a8f64c733c8848948fe9123bd7cd3fd53',1,'NimBLEDescriptor::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_descriptor.html#a61062547f21ca8e102ec5d8e0843c9f9',1,'NimBLEDescriptor::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_remote_characteristic.html#a6d0779ffe7e89449121428e7fd6083d8',1,'NimBLERemoteCharacteristic::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_remote_characteristic.html#a74ad8484cbc88d8eb36d4684233c538b',1,'NimBLERemoteCharacteristic::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_remote_service.html#a4a9b63b4e5cedb51a7748a88daeb518b',1,'NimBLERemoteService::getValue()']]],
+ ['getuuid_178',['getUUID',['../class_nim_b_l_e_service.html#ab000b7d2b7dbb3978a5a8c1e17b1d649',1,'NimBLEService::getUUID()'],['../class_nim_b_l_e_remote_service.html#a565ed7d306645772d4e03ca65a07f7e5',1,'NimBLERemoteService::getUUID()'],['../class_nim_b_l_e_remote_descriptor.html#ace6b19cd3d9aa8226b4c17371616ad58',1,'NimBLERemoteDescriptor::getUUID()'],['../class_nim_b_l_e_eddystone_u_r_l.html#a1fde0fcf7d90f79e0eb718967518247a',1,'NimBLEEddystoneURL::getUUID()'],['../class_nim_b_l_e_eddystone_t_l_m.html#aa511375f22952c0f5846a51e6c2511c5',1,'NimBLEEddystoneTLM::getUUID()'],['../class_nim_b_l_e_descriptor.html#abc5398a570edc197fbadad3f5b45e186',1,'NimBLEDescriptor::getUUID()'],['../class_nim_b_l_e_characteristic.html#a28b03617fe753133582ba4e58c60e52e',1,'NimBLECharacteristic::getUUID()'],['../class_nim_b_l_e_remote_characteristic.html#ad62c63468995a24d736c4176c9607eeb',1,'NimBLERemoteCharacteristic::getUUID()']]],
+ ['getvalue_179',['getValue',['../class_nim_b_l_e_descriptor.html#a8f64c733c8848948fe9123bd7cd3fd53',1,'NimBLEDescriptor::getValue()'],['../class_nim_b_l_e_remote_service.html#a4a9b63b4e5cedb51a7748a88daeb518b',1,'NimBLERemoteService::getValue()'],['../class_nim_b_l_e_remote_characteristic.html#a74ad8484cbc88d8eb36d4684233c538b',1,'NimBLERemoteCharacteristic::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_remote_characteristic.html#a6d0779ffe7e89449121428e7fd6083d8',1,'NimBLERemoteCharacteristic::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_descriptor.html#a61062547f21ca8e102ec5d8e0843c9f9',1,'NimBLEDescriptor::getValue()'],['../class_nim_b_l_e_client.html#a3903fb7589e2b8b781f8f81f9e0f2a83',1,'NimBLEClient::getValue()'],['../class_nim_b_l_e_characteristic.html#a7d09c29b26362f6ddcaf51a9c9dc8be4',1,'NimBLECharacteristic::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_characteristic.html#a78484a01350300176033a09180f7207f',1,'NimBLECharacteristic::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_att_value.html#a1aca76279ea3f0d8cb06ff5540a326e3',1,'NimBLEAttValue::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_att_value.html#a60fb3dc7057d4ec800c3ef6fd2480a69',1,'NimBLEAttValue::getValue(time_t *timestamp)']]],
['getversion_180',['getVersion',['../class_nim_b_l_e_eddystone_t_l_m.html#ae9f17d2c1e4150775881babb73f0b10c',1,'NimBLEEddystoneTLM']]],
['getvolt_181',['getVolt',['../class_nim_b_l_e_eddystone_t_l_m.html#af9862f983df6f48a96220e936d13d17b',1,'NimBLEEddystoneTLM']]],
['getwhitelistaddress_182',['getWhiteListAddress',['../class_nim_b_l_e_device.html#a4a2229e9e517b84773e65c75124b0789',1,'NimBLEDevice']]],
diff --git a/search/all_8.js b/search/all_8.js
index 15976f6..d1d546d 100644
--- a/search/all_8.js
+++ b/search/all_8.js
@@ -1,7 +1,7 @@
var searchData=
[
['improvements_20and_20updates_198',['Improvements and updates',['../md__improvements_and_updates.html',1,'']]],
- ['indicate_199',['indicate',['../class_nim_b_l_e_characteristic.html#a2ce9f62ecc3d1644ef4d58efe7a3c434',1,'NimBLECharacteristic::indicate()'],['../class_nim_b_l_e_characteristic.html#a8c1875611a1beb192e6c24dff35d0655',1,'NimBLECharacteristic::indicate(const uint8_t *value, size_t length)'],['../class_nim_b_l_e_characteristic.html#a2e827aba484add48e52c8eebf80b4a78',1,'NimBLECharacteristic::indicate(const std::vector< uint8_t > &value)'],['../class_nim_b_l_e_characteristic.html#af2940e8c314a1ecee1750d20a60c459d',1,'NimBLECharacteristic::indicate(const T &value)']]],
+ ['indicate_199',['indicate',['../class_nim_b_l_e_characteristic.html#a8c1875611a1beb192e6c24dff35d0655',1,'NimBLECharacteristic::indicate(const uint8_t *value, size_t length)'],['../class_nim_b_l_e_characteristic.html#af2940e8c314a1ecee1750d20a60c459d',1,'NimBLECharacteristic::indicate(const T &value)'],['../class_nim_b_l_e_characteristic.html#a2e827aba484add48e52c8eebf80b4a78',1,'NimBLECharacteristic::indicate(const std::vector< uint8_t > &value)'],['../class_nim_b_l_e_characteristic.html#a2ce9f62ecc3d1644ef4d58efe7a3c434',1,'NimBLECharacteristic::indicate()']]],
['init_200',['init',['../class_nim_b_l_e_device.html#a674d2e68d4ba0e3f84d7993f9da7d15b',1,'NimBLEDevice']]],
['inputreport_201',['inputReport',['../class_nim_b_l_e_h_i_d_device.html#a91cfe81b47cea229e9bbe3c55be33701',1,'NimBLEHIDDevice']]],
['isactive_202',['isActive',['../class_nim_b_l_e_ext_advertising.html#a88ebe0b664cf22449e1a4311fc3b9b01',1,'NimBLEExtAdvertising']]],
diff --git a/search/all_b.js b/search/all_b.js
index e2a4b06..7ebadae 100644
--- a/search/all_b.js
+++ b/search/all_b.js
@@ -2,27 +2,27 @@ var searchData=
[
['new_20user_20guide_219',['New User Guide',['../md__new_user_guide.html',1,'']]],
['nimble2904_220',['NimBLE2904',['../class_nim_b_l_e2904.html',1,'']]],
- ['nimbleaddress_221',['NimBLEAddress',['../class_nim_b_l_e_address.html',1,'NimBLEAddress'],['../class_nim_b_l_e_address.html#a92637adc75c8010bcf34e2dd8f16cd94',1,'NimBLEAddress::NimBLEAddress(uint8_t address[6], uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#a139790cf03d8297e253e5353a0213bff',1,'NimBLEAddress::NimBLEAddress(const uint64_t &address, uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#aeb6dafff197dc01e2713bbf43e21f1f3',1,'NimBLEAddress::NimBLEAddress(const std::string &stringAddress, uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#a19058addb94417e2921cade37a79d04c',1,'NimBLEAddress::NimBLEAddress()'],['../class_nim_b_l_e_address.html#ab8c9105b825ed0be5d1bbab966f2a0cf',1,'NimBLEAddress::NimBLEAddress(ble_addr_t address)']]],
- ['nimbleadvertiseddevice_222',['NimBLEAdvertisedDevice',['../class_nim_b_l_e_advertised_device.html',1,'NimBLEAdvertisedDevice'],['../class_nim_b_l_e_advertised_device.html#ab8972714ecd578fca51fb63d9834a34e',1,'NimBLEAdvertisedDevice::NimBLEAdvertisedDevice()']]],
+ ['nimbleaddress_221',['NimBLEAddress',['../class_nim_b_l_e_address.html#a92637adc75c8010bcf34e2dd8f16cd94',1,'NimBLEAddress::NimBLEAddress(uint8_t address[6], uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#a139790cf03d8297e253e5353a0213bff',1,'NimBLEAddress::NimBLEAddress(const uint64_t &address, uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#aeb6dafff197dc01e2713bbf43e21f1f3',1,'NimBLEAddress::NimBLEAddress(const std::string &stringAddress, uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#ab8c9105b825ed0be5d1bbab966f2a0cf',1,'NimBLEAddress::NimBLEAddress(ble_addr_t address)'],['../class_nim_b_l_e_address.html#a19058addb94417e2921cade37a79d04c',1,'NimBLEAddress::NimBLEAddress()'],['../class_nim_b_l_e_address.html',1,'NimBLEAddress']]],
+ ['nimbleadvertiseddevice_222',['NimBLEAdvertisedDevice',['../class_nim_b_l_e_advertised_device.html#ab8972714ecd578fca51fb63d9834a34e',1,'NimBLEAdvertisedDevice::NimBLEAdvertisedDevice()'],['../class_nim_b_l_e_advertised_device.html',1,'NimBLEAdvertisedDevice']]],
['nimbleadvertiseddevicecallbacks_223',['NimBLEAdvertisedDeviceCallbacks',['../class_nim_b_l_e_advertised_device_callbacks.html',1,'']]],
['nimbleadvertisementdata_224',['NimBLEAdvertisementData',['../class_nim_b_l_e_advertisement_data.html',1,'']]],
['nimbleadvertising_225',['NimBLEAdvertising',['../class_nim_b_l_e_advertising.html',1,'NimBLEAdvertising'],['../class_nim_b_l_e_advertising.html#abe6258a917243a4567c3d6eece2ddcdd',1,'NimBLEAdvertising::NimBLEAdvertising()']]],
- ['nimbleattvalue_226',['NimBLEAttValue',['../class_nim_b_l_e_att_value.html',1,'NimBLEAttValue'],['../class_nim_b_l_e_att_value.html#a584cac329cd5d3c0a14aa855e6e6143e',1,'NimBLEAttValue::NimBLEAttValue(const std::string str, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#ad0bbdf17e7861cbb4bb2cadae9cbe32c',1,'NimBLEAttValue::NimBLEAttValue(const uint8_t *value, uint16_t len, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#aa801ed93f65e8cbc507c6ea6f4f49294',1,'NimBLEAttValue::NimBLEAttValue(uint16_t init_len=CONFIG_NIMBLE_CPP_ATT_VALUE_INIT_LENGTH, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a778d1da5334049292fdfba221bcd5772',1,'NimBLEAttValue::NimBLEAttValue(NimBLEAttValue &&source)'],['../class_nim_b_l_e_att_value.html#a7473ad95c2240e0d1ce5c2d57f8914c2',1,'NimBLEAttValue::NimBLEAttValue(const NimBLEAttValue &source)'],['../class_nim_b_l_e_att_value.html#a03347eab1f3df449762902a4256d2b1c',1,'NimBLEAttValue::NimBLEAttValue(const std::vector< uint8_t > vec, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a4322572d778438318f5750f6df5fdb35',1,'NimBLEAttValue::NimBLEAttValue(const char *value, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a61813a898f1bfb1b00e670a7fbb413df',1,'NimBLEAttValue::NimBLEAttValue(std::initializer_list< uint8_t > list, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)']]],
+ ['nimbleattvalue_226',['NimBLEAttValue',['../class_nim_b_l_e_att_value.html#a61813a898f1bfb1b00e670a7fbb413df',1,'NimBLEAttValue::NimBLEAttValue()'],['../class_nim_b_l_e_att_value.html',1,'NimBLEAttValue'],['../class_nim_b_l_e_att_value.html#aa801ed93f65e8cbc507c6ea6f4f49294',1,'NimBLEAttValue::NimBLEAttValue(uint16_t init_len=CONFIG_NIMBLE_CPP_ATT_VALUE_INIT_LENGTH, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#ad0bbdf17e7861cbb4bb2cadae9cbe32c',1,'NimBLEAttValue::NimBLEAttValue(const uint8_t *value, uint16_t len, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a4322572d778438318f5750f6df5fdb35',1,'NimBLEAttValue::NimBLEAttValue(const char *value, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a584cac329cd5d3c0a14aa855e6e6143e',1,'NimBLEAttValue::NimBLEAttValue(const std::string str, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a03347eab1f3df449762902a4256d2b1c',1,'NimBLEAttValue::NimBLEAttValue(const std::vector< uint8_t > vec, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a7473ad95c2240e0d1ce5c2d57f8914c2',1,'NimBLEAttValue::NimBLEAttValue(const NimBLEAttValue &source)'],['../class_nim_b_l_e_att_value.html#a778d1da5334049292fdfba221bcd5772',1,'NimBLEAttValue::NimBLEAttValue(NimBLEAttValue &&source)']]],
['nimblebeacon_227',['NimBLEBeacon',['../class_nim_b_l_e_beacon.html',1,'NimBLEBeacon'],['../class_nim_b_l_e_beacon.html#ac99e1fb4ef4795785a655b117dabdd37',1,'NimBLEBeacon::NimBLEBeacon()']]],
- ['nimblecharacteristic_228',['NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html',1,'NimBLECharacteristic'],['../class_nim_b_l_e_characteristic.html#ae2053d941cf8574acbdceb8b549b8264',1,'NimBLECharacteristic::NimBLECharacteristic(const NimBLEUUID &uuid, uint16_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN, NimBLEService *pService=nullptr)'],['../class_nim_b_l_e_characteristic.html#aa32224e69115e9ba60ac614e8f37a871',1,'NimBLECharacteristic::NimBLECharacteristic(const char *uuid, uint16_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN, NimBLEService *pService=nullptr)']]],
+ ['nimblecharacteristic_228',['NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html',1,'NimBLECharacteristic'],['../class_nim_b_l_e_characteristic.html#aa32224e69115e9ba60ac614e8f37a871',1,'NimBLECharacteristic::NimBLECharacteristic(const char *uuid, uint16_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN, NimBLEService *pService=nullptr)'],['../class_nim_b_l_e_characteristic.html#ae2053d941cf8574acbdceb8b549b8264',1,'NimBLECharacteristic::NimBLECharacteristic(const NimBLEUUID &uuid, uint16_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN, NimBLEService *pService=nullptr)']]],
['nimblecharacteristiccallbacks_229',['NimBLECharacteristicCallbacks',['../class_nim_b_l_e_characteristic_callbacks.html',1,'']]],
['nimbleclient_230',['NimBLEClient',['../class_nim_b_l_e_client.html',1,'']]],
['nimbleclientcallbacks_231',['NimBLEClientCallbacks',['../class_nim_b_l_e_client_callbacks.html',1,'']]],
['nimbleconninfo_232',['NimBLEConnInfo',['../class_nim_b_l_e_conn_info.html',1,'']]],
- ['nimbledescriptor_233',['NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html',1,'NimBLEDescriptor'],['../class_nim_b_l_e_descriptor.html#a7ecb634b7d6390677cad232bd6be6638',1,'NimBLEDescriptor::NimBLEDescriptor(NimBLEUUID uuid, uint16_t properties, uint16_t max_len, NimBLECharacteristic *pCharacteristic=nullptr)'],['../class_nim_b_l_e_descriptor.html#a3cf995352eb1b1c212a7911a05c33b25',1,'NimBLEDescriptor::NimBLEDescriptor(const char *uuid, uint16_t properties, uint16_t max_len, NimBLECharacteristic *pCharacteristic=nullptr)']]],
+ ['nimbledescriptor_233',['NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html#a7ecb634b7d6390677cad232bd6be6638',1,'NimBLEDescriptor::NimBLEDescriptor(NimBLEUUID uuid, uint16_t properties, uint16_t max_len, NimBLECharacteristic *pCharacteristic=nullptr)'],['../class_nim_b_l_e_descriptor.html#a3cf995352eb1b1c212a7911a05c33b25',1,'NimBLEDescriptor::NimBLEDescriptor(const char *uuid, uint16_t properties, uint16_t max_len, NimBLECharacteristic *pCharacteristic=nullptr)'],['../class_nim_b_l_e_descriptor.html',1,'NimBLEDescriptor']]],
['nimbledescriptorcallbacks_234',['NimBLEDescriptorCallbacks',['../class_nim_b_l_e_descriptor_callbacks.html',1,'']]],
['nimbledevice_235',['NimBLEDevice',['../class_nim_b_l_e_device.html',1,'']]],
- ['nimbleeddystonetlm_236',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html',1,'NimBLEEddystoneTLM'],['../class_nim_b_l_e_eddystone_t_l_m.html#a4d87d0b11420af2ae04bc4e6ce2f8607',1,'NimBLEEddystoneTLM::NimBLEEddystoneTLM()']]],
- ['nimbleeddystoneurl_237',['NimBLEEddystoneURL',['../class_nim_b_l_e_eddystone_u_r_l.html',1,'NimBLEEddystoneURL'],['../class_nim_b_l_e_eddystone_u_r_l.html#ae102214d20e32e31c9c84d723f67df15',1,'NimBLEEddystoneURL::NimBLEEddystoneURL()']]],
- ['nimbleextadvertisement_238',['NimBLEExtAdvertisement',['../class_nim_b_l_e_ext_advertisement.html',1,'NimBLEExtAdvertisement'],['../class_nim_b_l_e_ext_advertisement.html#a9e739c3117da31c486f8f4dd8d273c9c',1,'NimBLEExtAdvertisement::NimBLEExtAdvertisement()']]],
+ ['nimbleeddystonetlm_236',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html#a4d87d0b11420af2ae04bc4e6ce2f8607',1,'NimBLEEddystoneTLM::NimBLEEddystoneTLM()'],['../class_nim_b_l_e_eddystone_t_l_m.html',1,'NimBLEEddystoneTLM']]],
+ ['nimbleeddystoneurl_237',['NimBLEEddystoneURL',['../class_nim_b_l_e_eddystone_u_r_l.html#ae102214d20e32e31c9c84d723f67df15',1,'NimBLEEddystoneURL::NimBLEEddystoneURL()'],['../class_nim_b_l_e_eddystone_u_r_l.html',1,'NimBLEEddystoneURL']]],
+ ['nimbleextadvertisement_238',['NimBLEExtAdvertisement',['../class_nim_b_l_e_ext_advertisement.html#a9e739c3117da31c486f8f4dd8d273c9c',1,'NimBLEExtAdvertisement::NimBLEExtAdvertisement()'],['../class_nim_b_l_e_ext_advertisement.html',1,'NimBLEExtAdvertisement']]],
['nimbleextadvertising_239',['NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html',1,'NimBLEExtAdvertising'],['../class_nim_b_l_e_ext_advertising.html#afe321b856d785b78242b2ea020a96af3',1,'NimBLEExtAdvertising::NimBLEExtAdvertising()']]],
['nimbleextadvertisingcallbacks_240',['NimBLEExtAdvertisingCallbacks',['../class_nim_b_l_e_ext_advertising_callbacks.html',1,'']]],
- ['nimblehiddevice_241',['NimBLEHIDDevice',['../class_nim_b_l_e_h_i_d_device.html#a95b4935280494ffa24bfae89753f199a',1,'NimBLEHIDDevice::NimBLEHIDDevice()'],['../class_nim_b_l_e_h_i_d_device.html',1,'NimBLEHIDDevice']]],
+ ['nimblehiddevice_241',['NimBLEHIDDevice',['../class_nim_b_l_e_h_i_d_device.html',1,'NimBLEHIDDevice'],['../class_nim_b_l_e_h_i_d_device.html#a95b4935280494ffa24bfae89753f199a',1,'NimBLEHIDDevice::NimBLEHIDDevice()']]],
['nimbleremotecharacteristic_242',['NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html',1,'']]],
['nimbleremotedescriptor_243',['NimBLERemoteDescriptor',['../class_nim_b_l_e_remote_descriptor.html',1,'']]],
['nimbleremoteservice_244',['NimBLERemoteService',['../class_nim_b_l_e_remote_service.html',1,'']]],
@@ -32,9 +32,9 @@ var searchData=
['nimblesecuritycallbacks_248',['NimBLESecurityCallbacks',['../class_nim_b_l_e_security_callbacks.html',1,'']]],
['nimbleserver_249',['NimBLEServer',['../class_nim_b_l_e_server.html',1,'']]],
['nimbleservercallbacks_250',['NimBLEServerCallbacks',['../class_nim_b_l_e_server_callbacks.html',1,'']]],
- ['nimbleservice_251',['NimBLEService',['../class_nim_b_l_e_service.html',1,'NimBLEService'],['../class_nim_b_l_e_service.html#a5084a6db9c9b5ddb4f3e9261606b1e65',1,'NimBLEService::NimBLEService(const char *uuid)'],['../class_nim_b_l_e_service.html#af4e9e030046352a6ff3d9ba67fe872e3',1,'NimBLEService::NimBLEService(const NimBLEUUID &uuid)']]],
+ ['nimbleservice_251',['NimBLEService',['../class_nim_b_l_e_service.html',1,'NimBLEService'],['../class_nim_b_l_e_service.html#af4e9e030046352a6ff3d9ba67fe872e3',1,'NimBLEService::NimBLEService(const NimBLEUUID &uuid)'],['../class_nim_b_l_e_service.html#a5084a6db9c9b5ddb4f3e9261606b1e65',1,'NimBLEService::NimBLEService(const char *uuid)']]],
['nimbleutils_252',['NimBLEUtils',['../class_nim_b_l_e_utils.html',1,'']]],
- ['nimbleuuid_253',['NimBLEUUID',['../class_nim_b_l_e_u_u_i_d.html',1,'NimBLEUUID'],['../class_nim_b_l_e_u_u_i_d.html#a6fd3849062c96cee3d6cd00544fadfac',1,'NimBLEUUID::NimBLEUUID(const std::string &uuid)'],['../class_nim_b_l_e_u_u_i_d.html#aadbfc5504e63cd91c59c778607b8dd92',1,'NimBLEUUID::NimBLEUUID(uint16_t uuid)'],['../class_nim_b_l_e_u_u_i_d.html#ac9fbd00e7ffeb334571016c61bca9286',1,'NimBLEUUID::NimBLEUUID(const ble_uuid128_t *uuid)'],['../class_nim_b_l_e_u_u_i_d.html#a6eda1a14d4590dd25e6a2f7a49ad528e',1,'NimBLEUUID::NimBLEUUID(const uint8_t *pData, size_t size, bool msbFirst)'],['../class_nim_b_l_e_u_u_i_d.html#a399dca7d70ee262aa155b39d357321b1',1,'NimBLEUUID::NimBLEUUID(uint32_t first, uint16_t second, uint16_t third, uint64_t fourth)'],['../class_nim_b_l_e_u_u_i_d.html#abec7913c5989c3620c423c6717111453',1,'NimBLEUUID::NimBLEUUID()'],['../class_nim_b_l_e_u_u_i_d.html#ab4e1658b1c414edb9aea5cf5140fa461',1,'NimBLEUUID::NimBLEUUID(uint32_t uuid)']]],
+ ['nimbleuuid_253',['NimBLEUUID',['../class_nim_b_l_e_u_u_i_d.html',1,'NimBLEUUID'],['../class_nim_b_l_e_u_u_i_d.html#a6fd3849062c96cee3d6cd00544fadfac',1,'NimBLEUUID::NimBLEUUID(const std::string &uuid)'],['../class_nim_b_l_e_u_u_i_d.html#aadbfc5504e63cd91c59c778607b8dd92',1,'NimBLEUUID::NimBLEUUID(uint16_t uuid)'],['../class_nim_b_l_e_u_u_i_d.html#ab4e1658b1c414edb9aea5cf5140fa461',1,'NimBLEUUID::NimBLEUUID(uint32_t uuid)'],['../class_nim_b_l_e_u_u_i_d.html#ac9fbd00e7ffeb334571016c61bca9286',1,'NimBLEUUID::NimBLEUUID(const ble_uuid128_t *uuid)'],['../class_nim_b_l_e_u_u_i_d.html#a6eda1a14d4590dd25e6a2f7a49ad528e',1,'NimBLEUUID::NimBLEUUID(const uint8_t *pData, size_t size, bool msbFirst)'],['../class_nim_b_l_e_u_u_i_d.html#a399dca7d70ee262aa155b39d357321b1',1,'NimBLEUUID::NimBLEUUID(uint32_t first, uint16_t second, uint16_t third, uint64_t fourth)'],['../class_nim_b_l_e_u_u_i_d.html#abec7913c5989c3620c423c6717111453',1,'NimBLEUUID::NimBLEUUID()']]],
['nimconfig_2eh_254',['nimconfig.h',['../nimconfig_8h.html',1,'']]],
['notify_255',['notify',['../class_nim_b_l_e_characteristic.html#aa45461059e1992c816e32c371d17e813',1,'NimBLECharacteristic::notify(bool is_notification=true)'],['../class_nim_b_l_e_characteristic.html#a9ce09408a307a6b62a91418ea7723ebf',1,'NimBLECharacteristic::notify(const uint8_t *value, size_t length, bool is_notification=true)'],['../class_nim_b_l_e_characteristic.html#a15a9f056e5a3e85d5cb0bdc7adbdd970',1,'NimBLECharacteristic::notify(const std::vector< uint8_t > &value, bool is_notification=true)'],['../class_nim_b_l_e_characteristic.html#aed1432c11fadec203104b13aaaf7060d',1,'NimBLECharacteristic::notify(const T &value, bool is_notification=true)']]]
];
diff --git a/search/all_c.js b/search/all_c.js
index a22a2d7..beb80e2 100644
--- a/search/all_c.js
+++ b/search/all_c.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['onauthenticationcomplete_256',['onAuthenticationComplete',['../class_nim_b_l_e_client_callbacks.html#a40fb2013fc4ebe51f770699377922065',1,'NimBLEClientCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_security_callbacks.html#a22a8079906070a13583daafd1521a125',1,'NimBLESecurityCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_server_callbacks.html#a6a18155a8d3fa0980fab51f08ce5de2d',1,'NimBLEServerCallbacks::onAuthenticationComplete()']]],
+ ['onauthenticationcomplete_256',['onAuthenticationComplete',['../class_nim_b_l_e_security_callbacks.html#a22a8079906070a13583daafd1521a125',1,'NimBLESecurityCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_client_callbacks.html#a40fb2013fc4ebe51f770699377922065',1,'NimBLEClientCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_server_callbacks.html#a6a18155a8d3fa0980fab51f08ce5de2d',1,'NimBLEServerCallbacks::onAuthenticationComplete()']]],
['onconfirmpin_257',['onConfirmPIN',['../class_nim_b_l_e_client_callbacks.html#ace39ee838319e415bd0fc5c72a653ff0',1,'NimBLEClientCallbacks::onConfirmPIN()'],['../class_nim_b_l_e_security_callbacks.html#a2ce6a03693a43a55e51598d8b2654a92',1,'NimBLESecurityCallbacks::onConfirmPIN()'],['../class_nim_b_l_e_server_callbacks.html#a5327d11f249e8f020b59529b634e0c91',1,'NimBLEServerCallbacks::onConfirmPIN()']]],
['onconnect_258',['onConnect',['../class_nim_b_l_e_client_callbacks.html#a96de53d9745f243d544cd89498f979ae',1,'NimBLEClientCallbacks::onConnect()'],['../class_nim_b_l_e_server_callbacks.html#a80348ab2d08bbec7a6910c96662fc1d4',1,'NimBLEServerCallbacks::onConnect(NimBLEServer *pServer)'],['../class_nim_b_l_e_server_callbacks.html#a76f32bb22a34b33ee2a934f101d925b1',1,'NimBLEServerCallbacks::onConnect(NimBLEServer *pServer, ble_gap_conn_desc *desc)']]],
['onconnparamsupdaterequest_259',['onConnParamsUpdateRequest',['../class_nim_b_l_e_client_callbacks.html#a8bc6a072e1cc974ef084eb2cad18dac6',1,'NimBLEClientCallbacks']]],
@@ -20,13 +20,13 @@ var searchData=
['onwrite_273',['onWrite',['../class_nim_b_l_e_characteristic_callbacks.html#aac7caf4a80da061b5beda5ebcd214fc3',1,'NimBLECharacteristicCallbacks::onWrite(NimBLECharacteristic *pCharacteristic)'],['../class_nim_b_l_e_characteristic_callbacks.html#a303a44a2efad76d54d67955fcb7b05d7',1,'NimBLECharacteristicCallbacks::onWrite(NimBLECharacteristic *pCharacteristic, ble_gap_conn_desc *desc)'],['../class_nim_b_l_e_descriptor_callbacks.html#a7081bf2c4f22225c4715e09762be40ed',1,'NimBLEDescriptorCallbacks::onWrite()']]],
['operator_20const_20uint8_5ft_20_2a_274',['operator const uint8_t *',['../class_nim_b_l_e_att_value.html#a3aa926c56cd58146a5b1c6e02c97894b',1,'NimBLEAttValue']]],
['operator_20uint64_5ft_275',['operator uint64_t',['../class_nim_b_l_e_address.html#aa7d5d8d323d2846bf2082b83381bd7c8',1,'NimBLEAddress']]],
- ['operator_21_3d_276',['operator!=',['../class_nim_b_l_e_address.html#ae243127c78af69b26dfa225effd806ce',1,'NimBLEAddress::operator!=()'],['../class_nim_b_l_e_att_value.html#a9dc3bc75c3a0cedf76bed59ef2d0d289',1,'NimBLEAttValue::operator!=()'],['../class_nim_b_l_e_u_u_i_d.html#abeee22e6661f7533f05802e1f89fedfe',1,'NimBLEUUID::operator!=()']]],
+ ['operator_21_3d_276',['operator!=',['../class_nim_b_l_e_address.html#ae243127c78af69b26dfa225effd806ce',1,'NimBLEAddress::operator!=()'],['../class_nim_b_l_e_u_u_i_d.html#abeee22e6661f7533f05802e1f89fedfe',1,'NimBLEUUID::operator!=()'],['../class_nim_b_l_e_att_value.html#a9dc3bc75c3a0cedf76bed59ef2d0d289',1,'NimBLEAttValue::operator!=(const NimBLEAttValue &source)']]],
['operator_2b_3d_277',['operator+=',['../class_nim_b_l_e_att_value.html#a0e6691f9660a2b78e038e87e99914696',1,'NimBLEAttValue']]],
['operator_3d_278',['operator=',['../class_nim_b_l_e_att_value.html#aa0545edd766dc4ca6e3ebfac5efa384e',1,'NimBLEAttValue::operator=(const std::string &source)'],['../class_nim_b_l_e_att_value.html#a47d30a61ba65f5d9a21fa593cf15d4b9',1,'NimBLEAttValue::operator=(NimBLEAttValue &&source)'],['../class_nim_b_l_e_att_value.html#aa53ee00be956c25596cf7cce71b502ba',1,'NimBLEAttValue::operator=(const NimBLEAttValue &source)']]],
['operator_3d_3d_279',['operator==',['../class_nim_b_l_e_address.html#a87e8ccc81c2d83bf0503166939319164',1,'NimBLEAddress::operator==()'],['../class_nim_b_l_e_att_value.html#a9634dd47ea705ec8d10f29482e572bbf',1,'NimBLEAttValue::operator==()'],['../class_nim_b_l_e_u_u_i_d.html#a46484dcb0a1bfef6a8afe97f49f97875',1,'NimBLEUUID::operator==()']]],
['operator_5b_5d_280',['operator[]',['../class_nim_b_l_e_att_value.html#a8ca8d07c06a79e30bf6279e6817e4881',1,'NimBLEAttValue']]],
['outputreport_281',['outputReport',['../class_nim_b_l_e_h_i_d_device.html#ac1e63972c6a77665a6bbc76f9ff4a717',1,'NimBLEHIDDevice']]],
['overview_282',['Overview',['../index.html',1,'']]],
- ['string_283',['string',['../class_nim_b_l_e_address.html#a5398ed7c6d8e95a7527103095e07093a',1,'NimBLEAddress::string()'],['../class_nim_b_l_e_att_value.html#a5edd484c83c5efa62916add8927a6371',1,'NimBLEAttValue::string()'],['../class_nim_b_l_e_u_u_i_d.html#a4315e760bf763333022658ff980f3048',1,'NimBLEUUID::string()']]],
+ ['string_283',['string',['../class_nim_b_l_e_u_u_i_d.html#a4315e760bf763333022658ff980f3048',1,'NimBLEUUID::string()'],['../class_nim_b_l_e_att_value.html#a5edd484c83c5efa62916add8927a6371',1,'NimBLEAttValue::string()'],['../class_nim_b_l_e_address.html#a5398ed7c6d8e95a7527103095e07093a',1,'NimBLEAddress::string()']]],
['vector_3c_20uint8_5ft_20_3e_284',['vector< uint8_t >',['../class_nim_b_l_e_att_value.html#a3af3b6efb528b1063df2de409c64a0d6',1,'NimBLEAttValue']]]
];
diff --git a/search/all_f.js b/search/all_f.js
index 4462ff3..0625278 100644
--- a/search/all_f.js
+++ b/search/all_f.js
@@ -10,7 +10,7 @@ var searchData=
['setappearance_310',['setAppearance',['../class_nim_b_l_e_advertisement_data.html#a0f209913ef9f3dfb5be8db39567b4f32',1,'NimBLEAdvertisementData::setAppearance()'],['../class_nim_b_l_e_advertising.html#aa0d30dfb57670cc8180e17dffddad416',1,'NimBLEAdvertising::setAppearance()'],['../class_nim_b_l_e_ext_advertisement.html#a852b96ea8e349caea04941adbe6d24b4',1,'NimBLEExtAdvertisement::setAppearance()']]],
['setauthenticationmode_311',['setAuthenticationMode',['../class_nim_b_l_e_security.html#a5cf0d3672a16f557032bcbf39a9e22f2',1,'NimBLESecurity']]],
['setbatterylevel_312',['setBatteryLevel',['../class_nim_b_l_e_h_i_d_device.html#a84e3127a05f7e6a44761ec4a9e7668e3',1,'NimBLEHIDDevice']]],
- ['setcallbacks_313',['setCallbacks',['../class_nim_b_l_e_characteristic.html#a29dc2505e1d3b4a7d6800d1547965d17',1,'NimBLECharacteristic::setCallbacks()'],['../class_nim_b_l_e_descriptor.html#aa9cb8727f9e17cf8050cf619e5fe3096',1,'NimBLEDescriptor::setCallbacks()'],['../class_nim_b_l_e_ext_advertising.html#add623162d46c952d692e26888c9f8826',1,'NimBLEExtAdvertising::setCallbacks()'],['../class_nim_b_l_e_server.html#a485c90ce36275f9e4ec26a7f3d348cd9',1,'NimBLEServer::setCallbacks()']]],
+ ['setcallbacks_313',['setCallbacks',['../class_nim_b_l_e_ext_advertising.html#add623162d46c952d692e26888c9f8826',1,'NimBLEExtAdvertising::setCallbacks()'],['../class_nim_b_l_e_server.html#a485c90ce36275f9e4ec26a7f3d348cd9',1,'NimBLEServer::setCallbacks()'],['../class_nim_b_l_e_descriptor.html#aa9cb8727f9e17cf8050cf619e5fe3096',1,'NimBLEDescriptor::setCallbacks()'],['../class_nim_b_l_e_characteristic.html#a29dc2505e1d3b4a7d6800d1547965d17',1,'NimBLECharacteristic::setCallbacks()']]],
['setcapability_314',['setCapability',['../class_nim_b_l_e_security.html#a1bb7902d5ceffaca86bd7638a74e35e3',1,'NimBLESecurity']]],
['setclientcallbacks_315',['setClientCallbacks',['../class_nim_b_l_e_client.html#aeede4deef7421b9121387a786c07820c',1,'NimBLEClient']]],
['setcompleteservices_316',['setCompleteServices',['../class_nim_b_l_e_advertisement_data.html#a67fd95e586559b73964d5739051f3822',1,'NimBLEAdvertisementData::setCompleteServices()'],['../class_nim_b_l_e_ext_advertisement.html#a01f8e18204071c11eb47ab243893fc53',1,'NimBLEExtAdvertisement::setCompleteServices()']]],
@@ -22,77 +22,78 @@ var searchData=
['setconnecttimeout_322',['setConnectTimeout',['../class_nim_b_l_e_client.html#a4068b29a9bd12e3110465908864dd20e',1,'NimBLEClient']]],
['setcount_323',['setCount',['../class_nim_b_l_e_eddystone_t_l_m.html#a6d033c09a513b2dfdad6f1b962b906a8',1,'NimBLEEddystoneTLM']]],
['setcustomgaphandler_324',['setCustomGapHandler',['../class_nim_b_l_e_device.html#a8d4e1013815e7b021029f447f1702833',1,'NimBLEDevice']]],
- ['setdata_325',['setData',['../class_nim_b_l_e_beacon.html#a92292c8b1f5ba0097f063ff6e60934ff',1,'NimBLEBeacon::setData()'],['../class_nim_b_l_e_eddystone_t_l_m.html#a160e33218dc7fb33f678cda1605da52e',1,'NimBLEEddystoneTLM::setData()'],['../class_nim_b_l_e_eddystone_u_r_l.html#ada3ac4a544b8565635871f39f1593811',1,'NimBLEEddystoneURL::setData()'],['../class_nim_b_l_e_ext_advertisement.html#a08a31a938ccd10fad61e1115c1db6274',1,'NimBLEExtAdvertisement::setData()']]],
+ ['setdata_325',['setData',['../class_nim_b_l_e_eddystone_t_l_m.html#a160e33218dc7fb33f678cda1605da52e',1,'NimBLEEddystoneTLM::setData()'],['../class_nim_b_l_e_ext_advertisement.html#a08a31a938ccd10fad61e1115c1db6274',1,'NimBLEExtAdvertisement::setData()'],['../class_nim_b_l_e_eddystone_u_r_l.html#ada3ac4a544b8565635871f39f1593811',1,'NimBLEEddystoneURL::setData()'],['../class_nim_b_l_e_beacon.html#a92292c8b1f5ba0097f063ff6e60934ff',1,'NimBLEBeacon::setData()']]],
['setdatalen_326',['setDataLen',['../class_nim_b_l_e_client.html#a33a0114a126e0e58f7b4359c74f4ed41',1,'NimBLEClient::setDataLen()'],['../class_nim_b_l_e_server.html#a15112931d1eb6226188c7e383523ba06',1,'NimBLEServer::setDataLen()']]],
['setdescription_327',['setDescription',['../class_nim_b_l_e2904.html#a498c863cb3fbf92eecc23f9f8856037c',1,'NimBLE2904']]],
- ['setdirected_328',['setDirected',['../class_nim_b_l_e_ext_advertisement.html#a2b29a03b9a8b3a30245ff5468f239887',1,'NimBLEExtAdvertisement']]],
- ['setdirectedpeer_329',['setDirectedPeer',['../class_nim_b_l_e_ext_advertisement.html#a52ee2ff1ccd011ed3410d52c0518728e',1,'NimBLEExtAdvertisement']]],
- ['setduplicatefilter_330',['setDuplicateFilter',['../class_nim_b_l_e_scan.html#ac40563af803f3b9ab88398c7f30e21bb',1,'NimBLEScan']]],
- ['setexponent_331',['setExponent',['../class_nim_b_l_e2904.html#ab1c53f99246f67dca1d63b812bef631d',1,'NimBLE2904']]],
- ['setfilterpolicy_332',['setFilterPolicy',['../class_nim_b_l_e_scan.html#a4248aabb5da67953eadab2a6f834d967',1,'NimBLEScan']]],
- ['setflags_333',['setFlags',['../class_nim_b_l_e_advertisement_data.html#a73766a872477512bd750c773d96ca4e2',1,'NimBLEAdvertisementData::setFlags()'],['../class_nim_b_l_e_ext_advertisement.html#a5536d30615b87b68ec0c0f01292f5df9',1,'NimBLEExtAdvertisement::setFlags()']]],
- ['setformat_334',['setFormat',['../class_nim_b_l_e2904.html#ab7f21651b4493fd3daaa0f1545032ff1',1,'NimBLE2904']]],
- ['setinitencryptionkey_335',['setInitEncryptionKey',['../class_nim_b_l_e_security.html#adfc3caa3e1a5aedc3be5c0f1dc5c99ac',1,'NimBLESecurity']]],
- ['setinstancedata_336',['setInstanceData',['../class_nim_b_l_e_ext_advertising.html#a321fb75a0ffacedfb54da4cc00484b7c',1,'NimBLEExtAdvertising']]],
- ['setinterval_337',['setInterval',['../class_nim_b_l_e_scan.html#a3f3e30d8b79aeb4d64af10d5f9d33788',1,'NimBLEScan']]],
- ['setkeysize_338',['setKeySize',['../class_nim_b_l_e_security.html#ab2be50284a325ec8937abdab0baafd4b',1,'NimBLESecurity']]],
- ['setlegacyadvertising_339',['setLegacyAdvertising',['../class_nim_b_l_e_ext_advertisement.html#a6a0bcbde65ccb9e49aa93d31514c8225',1,'NimBLEExtAdvertisement']]],
- ['setlimitedonly_340',['setLimitedOnly',['../class_nim_b_l_e_scan.html#a77483be2bd9dad08322cc64f4e7012c1',1,'NimBLEScan']]],
- ['setmajor_341',['setMajor',['../class_nim_b_l_e_beacon.html#abef1334108f8049832da7fffb56f6eea',1,'NimBLEBeacon']]],
- ['setmanufacturerdata_342',['setManufacturerData',['../class_nim_b_l_e_advertisement_data.html#aa4df88b578782cda2bd77368b50f2d27',1,'NimBLEAdvertisementData::setManufacturerData()'],['../class_nim_b_l_e_advertising.html#a1eff592870a47b0f62b0f0894efadbd4',1,'NimBLEAdvertising::setManufacturerData()'],['../class_nim_b_l_e_ext_advertisement.html#a5e90a75173354fe9c6959004eb43b20a',1,'NimBLEExtAdvertisement::setManufacturerData()']]],
- ['setmanufacturerid_343',['setManufacturerId',['../class_nim_b_l_e_beacon.html#a1ec99fe7684181e7b899cd763f9b44d9',1,'NimBLEBeacon']]],
- ['setmaxinterval_344',['setMaxInterval',['../class_nim_b_l_e_advertising.html#aab512576d8873fbbb631bac8ada19530',1,'NimBLEAdvertising::setMaxInterval()'],['../class_nim_b_l_e_ext_advertisement.html#a4c339022b5523d20cc7fa956c5dbe1be',1,'NimBLEExtAdvertisement::setMaxInterval()']]],
- ['setmaxpreferred_345',['setMaxPreferred',['../class_nim_b_l_e_advertising.html#a3382cdf80f5ae46a52e3b9159f8e1b66',1,'NimBLEAdvertising']]],
- ['setmaxresults_346',['setMaxResults',['../class_nim_b_l_e_scan.html#aad9cd2462d00d7c0fa39d095aa2d8e81',1,'NimBLEScan']]],
- ['setmininterval_347',['setMinInterval',['../class_nim_b_l_e_advertising.html#a16bd135cab3f06bc0ba81c2aec19cbbc',1,'NimBLEAdvertising::setMinInterval()'],['../class_nim_b_l_e_ext_advertisement.html#ae9777a0c544be6c674f4e39d56e930b8',1,'NimBLEExtAdvertisement::setMinInterval()']]],
- ['setminor_348',['setMinor',['../class_nim_b_l_e_beacon.html#a44d03b0c2b1bea3bee8f15feeb73fb8e',1,'NimBLEBeacon']]],
- ['setminpreferred_349',['setMinPreferred',['../class_nim_b_l_e_advertising.html#a3bc158da1f732361df69cf16ca1cfd42',1,'NimBLEAdvertising']]],
- ['setmtu_350',['setMTU',['../class_nim_b_l_e_device.html#a7d8203040611e3f82bf4848a9b371e98',1,'NimBLEDevice']]],
- ['setname_351',['setName',['../class_nim_b_l_e_advertisement_data.html#a885b4ed75dd71c4c19b86048c16350bf',1,'NimBLEAdvertisementData::setName()'],['../class_nim_b_l_e_advertising.html#add2ecd09877d7e4548b11ec7cb8c7a47',1,'NimBLEAdvertising::setName()'],['../class_nim_b_l_e_ext_advertisement.html#a7d7d57268d7c54fe5492e92bc7af33d8',1,'NimBLEExtAdvertisement::setName()']]],
- ['setnamespace_352',['setNamespace',['../class_nim_b_l_e2904.html#a2206274c217d43a8ba121e1d279f8962',1,'NimBLE2904']]],
- ['setpartialservices_353',['setPartialServices',['../class_nim_b_l_e_advertisement_data.html#af52546d7c3b733a831f6232a845bef85',1,'NimBLEAdvertisementData::setPartialServices()'],['../class_nim_b_l_e_ext_advertisement.html#ab76aa4b9fb743e5269cfbbae8215d8a8',1,'NimBLEExtAdvertisement::setPartialServices()']]],
- ['setpartialservices16_354',['setPartialServices16',['../class_nim_b_l_e_advertisement_data.html#a50063c7ffa24f0f0407366a450e23ae4',1,'NimBLEAdvertisementData::setPartialServices16()'],['../class_nim_b_l_e_ext_advertisement.html#a747ef73a02df72709cf9bd89aabc08b3',1,'NimBLEExtAdvertisement::setPartialServices16()']]],
- ['setpartialservices32_355',['setPartialServices32',['../class_nim_b_l_e_advertisement_data.html#a0ff5a72bccd349e551270ceadf528306',1,'NimBLEAdvertisementData::setPartialServices32()'],['../class_nim_b_l_e_ext_advertisement.html#ad3bd08736cc70700c00432ec9ccfe94d',1,'NimBLEExtAdvertisement::setPartialServices32()']]],
- ['setpeeraddress_356',['setPeerAddress',['../class_nim_b_l_e_client.html#a93b5b7c01e58a95dcea335f837d81d07',1,'NimBLEClient']]],
- ['setpower_357',['setPower',['../class_nim_b_l_e_eddystone_u_r_l.html#a8038c895e8da7c7ac861557ea0a9d91b',1,'NimBLEEddystoneURL']]],
- ['setpreferredparams_358',['setPreferredParams',['../class_nim_b_l_e_advertisement_data.html#a58ba06eb062a47cc58ba2829af8aafa5',1,'NimBLEAdvertisementData::setPreferredParams()'],['../class_nim_b_l_e_ext_advertisement.html#abb66ffe5783f91f03301fc705701569f',1,'NimBLEExtAdvertisement::setPreferredParams(uint16_t min, uint16_t max)']]],
- ['setprimarychannels_359',['setPrimaryChannels',['../class_nim_b_l_e_ext_advertisement.html#ab6103c5e86949d0e334101353b109775',1,'NimBLEExtAdvertisement']]],
- ['setprimaryphy_360',['setPrimaryPhy',['../class_nim_b_l_e_ext_advertisement.html#ad8522542b90067e3a53076823d2087c3',1,'NimBLEExtAdvertisement']]],
- ['setproximityuuid_361',['setProximityUUID',['../class_nim_b_l_e_beacon.html#a7f33ffc298285d1ab02088b2584f2256',1,'NimBLEBeacon']]],
- ['setrespencryptionkey_362',['setRespEncryptionKey',['../class_nim_b_l_e_security.html#aac8434faa02a6813b7efd87224e04714',1,'NimBLESecurity']]],
- ['setscanfilter_363',['setScanFilter',['../class_nim_b_l_e_advertising.html#aa3da80c7d17a7824484ee254076e4790',1,'NimBLEAdvertising::setScanFilter()'],['../class_nim_b_l_e_ext_advertisement.html#a24034d49c9ebadd947db1ef839c8b138',1,'NimBLEExtAdvertisement::setScanFilter(bool scanRequestWhitelistOnly, bool connectWhitelistOnly)']]],
- ['setscannable_364',['setScannable',['../class_nim_b_l_e_ext_advertisement.html#a07b1589ad58a9e09b6ba7269fec87df0',1,'NimBLEExtAdvertisement']]],
- ['setscanresponse_365',['setScanResponse',['../class_nim_b_l_e_advertising.html#a6fb4d9ad3949928ac83d3e74857ab91f',1,'NimBLEAdvertising']]],
- ['setscanresponsedata_366',['setScanResponseData',['../class_nim_b_l_e_advertising.html#a04a51a0c639a70295a9b671f73b34358',1,'NimBLEAdvertising::setScanResponseData()'],['../class_nim_b_l_e_ext_advertising.html#a9395a0087e96329591ed2515cc21456b',1,'NimBLEExtAdvertising::setScanResponseData()']]],
- ['setsecondaryphy_367',['setSecondaryPhy',['../class_nim_b_l_e_ext_advertisement.html#aaa47ca630ab01d75bdea8d252d10b506',1,'NimBLEExtAdvertisement']]],
- ['setsecurityauth_368',['setSecurityAuth',['../class_nim_b_l_e_device.html#aa8e340c02418771ce72dec758d560938',1,'NimBLEDevice::setSecurityAuth(bool bonding, bool mitm, bool sc)'],['../class_nim_b_l_e_device.html#a2f10da171794581870d678fc947a5d1f',1,'NimBLEDevice::setSecurityAuth(uint8_t auth_req)']]],
- ['setsecuritycallbacks_369',['setSecurityCallbacks',['../class_nim_b_l_e_device.html#a7d44bb960c0bb1bec02a33369c693085',1,'NimBLEDevice']]],
- ['setsecurityinitkey_370',['setSecurityInitKey',['../class_nim_b_l_e_device.html#a92d36c3a34d9474fa1d7f66c0e477d1e',1,'NimBLEDevice']]],
- ['setsecurityiocap_371',['setSecurityIOCap',['../class_nim_b_l_e_device.html#ab9fee9e810d5fa18bc8a37053eb9b5d0',1,'NimBLEDevice']]],
- ['setsecuritypasskey_372',['setSecurityPasskey',['../class_nim_b_l_e_device.html#a84631f6d657fb6bd39722560fa229d35',1,'NimBLEDevice']]],
- ['setsecurityrespkey_373',['setSecurityRespKey',['../class_nim_b_l_e_device.html#a57f0d4db1cc564176b23e860fce13f6a',1,'NimBLEDevice']]],
- ['setservicedata_374',['setServiceData',['../class_nim_b_l_e_advertisement_data.html#aee4fdb5af06fcda9cab9fad3f5bf80d5',1,'NimBLEAdvertisementData::setServiceData()'],['../class_nim_b_l_e_advertising.html#a994e43e9e4ace6ce64c57e57d0575781',1,'NimBLEAdvertising::setServiceData()'],['../class_nim_b_l_e_ext_advertisement.html#a1a4fd6883b11c339e397fc52f75c9ebb',1,'NimBLEExtAdvertisement::setServiceData()']]],
- ['setshortname_375',['setShortName',['../class_nim_b_l_e_advertisement_data.html#ae5b514ad9be6552727f1c7a744a29ae5',1,'NimBLEAdvertisementData::setShortName()'],['../class_nim_b_l_e_ext_advertisement.html#a6220b378a1f2361c6dc76ba125936c51',1,'NimBLEExtAdvertisement::setShortName()']]],
- ['setsignalpower_376',['setSignalPower',['../class_nim_b_l_e_beacon.html#ae2dd8cd367260dd8374309576457cec0',1,'NimBLEBeacon']]],
- ['setstaticpin_377',['setStaticPIN',['../class_nim_b_l_e_security.html#a0bb1535e1b0d48566c17f681b7539f82',1,'NimBLESecurity']]],
- ['settemp_378',['setTemp',['../class_nim_b_l_e_eddystone_t_l_m.html#a8e8ee8fff10730089a370f9da7b6a691',1,'NimBLEEddystoneTLM']]],
- ['settime_379',['setTime',['../class_nim_b_l_e_eddystone_t_l_m.html#a999d53f4bad59c2ebc688403f66474b1',1,'NimBLEEddystoneTLM']]],
- ['settxpower_380',['setTxPower',['../class_nim_b_l_e_ext_advertisement.html#a63c2f5900752edad428304c5342b8458',1,'NimBLEExtAdvertisement']]],
- ['setunit_381',['setUnit',['../class_nim_b_l_e2904.html#ad0cf78a2a1c3418be9a39beaa0c826ee',1,'NimBLE2904']]],
- ['seturi_382',['setURI',['../class_nim_b_l_e_advertisement_data.html#aa003bc4cf9bff2b2bcac9b742ec97a36',1,'NimBLEAdvertisementData::setURI()'],['../class_nim_b_l_e_advertising.html#a6495d7c9ad80a8c2a5edf974705f8103',1,'NimBLEAdvertising::setURI()'],['../class_nim_b_l_e_ext_advertisement.html#af25522e956cfeb64bd6beca881d8786e',1,'NimBLEExtAdvertisement::setURI()']]],
- ['seturl_383',['setURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a8102533ff1e7b6527ea744279f8f64ca',1,'NimBLEEddystoneURL']]],
- ['setuuid_384',['setUUID',['../class_nim_b_l_e_eddystone_t_l_m.html#a49fdfb7c2edf2ae92f69856ec0ce4291',1,'NimBLEEddystoneTLM::setUUID()'],['../class_nim_b_l_e_eddystone_u_r_l.html#af183e8483ae81fff65d909e67986fcad',1,'NimBLEEddystoneURL::setUUID()']]],
- ['setvalue_385',['setValue',['../class_nim_b_l_e_att_value.html#a5c8c5ecfa3864d45ea5b155385e3f9fa',1,'NimBLEAttValue::setValue(const uint8_t *value, uint16_t len)'],['../class_nim_b_l_e_att_value.html#a9c0f67d150d198c5bcad6eafafee21b6',1,'NimBLEAttValue::setValue(const char *s)'],['../class_nim_b_l_e_att_value.html#ac94a41f0c0d42d48b29d5b18d7ad7bd8',1,'NimBLEAttValue::setValue(const T &s)'],['../class_nim_b_l_e_att_value.html#ac94a41f0c0d42d48b29d5b18d7ad7bd8',1,'NimBLEAttValue::setValue(const T &s)'],['../class_nim_b_l_e_characteristic.html#a7cd211a8bb9a0c2ffaed57f2af273677',1,'NimBLECharacteristic::setValue(const uint8_t *data, size_t size)'],['../class_nim_b_l_e_characteristic.html#a9daeb13599265cb0f8ea94b7ac4ef053',1,'NimBLECharacteristic::setValue(const std::vector< uint8_t > &vec)'],['../class_nim_b_l_e_characteristic.html#aba05898f446e31222fbe509fa357c730',1,'NimBLECharacteristic::setValue(const T &s)'],['../class_nim_b_l_e_client.html#a967d0c75083706f336f2283eac6d0de2',1,'NimBLEClient::setValue()'],['../class_nim_b_l_e_descriptor.html#a9447cee9092dc516266f7764131ba923',1,'NimBLEDescriptor::setValue(const uint8_t *data, size_t size)'],['../class_nim_b_l_e_descriptor.html#a644f739b6621702856be8db93035e9a0',1,'NimBLEDescriptor::setValue(const std::vector< uint8_t > &vec)'],['../class_nim_b_l_e_descriptor.html#a9136cc9e4b41110b3dd99d1c9553a477',1,'NimBLEDescriptor::setValue(const T &s)'],['../class_nim_b_l_e_remote_service.html#a4bb8c7c85580d86fd9ab7be5c3933b72',1,'NimBLERemoteService::setValue()']]],
- ['setversion_386',['setVersion',['../class_nim_b_l_e_eddystone_t_l_m.html#a205e0e2efc09c4c5043f11aeddee4d63',1,'NimBLEEddystoneTLM']]],
- ['setvolt_387',['setVolt',['../class_nim_b_l_e_eddystone_t_l_m.html#ad69af8fe47502d922203916357f6c206',1,'NimBLEEddystoneTLM']]],
- ['setwindow_388',['setWindow',['../class_nim_b_l_e_scan.html#ac2e8c921413f1ad217f45fecf63c0d22',1,'NimBLEScan']]],
- ['size_389',['size',['../class_nim_b_l_e_att_value.html#aa8c75101d9898c3ff4646d84521ed61c',1,'NimBLEAttValue']]],
- ['start_390',['start',['../class_nim_b_l_e_advertising.html#aeeee5a131b42a4f76010751f4c182e4f',1,'NimBLEAdvertising::start()'],['../class_nim_b_l_e_ext_advertising.html#a8044a281a37f4d7c96166ce6f0851159',1,'NimBLEExtAdvertising::start()'],['../class_nim_b_l_e_scan.html#a21b1e27816717b77533755f31dfaa820',1,'NimBLEScan::start(uint32_t duration, void(*scanCompleteCB)(NimBLEScanResults), bool is_continue=false)'],['../class_nim_b_l_e_scan.html#a8459a1c69476fcdfd6370a1d10e0e159',1,'NimBLEScan::start(uint32_t duration, bool is_continue=false)'],['../class_nim_b_l_e_server.html#ae94ad52f3c97f62553af9765acdb7bcb',1,'NimBLEServer::start()'],['../class_nim_b_l_e_service.html#ad37324ed0404d596923d6fdc0133b985',1,'NimBLEService::start()']]],
- ['startadvertising_391',['startAdvertising',['../class_nim_b_l_e_device.html#aea8d74a45689590e965db210c7648e5a',1,'NimBLEDevice::startAdvertising()'],['../class_nim_b_l_e_server.html#a8f4b6c2fc5602f5ec34f963df6a21f75',1,'NimBLEServer::startAdvertising()']]],
- ['startsecurity_392',['startSecurity',['../class_nim_b_l_e_device.html#a339157bf3d8fc712fa838e9a5127cc62',1,'NimBLEDevice']]],
- ['startservices_393',['startServices',['../class_nim_b_l_e_h_i_d_device.html#a5984042cd05ea4ead895f5577133a235',1,'NimBLEHIDDevice']]],
- ['status_394',['Status',['../class_nim_b_l_e_characteristic_callbacks.html#a104baba3c4bbdee7aa28273d265e4c6f',1,'NimBLECharacteristicCallbacks']]],
- ['stop_395',['stop',['../class_nim_b_l_e_advertising.html#a3ab772936ace18c9a7e509740aa59800',1,'NimBLEAdvertising::stop()'],['../class_nim_b_l_e_ext_advertising.html#a02b4e33908456341fb98753d51316609',1,'NimBLEExtAdvertising::stop(uint8_t inst_id)'],['../class_nim_b_l_e_ext_advertising.html#a3ea2e93f8c3ce4498d30e4dac7b29109',1,'NimBLEExtAdvertising::stop()'],['../class_nim_b_l_e_scan.html#a68fa5cc715f62a9a97ac0dccfb8557c1',1,'NimBLEScan::stop()']]],
- ['stopadvertising_396',['stopAdvertising',['../class_nim_b_l_e_device.html#a3be45b458aada9b37019e43840ef7275',1,'NimBLEDevice::stopAdvertising(uint8_t inst_id)'],['../class_nim_b_l_e_device.html#a3c251b1d5c651ab9ef9b4819f79c1629',1,'NimBLEDevice::stopAdvertising()'],['../class_nim_b_l_e_server.html#af827ef8988c1584795447a634502f0df',1,'NimBLEServer::stopAdvertising(uint8_t inst_id)'],['../class_nim_b_l_e_server.html#a7a4c114b572675e82700604db29e6e25',1,'NimBLEServer::stopAdvertising()']]],
- ['subscribe_397',['subscribe',['../class_nim_b_l_e_remote_characteristic.html#ad2691a8ea85488c8270f78701352fbb2',1,'NimBLERemoteCharacteristic']]]
+ ['setdevicename_328',['setDeviceName',['../class_nim_b_l_e_device.html#ae0dd47ddcab25136a0adfee6ae76bd9c',1,'NimBLEDevice']]],
+ ['setdirected_329',['setDirected',['../class_nim_b_l_e_ext_advertisement.html#a2b29a03b9a8b3a30245ff5468f239887',1,'NimBLEExtAdvertisement']]],
+ ['setdirectedpeer_330',['setDirectedPeer',['../class_nim_b_l_e_ext_advertisement.html#a52ee2ff1ccd011ed3410d52c0518728e',1,'NimBLEExtAdvertisement']]],
+ ['setduplicatefilter_331',['setDuplicateFilter',['../class_nim_b_l_e_scan.html#ac40563af803f3b9ab88398c7f30e21bb',1,'NimBLEScan']]],
+ ['setexponent_332',['setExponent',['../class_nim_b_l_e2904.html#ab1c53f99246f67dca1d63b812bef631d',1,'NimBLE2904']]],
+ ['setfilterpolicy_333',['setFilterPolicy',['../class_nim_b_l_e_scan.html#a4248aabb5da67953eadab2a6f834d967',1,'NimBLEScan']]],
+ ['setflags_334',['setFlags',['../class_nim_b_l_e_advertisement_data.html#a73766a872477512bd750c773d96ca4e2',1,'NimBLEAdvertisementData::setFlags()'],['../class_nim_b_l_e_ext_advertisement.html#a5536d30615b87b68ec0c0f01292f5df9',1,'NimBLEExtAdvertisement::setFlags()']]],
+ ['setformat_335',['setFormat',['../class_nim_b_l_e2904.html#ab7f21651b4493fd3daaa0f1545032ff1',1,'NimBLE2904']]],
+ ['setinitencryptionkey_336',['setInitEncryptionKey',['../class_nim_b_l_e_security.html#adfc3caa3e1a5aedc3be5c0f1dc5c99ac',1,'NimBLESecurity']]],
+ ['setinstancedata_337',['setInstanceData',['../class_nim_b_l_e_ext_advertising.html#a321fb75a0ffacedfb54da4cc00484b7c',1,'NimBLEExtAdvertising']]],
+ ['setinterval_338',['setInterval',['../class_nim_b_l_e_scan.html#a3f3e30d8b79aeb4d64af10d5f9d33788',1,'NimBLEScan']]],
+ ['setkeysize_339',['setKeySize',['../class_nim_b_l_e_security.html#ab2be50284a325ec8937abdab0baafd4b',1,'NimBLESecurity']]],
+ ['setlegacyadvertising_340',['setLegacyAdvertising',['../class_nim_b_l_e_ext_advertisement.html#a6a0bcbde65ccb9e49aa93d31514c8225',1,'NimBLEExtAdvertisement']]],
+ ['setlimitedonly_341',['setLimitedOnly',['../class_nim_b_l_e_scan.html#a77483be2bd9dad08322cc64f4e7012c1',1,'NimBLEScan']]],
+ ['setmajor_342',['setMajor',['../class_nim_b_l_e_beacon.html#abef1334108f8049832da7fffb56f6eea',1,'NimBLEBeacon']]],
+ ['setmanufacturerdata_343',['setManufacturerData',['../class_nim_b_l_e_advertisement_data.html#aa4df88b578782cda2bd77368b50f2d27',1,'NimBLEAdvertisementData::setManufacturerData()'],['../class_nim_b_l_e_advertising.html#a1eff592870a47b0f62b0f0894efadbd4',1,'NimBLEAdvertising::setManufacturerData()'],['../class_nim_b_l_e_ext_advertisement.html#a5e90a75173354fe9c6959004eb43b20a',1,'NimBLEExtAdvertisement::setManufacturerData()']]],
+ ['setmanufacturerid_344',['setManufacturerId',['../class_nim_b_l_e_beacon.html#a1ec99fe7684181e7b899cd763f9b44d9',1,'NimBLEBeacon']]],
+ ['setmaxinterval_345',['setMaxInterval',['../class_nim_b_l_e_ext_advertisement.html#a4c339022b5523d20cc7fa956c5dbe1be',1,'NimBLEExtAdvertisement::setMaxInterval()'],['../class_nim_b_l_e_advertising.html#aab512576d8873fbbb631bac8ada19530',1,'NimBLEAdvertising::setMaxInterval(uint16_t maxinterval)']]],
+ ['setmaxpreferred_346',['setMaxPreferred',['../class_nim_b_l_e_advertising.html#a3382cdf80f5ae46a52e3b9159f8e1b66',1,'NimBLEAdvertising']]],
+ ['setmaxresults_347',['setMaxResults',['../class_nim_b_l_e_scan.html#aad9cd2462d00d7c0fa39d095aa2d8e81',1,'NimBLEScan']]],
+ ['setmininterval_348',['setMinInterval',['../class_nim_b_l_e_advertising.html#a16bd135cab3f06bc0ba81c2aec19cbbc',1,'NimBLEAdvertising::setMinInterval()'],['../class_nim_b_l_e_ext_advertisement.html#ae9777a0c544be6c674f4e39d56e930b8',1,'NimBLEExtAdvertisement::setMinInterval()']]],
+ ['setminor_349',['setMinor',['../class_nim_b_l_e_beacon.html#a44d03b0c2b1bea3bee8f15feeb73fb8e',1,'NimBLEBeacon']]],
+ ['setminpreferred_350',['setMinPreferred',['../class_nim_b_l_e_advertising.html#a3bc158da1f732361df69cf16ca1cfd42',1,'NimBLEAdvertising']]],
+ ['setmtu_351',['setMTU',['../class_nim_b_l_e_device.html#a7d8203040611e3f82bf4848a9b371e98',1,'NimBLEDevice']]],
+ ['setname_352',['setName',['../class_nim_b_l_e_advertising.html#add2ecd09877d7e4548b11ec7cb8c7a47',1,'NimBLEAdvertising::setName()'],['../class_nim_b_l_e_ext_advertisement.html#a7d7d57268d7c54fe5492e92bc7af33d8',1,'NimBLEExtAdvertisement::setName()'],['../class_nim_b_l_e_advertisement_data.html#a885b4ed75dd71c4c19b86048c16350bf',1,'NimBLEAdvertisementData::setName()']]],
+ ['setnamespace_353',['setNamespace',['../class_nim_b_l_e2904.html#a2206274c217d43a8ba121e1d279f8962',1,'NimBLE2904']]],
+ ['setpartialservices_354',['setPartialServices',['../class_nim_b_l_e_advertisement_data.html#af52546d7c3b733a831f6232a845bef85',1,'NimBLEAdvertisementData::setPartialServices()'],['../class_nim_b_l_e_ext_advertisement.html#ab76aa4b9fb743e5269cfbbae8215d8a8',1,'NimBLEExtAdvertisement::setPartialServices()']]],
+ ['setpartialservices16_355',['setPartialServices16',['../class_nim_b_l_e_advertisement_data.html#a50063c7ffa24f0f0407366a450e23ae4',1,'NimBLEAdvertisementData::setPartialServices16()'],['../class_nim_b_l_e_ext_advertisement.html#a747ef73a02df72709cf9bd89aabc08b3',1,'NimBLEExtAdvertisement::setPartialServices16()']]],
+ ['setpartialservices32_356',['setPartialServices32',['../class_nim_b_l_e_advertisement_data.html#a0ff5a72bccd349e551270ceadf528306',1,'NimBLEAdvertisementData::setPartialServices32()'],['../class_nim_b_l_e_ext_advertisement.html#ad3bd08736cc70700c00432ec9ccfe94d',1,'NimBLEExtAdvertisement::setPartialServices32()']]],
+ ['setpeeraddress_357',['setPeerAddress',['../class_nim_b_l_e_client.html#a93b5b7c01e58a95dcea335f837d81d07',1,'NimBLEClient']]],
+ ['setpower_358',['setPower',['../class_nim_b_l_e_eddystone_u_r_l.html#a8038c895e8da7c7ac861557ea0a9d91b',1,'NimBLEEddystoneURL']]],
+ ['setpreferredparams_359',['setPreferredParams',['../class_nim_b_l_e_advertisement_data.html#a58ba06eb062a47cc58ba2829af8aafa5',1,'NimBLEAdvertisementData::setPreferredParams()'],['../class_nim_b_l_e_ext_advertisement.html#abb66ffe5783f91f03301fc705701569f',1,'NimBLEExtAdvertisement::setPreferredParams(uint16_t min, uint16_t max)']]],
+ ['setprimarychannels_360',['setPrimaryChannels',['../class_nim_b_l_e_ext_advertisement.html#ab6103c5e86949d0e334101353b109775',1,'NimBLEExtAdvertisement']]],
+ ['setprimaryphy_361',['setPrimaryPhy',['../class_nim_b_l_e_ext_advertisement.html#ad8522542b90067e3a53076823d2087c3',1,'NimBLEExtAdvertisement']]],
+ ['setproximityuuid_362',['setProximityUUID',['../class_nim_b_l_e_beacon.html#a7f33ffc298285d1ab02088b2584f2256',1,'NimBLEBeacon']]],
+ ['setrespencryptionkey_363',['setRespEncryptionKey',['../class_nim_b_l_e_security.html#aac8434faa02a6813b7efd87224e04714',1,'NimBLESecurity']]],
+ ['setscanfilter_364',['setScanFilter',['../class_nim_b_l_e_advertising.html#aa3da80c7d17a7824484ee254076e4790',1,'NimBLEAdvertising::setScanFilter()'],['../class_nim_b_l_e_ext_advertisement.html#a24034d49c9ebadd947db1ef839c8b138',1,'NimBLEExtAdvertisement::setScanFilter(bool scanRequestWhitelistOnly, bool connectWhitelistOnly)']]],
+ ['setscannable_365',['setScannable',['../class_nim_b_l_e_ext_advertisement.html#a07b1589ad58a9e09b6ba7269fec87df0',1,'NimBLEExtAdvertisement']]],
+ ['setscanresponse_366',['setScanResponse',['../class_nim_b_l_e_advertising.html#a6fb4d9ad3949928ac83d3e74857ab91f',1,'NimBLEAdvertising']]],
+ ['setscanresponsedata_367',['setScanResponseData',['../class_nim_b_l_e_advertising.html#a04a51a0c639a70295a9b671f73b34358',1,'NimBLEAdvertising::setScanResponseData()'],['../class_nim_b_l_e_ext_advertising.html#a9395a0087e96329591ed2515cc21456b',1,'NimBLEExtAdvertising::setScanResponseData()']]],
+ ['setsecondaryphy_368',['setSecondaryPhy',['../class_nim_b_l_e_ext_advertisement.html#aaa47ca630ab01d75bdea8d252d10b506',1,'NimBLEExtAdvertisement']]],
+ ['setsecurityauth_369',['setSecurityAuth',['../class_nim_b_l_e_device.html#aa8e340c02418771ce72dec758d560938',1,'NimBLEDevice::setSecurityAuth(bool bonding, bool mitm, bool sc)'],['../class_nim_b_l_e_device.html#a2f10da171794581870d678fc947a5d1f',1,'NimBLEDevice::setSecurityAuth(uint8_t auth_req)']]],
+ ['setsecuritycallbacks_370',['setSecurityCallbacks',['../class_nim_b_l_e_device.html#a7d44bb960c0bb1bec02a33369c693085',1,'NimBLEDevice']]],
+ ['setsecurityinitkey_371',['setSecurityInitKey',['../class_nim_b_l_e_device.html#a92d36c3a34d9474fa1d7f66c0e477d1e',1,'NimBLEDevice']]],
+ ['setsecurityiocap_372',['setSecurityIOCap',['../class_nim_b_l_e_device.html#ab9fee9e810d5fa18bc8a37053eb9b5d0',1,'NimBLEDevice']]],
+ ['setsecuritypasskey_373',['setSecurityPasskey',['../class_nim_b_l_e_device.html#a84631f6d657fb6bd39722560fa229d35',1,'NimBLEDevice']]],
+ ['setsecurityrespkey_374',['setSecurityRespKey',['../class_nim_b_l_e_device.html#a57f0d4db1cc564176b23e860fce13f6a',1,'NimBLEDevice']]],
+ ['setservicedata_375',['setServiceData',['../class_nim_b_l_e_advertising.html#a994e43e9e4ace6ce64c57e57d0575781',1,'NimBLEAdvertising::setServiceData()'],['../class_nim_b_l_e_ext_advertisement.html#a1a4fd6883b11c339e397fc52f75c9ebb',1,'NimBLEExtAdvertisement::setServiceData()'],['../class_nim_b_l_e_advertisement_data.html#aee4fdb5af06fcda9cab9fad3f5bf80d5',1,'NimBLEAdvertisementData::setServiceData(const NimBLEUUID &uuid, const std::string &data)']]],
+ ['setshortname_376',['setShortName',['../class_nim_b_l_e_advertisement_data.html#ae5b514ad9be6552727f1c7a744a29ae5',1,'NimBLEAdvertisementData::setShortName()'],['../class_nim_b_l_e_ext_advertisement.html#a6220b378a1f2361c6dc76ba125936c51',1,'NimBLEExtAdvertisement::setShortName()']]],
+ ['setsignalpower_377',['setSignalPower',['../class_nim_b_l_e_beacon.html#ae2dd8cd367260dd8374309576457cec0',1,'NimBLEBeacon']]],
+ ['setstaticpin_378',['setStaticPIN',['../class_nim_b_l_e_security.html#a0bb1535e1b0d48566c17f681b7539f82',1,'NimBLESecurity']]],
+ ['settemp_379',['setTemp',['../class_nim_b_l_e_eddystone_t_l_m.html#a8e8ee8fff10730089a370f9da7b6a691',1,'NimBLEEddystoneTLM']]],
+ ['settime_380',['setTime',['../class_nim_b_l_e_eddystone_t_l_m.html#a999d53f4bad59c2ebc688403f66474b1',1,'NimBLEEddystoneTLM']]],
+ ['settxpower_381',['setTxPower',['../class_nim_b_l_e_ext_advertisement.html#a63c2f5900752edad428304c5342b8458',1,'NimBLEExtAdvertisement']]],
+ ['setunit_382',['setUnit',['../class_nim_b_l_e2904.html#ad0cf78a2a1c3418be9a39beaa0c826ee',1,'NimBLE2904']]],
+ ['seturi_383',['setURI',['../class_nim_b_l_e_advertising.html#a6495d7c9ad80a8c2a5edf974705f8103',1,'NimBLEAdvertising::setURI()'],['../class_nim_b_l_e_ext_advertisement.html#af25522e956cfeb64bd6beca881d8786e',1,'NimBLEExtAdvertisement::setURI()'],['../class_nim_b_l_e_advertisement_data.html#aa003bc4cf9bff2b2bcac9b742ec97a36',1,'NimBLEAdvertisementData::setURI()']]],
+ ['seturl_384',['setURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a8102533ff1e7b6527ea744279f8f64ca',1,'NimBLEEddystoneURL']]],
+ ['setuuid_385',['setUUID',['../class_nim_b_l_e_eddystone_t_l_m.html#a49fdfb7c2edf2ae92f69856ec0ce4291',1,'NimBLEEddystoneTLM::setUUID()'],['../class_nim_b_l_e_eddystone_u_r_l.html#af183e8483ae81fff65d909e67986fcad',1,'NimBLEEddystoneURL::setUUID()']]],
+ ['setvalue_386',['setValue',['../class_nim_b_l_e_att_value.html#a5c8c5ecfa3864d45ea5b155385e3f9fa',1,'NimBLEAttValue::setValue()'],['../class_nim_b_l_e_remote_service.html#a4bb8c7c85580d86fd9ab7be5c3933b72',1,'NimBLERemoteService::setValue()'],['../class_nim_b_l_e_descriptor.html#a9136cc9e4b41110b3dd99d1c9553a477',1,'NimBLEDescriptor::setValue(const T &s)'],['../class_nim_b_l_e_descriptor.html#a644f739b6621702856be8db93035e9a0',1,'NimBLEDescriptor::setValue(const std::vector< uint8_t > &vec)'],['../class_nim_b_l_e_descriptor.html#a9447cee9092dc516266f7764131ba923',1,'NimBLEDescriptor::setValue(const uint8_t *data, size_t size)'],['../class_nim_b_l_e_client.html#a967d0c75083706f336f2283eac6d0de2',1,'NimBLEClient::setValue()'],['../class_nim_b_l_e_characteristic.html#a9daeb13599265cb0f8ea94b7ac4ef053',1,'NimBLECharacteristic::setValue(const std::vector< uint8_t > &vec)'],['../class_nim_b_l_e_characteristic.html#a7cd211a8bb9a0c2ffaed57f2af273677',1,'NimBLECharacteristic::setValue(const uint8_t *data, size_t size)'],['../class_nim_b_l_e_att_value.html#ac94a41f0c0d42d48b29d5b18d7ad7bd8',1,'NimBLEAttValue::setValue(const T &s)'],['../class_nim_b_l_e_att_value.html#ac94a41f0c0d42d48b29d5b18d7ad7bd8',1,'NimBLEAttValue::setValue(const T &s)'],['../class_nim_b_l_e_att_value.html#a9c0f67d150d198c5bcad6eafafee21b6',1,'NimBLEAttValue::setValue(const char *s)'],['../class_nim_b_l_e_characteristic.html#aba05898f446e31222fbe509fa357c730',1,'NimBLECharacteristic::setValue()']]],
+ ['setversion_387',['setVersion',['../class_nim_b_l_e_eddystone_t_l_m.html#a205e0e2efc09c4c5043f11aeddee4d63',1,'NimBLEEddystoneTLM']]],
+ ['setvolt_388',['setVolt',['../class_nim_b_l_e_eddystone_t_l_m.html#ad69af8fe47502d922203916357f6c206',1,'NimBLEEddystoneTLM']]],
+ ['setwindow_389',['setWindow',['../class_nim_b_l_e_scan.html#ac2e8c921413f1ad217f45fecf63c0d22',1,'NimBLEScan']]],
+ ['size_390',['size',['../class_nim_b_l_e_att_value.html#aa8c75101d9898c3ff4646d84521ed61c',1,'NimBLEAttValue']]],
+ ['start_391',['start',['../class_nim_b_l_e_advertising.html#aeeee5a131b42a4f76010751f4c182e4f',1,'NimBLEAdvertising::start()'],['../class_nim_b_l_e_ext_advertising.html#a8044a281a37f4d7c96166ce6f0851159',1,'NimBLEExtAdvertising::start()'],['../class_nim_b_l_e_scan.html#a21b1e27816717b77533755f31dfaa820',1,'NimBLEScan::start(uint32_t duration, void(*scanCompleteCB)(NimBLEScanResults), bool is_continue=false)'],['../class_nim_b_l_e_scan.html#a8459a1c69476fcdfd6370a1d10e0e159',1,'NimBLEScan::start(uint32_t duration, bool is_continue=false)'],['../class_nim_b_l_e_server.html#ae94ad52f3c97f62553af9765acdb7bcb',1,'NimBLEServer::start()'],['../class_nim_b_l_e_service.html#ad37324ed0404d596923d6fdc0133b985',1,'NimBLEService::start()']]],
+ ['startadvertising_392',['startAdvertising',['../class_nim_b_l_e_device.html#aea8d74a45689590e965db210c7648e5a',1,'NimBLEDevice::startAdvertising()'],['../class_nim_b_l_e_server.html#adb1e37c174a5b62f6fd674376fac99d0',1,'NimBLEServer::startAdvertising()'],['../class_nim_b_l_e_server.html#a8f4b6c2fc5602f5ec34f963df6a21f75',1,'NimBLEServer::startAdvertising(uint8_t inst_id, int duration=0, int max_events=0)'],['../class_nim_b_l_e_device.html#ad652f03bc10a469b26c5f9c213f005dd',1,'NimBLEDevice::startAdvertising()']]],
+ ['startsecurity_393',['startSecurity',['../class_nim_b_l_e_device.html#a339157bf3d8fc712fa838e9a5127cc62',1,'NimBLEDevice']]],
+ ['startservices_394',['startServices',['../class_nim_b_l_e_h_i_d_device.html#a5984042cd05ea4ead895f5577133a235',1,'NimBLEHIDDevice']]],
+ ['status_395',['Status',['../class_nim_b_l_e_characteristic_callbacks.html#a104baba3c4bbdee7aa28273d265e4c6f',1,'NimBLECharacteristicCallbacks']]],
+ ['stop_396',['stop',['../class_nim_b_l_e_advertising.html#a3ab772936ace18c9a7e509740aa59800',1,'NimBLEAdvertising::stop()'],['../class_nim_b_l_e_ext_advertising.html#a02b4e33908456341fb98753d51316609',1,'NimBLEExtAdvertising::stop(uint8_t inst_id)'],['../class_nim_b_l_e_ext_advertising.html#a3ea2e93f8c3ce4498d30e4dac7b29109',1,'NimBLEExtAdvertising::stop()'],['../class_nim_b_l_e_scan.html#a68fa5cc715f62a9a97ac0dccfb8557c1',1,'NimBLEScan::stop()']]],
+ ['stopadvertising_397',['stopAdvertising',['../class_nim_b_l_e_device.html#a3be45b458aada9b37019e43840ef7275',1,'NimBLEDevice::stopAdvertising(uint8_t inst_id)'],['../class_nim_b_l_e_device.html#a3c251b1d5c651ab9ef9b4819f79c1629',1,'NimBLEDevice::stopAdvertising()'],['../class_nim_b_l_e_server.html#af827ef8988c1584795447a634502f0df',1,'NimBLEServer::stopAdvertising(uint8_t inst_id)'],['../class_nim_b_l_e_server.html#a7a4c114b572675e82700604db29e6e25',1,'NimBLEServer::stopAdvertising()']]],
+ ['subscribe_398',['subscribe',['../class_nim_b_l_e_remote_characteristic.html#aa08b2f62376568e1fc833e4ff91e8aa7',1,'NimBLERemoteCharacteristic']]]
];
diff --git a/search/classes_0.js b/search/classes_0.js
index 51415c9..d35cea8 100644
--- a/search/classes_0.js
+++ b/search/classes_0.js
@@ -1,37 +1,37 @@
var searchData=
[
- ['nimble2904_414',['NimBLE2904',['../class_nim_b_l_e2904.html',1,'']]],
- ['nimbleaddress_415',['NimBLEAddress',['../class_nim_b_l_e_address.html',1,'']]],
- ['nimbleadvertiseddevice_416',['NimBLEAdvertisedDevice',['../class_nim_b_l_e_advertised_device.html',1,'']]],
- ['nimbleadvertiseddevicecallbacks_417',['NimBLEAdvertisedDeviceCallbacks',['../class_nim_b_l_e_advertised_device_callbacks.html',1,'']]],
- ['nimbleadvertisementdata_418',['NimBLEAdvertisementData',['../class_nim_b_l_e_advertisement_data.html',1,'']]],
- ['nimbleadvertising_419',['NimBLEAdvertising',['../class_nim_b_l_e_advertising.html',1,'']]],
- ['nimbleattvalue_420',['NimBLEAttValue',['../class_nim_b_l_e_att_value.html',1,'']]],
- ['nimblebeacon_421',['NimBLEBeacon',['../class_nim_b_l_e_beacon.html',1,'']]],
- ['nimblecharacteristic_422',['NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html',1,'']]],
- ['nimblecharacteristiccallbacks_423',['NimBLECharacteristicCallbacks',['../class_nim_b_l_e_characteristic_callbacks.html',1,'']]],
- ['nimbleclient_424',['NimBLEClient',['../class_nim_b_l_e_client.html',1,'']]],
- ['nimbleclientcallbacks_425',['NimBLEClientCallbacks',['../class_nim_b_l_e_client_callbacks.html',1,'']]],
- ['nimbleconninfo_426',['NimBLEConnInfo',['../class_nim_b_l_e_conn_info.html',1,'']]],
- ['nimbledescriptor_427',['NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html',1,'']]],
- ['nimbledescriptorcallbacks_428',['NimBLEDescriptorCallbacks',['../class_nim_b_l_e_descriptor_callbacks.html',1,'']]],
- ['nimbledevice_429',['NimBLEDevice',['../class_nim_b_l_e_device.html',1,'']]],
- ['nimbleeddystonetlm_430',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html',1,'']]],
- ['nimbleeddystoneurl_431',['NimBLEEddystoneURL',['../class_nim_b_l_e_eddystone_u_r_l.html',1,'']]],
- ['nimbleextadvertisement_432',['NimBLEExtAdvertisement',['../class_nim_b_l_e_ext_advertisement.html',1,'']]],
- ['nimbleextadvertising_433',['NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html',1,'']]],
- ['nimbleextadvertisingcallbacks_434',['NimBLEExtAdvertisingCallbacks',['../class_nim_b_l_e_ext_advertising_callbacks.html',1,'']]],
- ['nimblehiddevice_435',['NimBLEHIDDevice',['../class_nim_b_l_e_h_i_d_device.html',1,'']]],
- ['nimbleremotecharacteristic_436',['NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html',1,'']]],
- ['nimbleremotedescriptor_437',['NimBLERemoteDescriptor',['../class_nim_b_l_e_remote_descriptor.html',1,'']]],
- ['nimbleremoteservice_438',['NimBLERemoteService',['../class_nim_b_l_e_remote_service.html',1,'']]],
- ['nimblescan_439',['NimBLEScan',['../class_nim_b_l_e_scan.html',1,'']]],
- ['nimblescanresults_440',['NimBLEScanResults',['../class_nim_b_l_e_scan_results.html',1,'']]],
- ['nimblesecurity_441',['NimBLESecurity',['../class_nim_b_l_e_security.html',1,'']]],
- ['nimblesecuritycallbacks_442',['NimBLESecurityCallbacks',['../class_nim_b_l_e_security_callbacks.html',1,'']]],
- ['nimbleserver_443',['NimBLEServer',['../class_nim_b_l_e_server.html',1,'']]],
- ['nimbleservercallbacks_444',['NimBLEServerCallbacks',['../class_nim_b_l_e_server_callbacks.html',1,'']]],
- ['nimbleservice_445',['NimBLEService',['../class_nim_b_l_e_service.html',1,'']]],
- ['nimbleutils_446',['NimBLEUtils',['../class_nim_b_l_e_utils.html',1,'']]],
- ['nimbleuuid_447',['NimBLEUUID',['../class_nim_b_l_e_u_u_i_d.html',1,'']]]
+ ['nimble2904_415',['NimBLE2904',['../class_nim_b_l_e2904.html',1,'']]],
+ ['nimbleaddress_416',['NimBLEAddress',['../class_nim_b_l_e_address.html',1,'']]],
+ ['nimbleadvertiseddevice_417',['NimBLEAdvertisedDevice',['../class_nim_b_l_e_advertised_device.html',1,'']]],
+ ['nimbleadvertiseddevicecallbacks_418',['NimBLEAdvertisedDeviceCallbacks',['../class_nim_b_l_e_advertised_device_callbacks.html',1,'']]],
+ ['nimbleadvertisementdata_419',['NimBLEAdvertisementData',['../class_nim_b_l_e_advertisement_data.html',1,'']]],
+ ['nimbleadvertising_420',['NimBLEAdvertising',['../class_nim_b_l_e_advertising.html',1,'']]],
+ ['nimbleattvalue_421',['NimBLEAttValue',['../class_nim_b_l_e_att_value.html',1,'']]],
+ ['nimblebeacon_422',['NimBLEBeacon',['../class_nim_b_l_e_beacon.html',1,'']]],
+ ['nimblecharacteristic_423',['NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html',1,'']]],
+ ['nimblecharacteristiccallbacks_424',['NimBLECharacteristicCallbacks',['../class_nim_b_l_e_characteristic_callbacks.html',1,'']]],
+ ['nimbleclient_425',['NimBLEClient',['../class_nim_b_l_e_client.html',1,'']]],
+ ['nimbleclientcallbacks_426',['NimBLEClientCallbacks',['../class_nim_b_l_e_client_callbacks.html',1,'']]],
+ ['nimbleconninfo_427',['NimBLEConnInfo',['../class_nim_b_l_e_conn_info.html',1,'']]],
+ ['nimbledescriptor_428',['NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html',1,'']]],
+ ['nimbledescriptorcallbacks_429',['NimBLEDescriptorCallbacks',['../class_nim_b_l_e_descriptor_callbacks.html',1,'']]],
+ ['nimbledevice_430',['NimBLEDevice',['../class_nim_b_l_e_device.html',1,'']]],
+ ['nimbleeddystonetlm_431',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html',1,'']]],
+ ['nimbleeddystoneurl_432',['NimBLEEddystoneURL',['../class_nim_b_l_e_eddystone_u_r_l.html',1,'']]],
+ ['nimbleextadvertisement_433',['NimBLEExtAdvertisement',['../class_nim_b_l_e_ext_advertisement.html',1,'']]],
+ ['nimbleextadvertising_434',['NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html',1,'']]],
+ ['nimbleextadvertisingcallbacks_435',['NimBLEExtAdvertisingCallbacks',['../class_nim_b_l_e_ext_advertising_callbacks.html',1,'']]],
+ ['nimblehiddevice_436',['NimBLEHIDDevice',['../class_nim_b_l_e_h_i_d_device.html',1,'']]],
+ ['nimbleremotecharacteristic_437',['NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html',1,'']]],
+ ['nimbleremotedescriptor_438',['NimBLERemoteDescriptor',['../class_nim_b_l_e_remote_descriptor.html',1,'']]],
+ ['nimbleremoteservice_439',['NimBLERemoteService',['../class_nim_b_l_e_remote_service.html',1,'']]],
+ ['nimblescan_440',['NimBLEScan',['../class_nim_b_l_e_scan.html',1,'']]],
+ ['nimblescanresults_441',['NimBLEScanResults',['../class_nim_b_l_e_scan_results.html',1,'']]],
+ ['nimblesecurity_442',['NimBLESecurity',['../class_nim_b_l_e_security.html',1,'']]],
+ ['nimblesecuritycallbacks_443',['NimBLESecurityCallbacks',['../class_nim_b_l_e_security_callbacks.html',1,'']]],
+ ['nimbleserver_444',['NimBLEServer',['../class_nim_b_l_e_server.html',1,'']]],
+ ['nimbleservercallbacks_445',['NimBLEServerCallbacks',['../class_nim_b_l_e_server_callbacks.html',1,'']]],
+ ['nimbleservice_446',['NimBLEService',['../class_nim_b_l_e_service.html',1,'']]],
+ ['nimbleutils_447',['NimBLEUtils',['../class_nim_b_l_e_utils.html',1,'']]],
+ ['nimbleuuid_448',['NimBLEUUID',['../class_nim_b_l_e_u_u_i_d.html',1,'']]]
];
diff --git a/search/defines_0.js b/search/defines_0.js
index 4541232..5f1046c 100644
--- a/search/defines_0.js
+++ b/search/defines_0.js
@@ -1,25 +1,25 @@
var searchData=
[
- ['config_5fbt_5fnimble_5fatt_5fpreferred_5fmtu_811',['CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU',['../nimconfig_8h.html#a8fa28ebea6e979630359a2acde3ae578',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5flog_5flevel_812',['CONFIG_BT_NIMBLE_LOG_LEVEL',['../nimconfig_8h.html#a1cfe4f7cfbce0d842fad09e4b668d3df',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5fmax_5fbonds_813',['CONFIG_BT_NIMBLE_MAX_BONDS',['../nimconfig_8h.html#a11ebe4c94e55f9e710be03169b91f964',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5fmax_5fcccds_814',['CONFIG_BT_NIMBLE_MAX_CCCDS',['../nimconfig_8h.html#abdc3219ca772a22427beed33477ea252',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5fmax_5fconnections_815',['CONFIG_BT_NIMBLE_MAX_CONNECTIONS',['../nimconfig_8h.html#a2ea633774bbf41ac57b314875f16d5f9',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5fmem_5falloc_5fmode_5fexternal_816',['CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL',['../nimconfig_8h.html#a1f39f56a0fe8a36ef7823a7c3e1c6e3b',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5fmsys1_5fblock_5fcount_817',['CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT',['../nimconfig_8h.html#a2f0eb3c3124a34b191a70908dc5af441',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5fpinned_5fto_5fcore_818',['CONFIG_BT_NIMBLE_PINNED_TO_CORE',['../nimconfig_8h.html#ab86912bde65d198f2f7aa7f83ef11ee8',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5frole_5fbroadcaster_5fdisabled_819',['CONFIG_BT_NIMBLE_ROLE_BROADCASTER_DISABLED',['../nimconfig_8h.html#a2a6b4f35f8975778ac2aac5ff169cbda',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5frole_5fcentral_5fdisabled_820',['CONFIG_BT_NIMBLE_ROLE_CENTRAL_DISABLED',['../nimconfig_8h.html#a6ebb331a6664a3863fb2a57b91a6cd2d',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5frole_5fobserver_5fdisabled_821',['CONFIG_BT_NIMBLE_ROLE_OBSERVER_DISABLED',['../nimconfig_8h.html#ab91646223e52e5c24f1004a0ed21b829',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5frole_5fperipheral_5fdisabled_822',['CONFIG_BT_NIMBLE_ROLE_PERIPHERAL_DISABLED',['../nimconfig_8h.html#a677d7e75eef5bc96e8d0b4c659db90b0',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5frpa_5ftimeout_823',['CONFIG_BT_NIMBLE_RPA_TIMEOUT',['../nimconfig_8h.html#a9d22f9f555a2180787ccec86aa10dc24',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5fsvc_5fgap_5fappearance_824',['CONFIG_BT_NIMBLE_SVC_GAP_APPEARANCE',['../nimconfig_8h.html#a300d3f8ff48d217a1a2b6608454dfadb',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5fsvc_5fgap_5fdevice_5fname_825',['CONFIG_BT_NIMBLE_SVC_GAP_DEVICE_NAME',['../nimconfig_8h.html#a7b98160e6904e45e99e28a7fcc6b2a3a',1,'nimconfig.h']]],
- ['config_5fbt_5fnimble_5ftask_5fstack_5fsize_826',['CONFIG_BT_NIMBLE_TASK_STACK_SIZE',['../nimconfig_8h.html#a227a536958a284235daf409b2b3d1766',1,'nimconfig.h']]],
- ['config_5fnimble_5fcpp_5fatt_5fvalue_5finit_5flength_827',['CONFIG_NIMBLE_CPP_ATT_VALUE_INIT_LENGTH',['../nimconfig_8h.html#a4d4ea715325f75455b43c7dbaa69d7a0',1,'nimconfig.h']]],
- ['config_5fnimble_5fcpp_5fatt_5fvalue_5ftimestamp_5fenabled_828',['CONFIG_NIMBLE_CPP_ATT_VALUE_TIMESTAMP_ENABLED',['../nimconfig_8h.html#abe2e5c7dbca929d3ed6cf70a73aced23',1,'nimconfig.h']]],
- ['config_5fnimble_5fcpp_5fenable_5fadvertisment_5ftype_5ftext_829',['CONFIG_NIMBLE_CPP_ENABLE_ADVERTISMENT_TYPE_TEXT',['../nimconfig_8h.html#a07c0fd3908c3466e9f4835f85d913880',1,'nimconfig.h']]],
- ['config_5fnimble_5fcpp_5fenable_5fgap_5fevent_5fcode_5ftext_830',['CONFIG_NIMBLE_CPP_ENABLE_GAP_EVENT_CODE_TEXT',['../nimconfig_8h.html#a97b51f4248845f6225806eadbab3bcdb',1,'nimconfig.h']]],
- ['config_5fnimble_5fcpp_5fenable_5freturn_5fcode_5ftext_831',['CONFIG_NIMBLE_CPP_ENABLE_RETURN_CODE_TEXT',['../nimconfig_8h.html#a136a5d626ac04aa780c6ec07ee88d242',1,'nimconfig.h']]],
- ['config_5fnimble_5fcpp_5flog_5flevel_832',['CONFIG_NIMBLE_CPP_LOG_LEVEL',['../nimconfig_8h.html#a3966debed5a599b8cabff3c50b9fae4f',1,'nimconfig.h']]]
+ ['config_5fbt_5fnimble_5fatt_5fpreferred_5fmtu_813',['CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU',['../nimconfig_8h.html#a8fa28ebea6e979630359a2acde3ae578',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5flog_5flevel_814',['CONFIG_BT_NIMBLE_LOG_LEVEL',['../nimconfig_8h.html#a1cfe4f7cfbce0d842fad09e4b668d3df',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5fmax_5fbonds_815',['CONFIG_BT_NIMBLE_MAX_BONDS',['../nimconfig_8h.html#a11ebe4c94e55f9e710be03169b91f964',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5fmax_5fcccds_816',['CONFIG_BT_NIMBLE_MAX_CCCDS',['../nimconfig_8h.html#abdc3219ca772a22427beed33477ea252',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5fmax_5fconnections_817',['CONFIG_BT_NIMBLE_MAX_CONNECTIONS',['../nimconfig_8h.html#a2ea633774bbf41ac57b314875f16d5f9',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5fmem_5falloc_5fmode_5fexternal_818',['CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL',['../nimconfig_8h.html#a1f39f56a0fe8a36ef7823a7c3e1c6e3b',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5fmsys1_5fblock_5fcount_819',['CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT',['../nimconfig_8h.html#a2f0eb3c3124a34b191a70908dc5af441',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5fpinned_5fto_5fcore_820',['CONFIG_BT_NIMBLE_PINNED_TO_CORE',['../nimconfig_8h.html#ab86912bde65d198f2f7aa7f83ef11ee8',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5frole_5fbroadcaster_5fdisabled_821',['CONFIG_BT_NIMBLE_ROLE_BROADCASTER_DISABLED',['../nimconfig_8h.html#a2a6b4f35f8975778ac2aac5ff169cbda',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5frole_5fcentral_5fdisabled_822',['CONFIG_BT_NIMBLE_ROLE_CENTRAL_DISABLED',['../nimconfig_8h.html#a6ebb331a6664a3863fb2a57b91a6cd2d',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5frole_5fobserver_5fdisabled_823',['CONFIG_BT_NIMBLE_ROLE_OBSERVER_DISABLED',['../nimconfig_8h.html#ab91646223e52e5c24f1004a0ed21b829',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5frole_5fperipheral_5fdisabled_824',['CONFIG_BT_NIMBLE_ROLE_PERIPHERAL_DISABLED',['../nimconfig_8h.html#a677d7e75eef5bc96e8d0b4c659db90b0',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5frpa_5ftimeout_825',['CONFIG_BT_NIMBLE_RPA_TIMEOUT',['../nimconfig_8h.html#a9d22f9f555a2180787ccec86aa10dc24',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5fsvc_5fgap_5fappearance_826',['CONFIG_BT_NIMBLE_SVC_GAP_APPEARANCE',['../nimconfig_8h.html#a300d3f8ff48d217a1a2b6608454dfadb',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5fsvc_5fgap_5fdevice_5fname_827',['CONFIG_BT_NIMBLE_SVC_GAP_DEVICE_NAME',['../nimconfig_8h.html#a7b98160e6904e45e99e28a7fcc6b2a3a',1,'nimconfig.h']]],
+ ['config_5fbt_5fnimble_5ftask_5fstack_5fsize_828',['CONFIG_BT_NIMBLE_TASK_STACK_SIZE',['../nimconfig_8h.html#a227a536958a284235daf409b2b3d1766',1,'nimconfig.h']]],
+ ['config_5fnimble_5fcpp_5fatt_5fvalue_5finit_5flength_829',['CONFIG_NIMBLE_CPP_ATT_VALUE_INIT_LENGTH',['../nimconfig_8h.html#a4d4ea715325f75455b43c7dbaa69d7a0',1,'nimconfig.h']]],
+ ['config_5fnimble_5fcpp_5fatt_5fvalue_5ftimestamp_5fenabled_830',['CONFIG_NIMBLE_CPP_ATT_VALUE_TIMESTAMP_ENABLED',['../nimconfig_8h.html#abe2e5c7dbca929d3ed6cf70a73aced23',1,'nimconfig.h']]],
+ ['config_5fnimble_5fcpp_5fenable_5fadvertisment_5ftype_5ftext_831',['CONFIG_NIMBLE_CPP_ENABLE_ADVERTISMENT_TYPE_TEXT',['../nimconfig_8h.html#a07c0fd3908c3466e9f4835f85d913880',1,'nimconfig.h']]],
+ ['config_5fnimble_5fcpp_5fenable_5fgap_5fevent_5fcode_5ftext_832',['CONFIG_NIMBLE_CPP_ENABLE_GAP_EVENT_CODE_TEXT',['../nimconfig_8h.html#a97b51f4248845f6225806eadbab3bcdb',1,'nimconfig.h']]],
+ ['config_5fnimble_5fcpp_5fenable_5freturn_5fcode_5ftext_833',['CONFIG_NIMBLE_CPP_ENABLE_RETURN_CODE_TEXT',['../nimconfig_8h.html#a136a5d626ac04aa780c6ec07ee88d242',1,'nimconfig.h']]],
+ ['config_5fnimble_5fcpp_5flog_5flevel_834',['CONFIG_NIMBLE_CPP_LOG_LEVEL',['../nimconfig_8h.html#a3966debed5a599b8cabff3c50b9fae4f',1,'nimconfig.h']]]
];
diff --git a/search/enums_0.js b/search/enums_0.js
index bc5fb86..fd2c365 100644
--- a/search/enums_0.js
+++ b/search/enums_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['status_810',['Status',['../class_nim_b_l_e_characteristic_callbacks.html#a104baba3c4bbdee7aa28273d265e4c6f',1,'NimBLECharacteristicCallbacks']]]
+ ['status_812',['Status',['../class_nim_b_l_e_characteristic_callbacks.html#a104baba3c4bbdee7aa28273d265e4c6f',1,'NimBLECharacteristicCallbacks']]]
];
diff --git a/search/files_0.js b/search/files_0.js
index 908b28c..ad4b0f1 100644
--- a/search/files_0.js
+++ b/search/files_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['nimconfig_2eh_448',['nimconfig.h',['../nimconfig_8h.html',1,'']]]
+ ['nimconfig_2eh_449',['nimconfig.h',['../nimconfig_8h.html',1,'']]]
];
diff --git a/search/functions_0.js b/search/functions_0.js
index 7f0f3b9..01a5da0 100644
--- a/search/functions_0.js
+++ b/search/functions_0.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['addcharacteristic_449',['addCharacteristic',['../class_nim_b_l_e_service.html#af8215dbfdaf7ced32d6158f8ff5116e8',1,'NimBLEService']]],
- ['adddata_450',['addData',['../class_nim_b_l_e_advertisement_data.html#aec5f567059c4b4fd0f6b5fc74a0ce870',1,'NimBLEAdvertisementData::addData(const std::string &data)'],['../class_nim_b_l_e_advertisement_data.html#a2328f7df89a11d58818e98a6c889c8d4',1,'NimBLEAdvertisementData::addData(char *data, size_t length)'],['../class_nim_b_l_e_ext_advertisement.html#a74d0b2a236d144c5bce05536ec6b8509',1,'NimBLEExtAdvertisement::addData(const std::string &data)'],['../class_nim_b_l_e_ext_advertisement.html#a62d44c4e1e41d9c6a470a7ebb0b7b038',1,'NimBLEExtAdvertisement::addData(const uint8_t *data, size_t length)']]],
- ['adddescriptor_451',['addDescriptor',['../class_nim_b_l_e_characteristic.html#aed4b2241c89ad2a8f49117e2b9433e5b',1,'NimBLECharacteristic']]],
- ['addignored_452',['addIgnored',['../class_nim_b_l_e_device.html#a732425c5c5f5b5b4730c1689700346c0',1,'NimBLEDevice']]],
- ['addservice_453',['addService',['../class_nim_b_l_e_server.html#a6eda4c9e0ac1dd031c678d4bf7da1d56',1,'NimBLEServer']]],
- ['addserviceuuid_454',['addServiceUUID',['../class_nim_b_l_e_advertising.html#a4f334752ea04223185292fe9ab524b69',1,'NimBLEAdvertising::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../class_nim_b_l_e_advertising.html#a5e596e8dfa9268554a5b189380405d5c',1,'NimBLEAdvertising::addServiceUUID(const char *serviceUUID)']]],
- ['addtxpower_455',['addTxPower',['../class_nim_b_l_e_advertisement_data.html#a480ffc91f212e877ae31ab47190006c3',1,'NimBLEAdvertisementData::addTxPower()'],['../class_nim_b_l_e_advertising.html#ac4ff0af45d1f7ed5bc208612852bc43a',1,'NimBLEAdvertising::addTxPower()'],['../class_nim_b_l_e_ext_advertisement.html#ac9f82eb0112544b977eb1947ed308525',1,'NimBLEExtAdvertisement::addTxPower()']]],
- ['advcompletecb_456',['advCompleteCB',['../class_nim_b_l_e_advertising.html#a4de7bf016a086a2d3f6f14ae134678f2',1,'NimBLEAdvertising']]],
- ['advertiseondisconnect_457',['advertiseOnDisconnect',['../class_nim_b_l_e_server.html#a6bfd923ecd0ea06d5564343ab7209122',1,'NimBLEServer']]],
- ['advtypetostring_458',['advTypeToString',['../class_nim_b_l_e_utils.html#a6de9354eeba9f126aa14cfa7ed43cda4',1,'NimBLEUtils']]],
- ['append_459',['append',['../class_nim_b_l_e_att_value.html#aa217dfc649daed50eb75c7168442f86e',1,'NimBLEAttValue']]]
+ ['addcharacteristic_450',['addCharacteristic',['../class_nim_b_l_e_service.html#af8215dbfdaf7ced32d6158f8ff5116e8',1,'NimBLEService']]],
+ ['adddata_451',['addData',['../class_nim_b_l_e_advertisement_data.html#aec5f567059c4b4fd0f6b5fc74a0ce870',1,'NimBLEAdvertisementData::addData(const std::string &data)'],['../class_nim_b_l_e_advertisement_data.html#a2328f7df89a11d58818e98a6c889c8d4',1,'NimBLEAdvertisementData::addData(char *data, size_t length)'],['../class_nim_b_l_e_ext_advertisement.html#a74d0b2a236d144c5bce05536ec6b8509',1,'NimBLEExtAdvertisement::addData(const std::string &data)'],['../class_nim_b_l_e_ext_advertisement.html#a62d44c4e1e41d9c6a470a7ebb0b7b038',1,'NimBLEExtAdvertisement::addData(const uint8_t *data, size_t length)']]],
+ ['adddescriptor_452',['addDescriptor',['../class_nim_b_l_e_characteristic.html#aed4b2241c89ad2a8f49117e2b9433e5b',1,'NimBLECharacteristic']]],
+ ['addignored_453',['addIgnored',['../class_nim_b_l_e_device.html#a732425c5c5f5b5b4730c1689700346c0',1,'NimBLEDevice']]],
+ ['addservice_454',['addService',['../class_nim_b_l_e_server.html#a6eda4c9e0ac1dd031c678d4bf7da1d56',1,'NimBLEServer']]],
+ ['addserviceuuid_455',['addServiceUUID',['../class_nim_b_l_e_advertising.html#a4f334752ea04223185292fe9ab524b69',1,'NimBLEAdvertising::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../class_nim_b_l_e_advertising.html#a5e596e8dfa9268554a5b189380405d5c',1,'NimBLEAdvertising::addServiceUUID(const char *serviceUUID)']]],
+ ['addtxpower_456',['addTxPower',['../class_nim_b_l_e_advertisement_data.html#a480ffc91f212e877ae31ab47190006c3',1,'NimBLEAdvertisementData::addTxPower()'],['../class_nim_b_l_e_advertising.html#ac4ff0af45d1f7ed5bc208612852bc43a',1,'NimBLEAdvertising::addTxPower()'],['../class_nim_b_l_e_ext_advertisement.html#ac9f82eb0112544b977eb1947ed308525',1,'NimBLEExtAdvertisement::addTxPower()']]],
+ ['advcompletecb_457',['advCompleteCB',['../class_nim_b_l_e_advertising.html#a4de7bf016a086a2d3f6f14ae134678f2',1,'NimBLEAdvertising']]],
+ ['advertiseondisconnect_458',['advertiseOnDisconnect',['../class_nim_b_l_e_server.html#a6bfd923ecd0ea06d5564343ab7209122',1,'NimBLEServer']]],
+ ['advtypetostring_459',['advTypeToString',['../class_nim_b_l_e_utils.html#a6de9354eeba9f126aa14cfa7ed43cda4',1,'NimBLEUtils']]],
+ ['append_460',['append',['../class_nim_b_l_e_att_value.html#aa217dfc649daed50eb75c7168442f86e',1,'NimBLEAttValue']]]
];
diff --git a/search/functions_1.js b/search/functions_1.js
index eac539a..340e129 100644
--- a/search/functions_1.js
+++ b/search/functions_1.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['batteryservice_460',['batteryService',['../class_nim_b_l_e_h_i_d_device.html#a24498f7b714574ab4a90288f7e4d58b7',1,'NimBLEHIDDevice']]],
- ['begin_461',['begin',['../class_nim_b_l_e_att_value.html#a6167f1cbc50a81a4ca0708e273bbb63e',1,'NimBLEAttValue::begin()'],['../class_nim_b_l_e_client.html#ab09639b499fdcd0021a2432b2b8203f5',1,'NimBLEClient::begin()'],['../class_nim_b_l_e_remote_characteristic.html#a78ac88ca25d71dfe31b95898b79b0442',1,'NimBLERemoteCharacteristic::begin()'],['../class_nim_b_l_e_remote_service.html#a49bb3134b570db877fac67e6ed077aa2',1,'NimBLERemoteService::begin()'],['../class_nim_b_l_e_scan_results.html#ad426f221e8c18c0c3f5784786710e8f0',1,'NimBLEScanResults::begin()']]],
- ['bitsize_462',['bitSize',['../class_nim_b_l_e_u_u_i_d.html#aefc88e493b63ccd6dc86227dc92af0c6',1,'NimBLEUUID']]],
- ['bootinput_463',['bootInput',['../class_nim_b_l_e_h_i_d_device.html#a45ca7d4547dfea9a64987065d83653bd',1,'NimBLEHIDDevice']]],
- ['bootoutput_464',['bootOutput',['../class_nim_b_l_e_h_i_d_device.html#ace0141db690f1afec1b266f9ac9aa0f0',1,'NimBLEHIDDevice']]],
- ['buildhexdata_465',['buildHexData',['../class_nim_b_l_e_utils.html#a6382edb7e8e4030b4fc65d463fa2a886',1,'NimBLEUtils']]]
+ ['batteryservice_461',['batteryService',['../class_nim_b_l_e_h_i_d_device.html#a24498f7b714574ab4a90288f7e4d58b7',1,'NimBLEHIDDevice']]],
+ ['begin_462',['begin',['../class_nim_b_l_e_att_value.html#a6167f1cbc50a81a4ca0708e273bbb63e',1,'NimBLEAttValue::begin()'],['../class_nim_b_l_e_client.html#ab09639b499fdcd0021a2432b2b8203f5',1,'NimBLEClient::begin()'],['../class_nim_b_l_e_remote_characteristic.html#a78ac88ca25d71dfe31b95898b79b0442',1,'NimBLERemoteCharacteristic::begin()'],['../class_nim_b_l_e_remote_service.html#a49bb3134b570db877fac67e6ed077aa2',1,'NimBLERemoteService::begin()'],['../class_nim_b_l_e_scan_results.html#ad426f221e8c18c0c3f5784786710e8f0',1,'NimBLEScanResults::begin()']]],
+ ['bitsize_463',['bitSize',['../class_nim_b_l_e_u_u_i_d.html#aefc88e493b63ccd6dc86227dc92af0c6',1,'NimBLEUUID']]],
+ ['bootinput_464',['bootInput',['../class_nim_b_l_e_h_i_d_device.html#a45ca7d4547dfea9a64987065d83653bd',1,'NimBLEHIDDevice']]],
+ ['bootoutput_465',['bootOutput',['../class_nim_b_l_e_h_i_d_device.html#ace0141db690f1afec1b266f9ac9aa0f0',1,'NimBLEHIDDevice']]],
+ ['buildhexdata_466',['buildHexData',['../class_nim_b_l_e_utils.html#a6382edb7e8e4030b4fc65d463fa2a886',1,'NimBLEUtils']]]
];
diff --git a/search/functions_10.js b/search/functions_10.js
index 7e30dac..3dd4975 100644
--- a/search/functions_10.js
+++ b/search/functions_10.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['to128_796',['to128',['../class_nim_b_l_e_u_u_i_d.html#a7103976da820d0c1840aa77aca38306c',1,'NimBLEUUID']]],
- ['to16_797',['to16',['../class_nim_b_l_e_u_u_i_d.html#a618f6c29565338a496715ca951c98afb',1,'NimBLEUUID']]],
- ['tostring_798',['toString',['../class_nim_b_l_e_address.html#ac53b0cc945e1505d3e72d48164ad01d6',1,'NimBLEAddress::toString()'],['../class_nim_b_l_e_advertised_device.html#ac1b8ff0f2897abda335743d55668fcd9',1,'NimBLEAdvertisedDevice::toString()'],['../class_nim_b_l_e_characteristic.html#a4fa6b8ed011d12e2b1f16e92a02b9a89',1,'NimBLECharacteristic::toString()'],['../class_nim_b_l_e_client.html#aba9ae035357776514b61c2b6286ce1ab',1,'NimBLEClient::toString()'],['../class_nim_b_l_e_descriptor.html#ac15dc6c9c24d280c4b0eb766080497e5',1,'NimBLEDescriptor::toString()'],['../class_nim_b_l_e_device.html#abf8c494b54d9f0c9466c80f25dbdd961',1,'NimBLEDevice::toString()'],['../class_nim_b_l_e_eddystone_t_l_m.html#a970ba10424567d17c961ed3b3ef83d8e',1,'NimBLEEddystoneTLM::toString()'],['../class_nim_b_l_e_remote_characteristic.html#a4b86a1f600a61036487f5161f1f1726a',1,'NimBLERemoteCharacteristic::toString()'],['../class_nim_b_l_e_remote_descriptor.html#a008795a09d1fbe8533c2e9d0e8deb33a',1,'NimBLERemoteDescriptor::toString()'],['../class_nim_b_l_e_remote_service.html#aaf106a37f24a51b967dd0984c973750f',1,'NimBLERemoteService::toString()'],['../class_nim_b_l_e_service.html#a10d10d14f8c5a970a06915cd407a0a73',1,'NimBLEService::toString()'],['../class_nim_b_l_e_u_u_i_d.html#a9708e07b8e0915aafcfa32fe74ccdf64',1,'NimBLEUUID::toString()']]]
+ ['to128_798',['to128',['../class_nim_b_l_e_u_u_i_d.html#a7103976da820d0c1840aa77aca38306c',1,'NimBLEUUID']]],
+ ['to16_799',['to16',['../class_nim_b_l_e_u_u_i_d.html#a618f6c29565338a496715ca951c98afb',1,'NimBLEUUID']]],
+ ['tostring_800',['toString',['../class_nim_b_l_e_address.html#ac53b0cc945e1505d3e72d48164ad01d6',1,'NimBLEAddress::toString()'],['../class_nim_b_l_e_advertised_device.html#ac1b8ff0f2897abda335743d55668fcd9',1,'NimBLEAdvertisedDevice::toString()'],['../class_nim_b_l_e_characteristic.html#a4fa6b8ed011d12e2b1f16e92a02b9a89',1,'NimBLECharacteristic::toString()'],['../class_nim_b_l_e_client.html#aba9ae035357776514b61c2b6286ce1ab',1,'NimBLEClient::toString()'],['../class_nim_b_l_e_descriptor.html#ac15dc6c9c24d280c4b0eb766080497e5',1,'NimBLEDescriptor::toString()'],['../class_nim_b_l_e_device.html#abf8c494b54d9f0c9466c80f25dbdd961',1,'NimBLEDevice::toString()'],['../class_nim_b_l_e_eddystone_t_l_m.html#a970ba10424567d17c961ed3b3ef83d8e',1,'NimBLEEddystoneTLM::toString()'],['../class_nim_b_l_e_remote_characteristic.html#a4b86a1f600a61036487f5161f1f1726a',1,'NimBLERemoteCharacteristic::toString()'],['../class_nim_b_l_e_remote_descriptor.html#a008795a09d1fbe8533c2e9d0e8deb33a',1,'NimBLERemoteDescriptor::toString()'],['../class_nim_b_l_e_remote_service.html#aaf106a37f24a51b967dd0984c973750f',1,'NimBLERemoteService::toString()'],['../class_nim_b_l_e_service.html#a10d10d14f8c5a970a06915cd407a0a73',1,'NimBLEService::toString()'],['../class_nim_b_l_e_u_u_i_d.html#a9708e07b8e0915aafcfa32fe74ccdf64',1,'NimBLEUUID::toString()']]]
];
diff --git a/search/functions_11.js b/search/functions_11.js
index 83a610e..d1cd43b 100644
--- a/search/functions_11.js
+++ b/search/functions_11.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['unsubscribe_799',['unsubscribe',['../class_nim_b_l_e_remote_characteristic.html#ae2791429ba4a8c310ffc24139a985da6',1,'NimBLERemoteCharacteristic']]],
- ['updateconnparams_800',['updateConnParams',['../class_nim_b_l_e_client.html#aff7d389ec48567286ea732c54d320526',1,'NimBLEClient::updateConnParams()'],['../class_nim_b_l_e_server.html#a9b08738766de90d7065263761314030a',1,'NimBLEServer::updateConnParams()']]]
+ ['unsubscribe_801',['unsubscribe',['../class_nim_b_l_e_remote_characteristic.html#a6e331afdbdbc32bf461c9866236a97aa',1,'NimBLERemoteCharacteristic']]],
+ ['updateconnparams_802',['updateConnParams',['../class_nim_b_l_e_client.html#aff7d389ec48567286ea732c54d320526',1,'NimBLEClient::updateConnParams()'],['../class_nim_b_l_e_server.html#a9b08738766de90d7065263761314030a',1,'NimBLEServer::updateConnParams()']]]
];
diff --git a/search/functions_12.js b/search/functions_12.js
index 16a3740..7a6160d 100644
--- a/search/functions_12.js
+++ b/search/functions_12.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['whitelistadd_801',['whiteListAdd',['../class_nim_b_l_e_device.html#aabc68166b6dd4a744a98f94e569f37db',1,'NimBLEDevice']]],
- ['whitelistremove_802',['whiteListRemove',['../class_nim_b_l_e_device.html#a81abbad5e371fe1cdd91c002b42cc654',1,'NimBLEDevice']]],
- ['writevalue_803',['writeValue',['../class_nim_b_l_e_remote_characteristic.html#a3c8d1fd77dd074df866c091c614eafb3',1,'NimBLERemoteCharacteristic::writeValue(const uint8_t *data, size_t length, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#a94ae59940fcd128efeaf339b282b7ef9',1,'NimBLERemoteCharacteristic::writeValue(const std::vector< uint8_t > &v, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#a19362aaf357835e1f771c78f0c4cd9dd',1,'NimBLERemoteCharacteristic::writeValue(const char *s, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae',1,'NimBLERemoteCharacteristic::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae',1,'NimBLERemoteCharacteristic::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a0d3fb6424b2c86730e1a292281cd836e',1,'NimBLERemoteDescriptor::writeValue(const uint8_t *data, size_t length, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#ab1654a0b1dc86fe042b3d5b983fbd08c',1,'NimBLERemoteDescriptor::writeValue(const std::vector< uint8_t > &v, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#ab7cab188f311f44d06638434117938e7',1,'NimBLERemoteDescriptor::writeValue(const char *s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a1abc84a09001537dffd13c810a503b9c',1,'NimBLERemoteDescriptor::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a1abc84a09001537dffd13c810a503b9c',1,'NimBLERemoteDescriptor::writeValue(const T &s, bool response=false)']]]
+ ['whitelistadd_803',['whiteListAdd',['../class_nim_b_l_e_device.html#aabc68166b6dd4a744a98f94e569f37db',1,'NimBLEDevice']]],
+ ['whitelistremove_804',['whiteListRemove',['../class_nim_b_l_e_device.html#a81abbad5e371fe1cdd91c002b42cc654',1,'NimBLEDevice']]],
+ ['writevalue_805',['writeValue',['../class_nim_b_l_e_remote_characteristic.html#a3c8d1fd77dd074df866c091c614eafb3',1,'NimBLERemoteCharacteristic::writeValue(const uint8_t *data, size_t length, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#a94ae59940fcd128efeaf339b282b7ef9',1,'NimBLERemoteCharacteristic::writeValue(const std::vector< uint8_t > &v, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#a19362aaf357835e1f771c78f0c4cd9dd',1,'NimBLERemoteCharacteristic::writeValue(const char *s, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae',1,'NimBLERemoteCharacteristic::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_characteristic.html#acf8bcf2cf94ca8bd8cf0c7c39f9883ae',1,'NimBLERemoteCharacteristic::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a0d3fb6424b2c86730e1a292281cd836e',1,'NimBLERemoteDescriptor::writeValue(const uint8_t *data, size_t length, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#ab1654a0b1dc86fe042b3d5b983fbd08c',1,'NimBLERemoteDescriptor::writeValue(const std::vector< uint8_t > &v, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#ab7cab188f311f44d06638434117938e7',1,'NimBLERemoteDescriptor::writeValue(const char *s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a1abc84a09001537dffd13c810a503b9c',1,'NimBLERemoteDescriptor::writeValue(const T &s, bool response=false)'],['../class_nim_b_l_e_remote_descriptor.html#a1abc84a09001537dffd13c810a503b9c',1,'NimBLERemoteDescriptor::writeValue(const T &s, bool response=false)']]]
];
diff --git a/search/functions_13.js b/search/functions_13.js
index 6116fcb..67c35cd 100644
--- a/search/functions_13.js
+++ b/search/functions_13.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['_7enimbleattvalue_804',['~NimBLEAttValue',['../class_nim_b_l_e_att_value.html#a08f3b04d05cf0c2b76a24cc37cd1f8ab',1,'NimBLEAttValue']]],
- ['_7enimblecharacteristic_805',['~NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html#a7fe29c5ec571d0513c51b8cbac942f4a',1,'NimBLECharacteristic']]],
- ['_7enimbledescriptor_806',['~NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html#ad110851335bc7b225f5bea9ac11bedcc',1,'NimBLEDescriptor']]],
- ['_7enimbleextadvertising_807',['~NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html#a477c57db99ce3b5e987d6838b661808f',1,'NimBLEExtAdvertising']]],
- ['_7enimbleremotecharacteristic_808',['~NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html#a855d591de111b09013ae83c4043d06ed',1,'NimBLERemoteCharacteristic']]],
- ['_7enimbleremoteservice_809',['~NimBLERemoteService',['../class_nim_b_l_e_remote_service.html#a2803aa5cdfdb622ae8fe255dc939cb1d',1,'NimBLERemoteService']]]
+ ['_7enimbleattvalue_806',['~NimBLEAttValue',['../class_nim_b_l_e_att_value.html#a08f3b04d05cf0c2b76a24cc37cd1f8ab',1,'NimBLEAttValue']]],
+ ['_7enimblecharacteristic_807',['~NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html#a7fe29c5ec571d0513c51b8cbac942f4a',1,'NimBLECharacteristic']]],
+ ['_7enimbledescriptor_808',['~NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html#ad110851335bc7b225f5bea9ac11bedcc',1,'NimBLEDescriptor']]],
+ ['_7enimbleextadvertising_809',['~NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html#a477c57db99ce3b5e987d6838b661808f',1,'NimBLEExtAdvertising']]],
+ ['_7enimbleremotecharacteristic_810',['~NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html#a855d591de111b09013ae83c4043d06ed',1,'NimBLERemoteCharacteristic']]],
+ ['_7enimbleremoteservice_811',['~NimBLERemoteService',['../class_nim_b_l_e_remote_service.html#a2803aa5cdfdb622ae8fe255dc939cb1d',1,'NimBLERemoteService']]]
];
diff --git a/search/functions_2.js b/search/functions_2.js
index 9776965..b954247 100644
--- a/search/functions_2.js
+++ b/search/functions_2.js
@@ -1,21 +1,21 @@
var searchData=
[
- ['c_5fstr_466',['c_str',['../class_nim_b_l_e_att_value.html#aa2c18949ffc2e7d2d2f288c1b2b2f0ed',1,'NimBLEAttValue']]],
- ['canbroadcast_467',['canBroadcast',['../class_nim_b_l_e_remote_characteristic.html#a7163009a9f0ff718b5856d19cb4a3568',1,'NimBLERemoteCharacteristic']]],
- ['canindicate_468',['canIndicate',['../class_nim_b_l_e_remote_characteristic.html#a53322384b295a2548b3399e2c63d76f4',1,'NimBLERemoteCharacteristic']]],
- ['cannotify_469',['canNotify',['../class_nim_b_l_e_remote_characteristic.html#a9c41acdbf23dc036f321d4f0a66d40d1',1,'NimBLERemoteCharacteristic']]],
- ['canread_470',['canRead',['../class_nim_b_l_e_remote_characteristic.html#a0eb6655635394268a76c68e845d14135',1,'NimBLERemoteCharacteristic']]],
- ['canwrite_471',['canWrite',['../class_nim_b_l_e_remote_characteristic.html#aae71c20d300ead52770e66fb8a1a47ea',1,'NimBLERemoteCharacteristic']]],
- ['canwritenoresponse_472',['canWriteNoResponse',['../class_nim_b_l_e_remote_characteristic.html#a2614c7f437b52f385fc4fd29abe358eb',1,'NimBLERemoteCharacteristic']]],
- ['capacity_473',['capacity',['../class_nim_b_l_e_att_value.html#a49a8a126d0b534c999c4a341cdcf7ba2',1,'NimBLEAttValue']]],
- ['checkconnparams_474',['checkConnParams',['../class_nim_b_l_e_utils.html#ae521f9a6363c03e42da2f76f64ea431e',1,'NimBLEUtils']]],
- ['cleardata_475',['clearData',['../class_nim_b_l_e_ext_advertisement.html#a1391be9ee1b2ba1dc0548f2431b1d3af',1,'NimBLEExtAdvertisement']]],
- ['clearduplicatecache_476',['clearDuplicateCache',['../class_nim_b_l_e_scan.html#a6a97fd1c7f16fccd7f19994592b6dfe6',1,'NimBLEScan']]],
- ['clearresults_477',['clearResults',['../class_nim_b_l_e_scan.html#ad421a09eeb021755b193a7a5e01f183b',1,'NimBLEScan']]],
- ['connect_478',['connect',['../class_nim_b_l_e_client.html#ae9b3e8a9b47c7eaad040b485bda958a1',1,'NimBLEClient::connect(NimBLEAdvertisedDevice *device, bool deleteAttributes=true)'],['../class_nim_b_l_e_client.html#a026d7e04557b4821a7da2c1a1caa46eb',1,'NimBLEClient::connect(const NimBLEAddress &address, bool deleteAttributes=true)'],['../class_nim_b_l_e_client.html#a1f9d4ad6d3d03b819bfad82d1f39b684',1,'NimBLEClient::connect(bool deleteAttributes=true)']]],
- ['createcharacteristic_479',['createCharacteristic',['../class_nim_b_l_e_service.html#a415e1b836946831c6f9edd74adba8763',1,'NimBLEService::createCharacteristic(const char *uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_service.html#aa780d072e6257258e27cbc96106626ad',1,'NimBLEService::createCharacteristic(const NimBLEUUID &uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)']]],
- ['createclient_480',['createClient',['../class_nim_b_l_e_device.html#af8142995252f486916dbb9de2a5b0c9e',1,'NimBLEDevice']]],
- ['createdescriptor_481',['createDescriptor',['../class_nim_b_l_e_characteristic.html#a1fc55adb9d62d8b5fe1be2b172686353',1,'NimBLECharacteristic::createDescriptor(const char *uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_characteristic.html#a67a1fb8bddfbd47007ccb8b6f5e5611a',1,'NimBLECharacteristic::createDescriptor(const NimBLEUUID &uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)']]],
- ['createserver_482',['createServer',['../class_nim_b_l_e_device.html#a4d9780d0b5fafc279483822af802a508',1,'NimBLEDevice']]],
- ['createservice_483',['createService',['../class_nim_b_l_e_server.html#aaeb58b4de85754d1aac6964e9248aa35',1,'NimBLEServer::createService(const char *uuid)'],['../class_nim_b_l_e_server.html#a5f0d43106db713e2ac716eabd70a10b2',1,'NimBLEServer::createService(const NimBLEUUID &uuid)']]]
+ ['c_5fstr_467',['c_str',['../class_nim_b_l_e_att_value.html#aa2c18949ffc2e7d2d2f288c1b2b2f0ed',1,'NimBLEAttValue']]],
+ ['canbroadcast_468',['canBroadcast',['../class_nim_b_l_e_remote_characteristic.html#a7163009a9f0ff718b5856d19cb4a3568',1,'NimBLERemoteCharacteristic']]],
+ ['canindicate_469',['canIndicate',['../class_nim_b_l_e_remote_characteristic.html#a53322384b295a2548b3399e2c63d76f4',1,'NimBLERemoteCharacteristic']]],
+ ['cannotify_470',['canNotify',['../class_nim_b_l_e_remote_characteristic.html#a9c41acdbf23dc036f321d4f0a66d40d1',1,'NimBLERemoteCharacteristic']]],
+ ['canread_471',['canRead',['../class_nim_b_l_e_remote_characteristic.html#a0eb6655635394268a76c68e845d14135',1,'NimBLERemoteCharacteristic']]],
+ ['canwrite_472',['canWrite',['../class_nim_b_l_e_remote_characteristic.html#aae71c20d300ead52770e66fb8a1a47ea',1,'NimBLERemoteCharacteristic']]],
+ ['canwritenoresponse_473',['canWriteNoResponse',['../class_nim_b_l_e_remote_characteristic.html#a2614c7f437b52f385fc4fd29abe358eb',1,'NimBLERemoteCharacteristic']]],
+ ['capacity_474',['capacity',['../class_nim_b_l_e_att_value.html#a49a8a126d0b534c999c4a341cdcf7ba2',1,'NimBLEAttValue']]],
+ ['checkconnparams_475',['checkConnParams',['../class_nim_b_l_e_utils.html#ae521f9a6363c03e42da2f76f64ea431e',1,'NimBLEUtils']]],
+ ['cleardata_476',['clearData',['../class_nim_b_l_e_ext_advertisement.html#a1391be9ee1b2ba1dc0548f2431b1d3af',1,'NimBLEExtAdvertisement']]],
+ ['clearduplicatecache_477',['clearDuplicateCache',['../class_nim_b_l_e_scan.html#a6a97fd1c7f16fccd7f19994592b6dfe6',1,'NimBLEScan']]],
+ ['clearresults_478',['clearResults',['../class_nim_b_l_e_scan.html#ad421a09eeb021755b193a7a5e01f183b',1,'NimBLEScan']]],
+ ['connect_479',['connect',['../class_nim_b_l_e_client.html#ae9b3e8a9b47c7eaad040b485bda958a1',1,'NimBLEClient::connect(NimBLEAdvertisedDevice *device, bool deleteAttributes=true)'],['../class_nim_b_l_e_client.html#a026d7e04557b4821a7da2c1a1caa46eb',1,'NimBLEClient::connect(const NimBLEAddress &address, bool deleteAttributes=true)'],['../class_nim_b_l_e_client.html#a1f9d4ad6d3d03b819bfad82d1f39b684',1,'NimBLEClient::connect(bool deleteAttributes=true)']]],
+ ['createcharacteristic_480',['createCharacteristic',['../class_nim_b_l_e_service.html#a415e1b836946831c6f9edd74adba8763',1,'NimBLEService::createCharacteristic(const char *uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_service.html#aa780d072e6257258e27cbc96106626ad',1,'NimBLEService::createCharacteristic(const NimBLEUUID &uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)']]],
+ ['createclient_481',['createClient',['../class_nim_b_l_e_device.html#af8142995252f486916dbb9de2a5b0c9e',1,'NimBLEDevice']]],
+ ['createdescriptor_482',['createDescriptor',['../class_nim_b_l_e_characteristic.html#a1fc55adb9d62d8b5fe1be2b172686353',1,'NimBLECharacteristic::createDescriptor(const char *uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_characteristic.html#a67a1fb8bddfbd47007ccb8b6f5e5611a',1,'NimBLECharacteristic::createDescriptor(const NimBLEUUID &uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)']]],
+ ['createserver_483',['createServer',['../class_nim_b_l_e_device.html#a4d9780d0b5fafc279483822af802a508',1,'NimBLEDevice']]],
+ ['createservice_484',['createService',['../class_nim_b_l_e_server.html#aaeb58b4de85754d1aac6964e9248aa35',1,'NimBLEServer::createService(const char *uuid)'],['../class_nim_b_l_e_server.html#a5f0d43106db713e2ac716eabd70a10b2',1,'NimBLEServer::createService(const NimBLEUUID &uuid)']]]
];
diff --git a/search/functions_3.js b/search/functions_3.js
index 79ab18e..c2a7533 100644
--- a/search/functions_3.js
+++ b/search/functions_3.js
@@ -1,19 +1,19 @@
var searchData=
[
- ['data_484',['data',['../class_nim_b_l_e_att_value.html#a9e595630f7959b4002f6fb64c69ae123',1,'NimBLEAttValue']]],
- ['deinit_485',['deinit',['../class_nim_b_l_e_device.html#ae95693ce0f5b8e784ea8e10834dd624c',1,'NimBLEDevice']]],
- ['deleteallbonds_486',['deleteAllBonds',['../class_nim_b_l_e_device.html#ab436502ecd044f8b3480ec3e824e1418',1,'NimBLEDevice']]],
- ['deletebond_487',['deleteBond',['../class_nim_b_l_e_device.html#a20fc979ec9dbad5cce7f73e41b2e422e',1,'NimBLEDevice']]],
- ['deletecharacteristic_488',['deleteCharacteristic',['../class_nim_b_l_e_remote_service.html#a15b3b750b073f334c3be680a99ce2e02',1,'NimBLERemoteService']]],
- ['deletecharacteristics_489',['deleteCharacteristics',['../class_nim_b_l_e_remote_service.html#a221069047193f8d25f7112b44bbcb28f',1,'NimBLERemoteService']]],
- ['deleteclient_490',['deleteClient',['../class_nim_b_l_e_device.html#a83aa0a3d9d57358d35082a442edf8549',1,'NimBLEDevice']]],
- ['deletedescriptor_491',['deleteDescriptor',['../class_nim_b_l_e_remote_characteristic.html#aad0ba99cad9779b33ea7cd4e94349099',1,'NimBLERemoteCharacteristic']]],
- ['deletedescriptors_492',['deleteDescriptors',['../class_nim_b_l_e_remote_characteristic.html#a5f0a51b4a7fb2244d236dcb96fcf5205',1,'NimBLERemoteCharacteristic']]],
- ['deleteservice_493',['deleteService',['../class_nim_b_l_e_client.html#a0f940c51807469db1f1802b742180beb',1,'NimBLEClient']]],
- ['deleteservices_494',['deleteServices',['../class_nim_b_l_e_client.html#a668d476de250055a106a9f46bb7719f3',1,'NimBLEClient']]],
- ['deviceinfo_495',['deviceInfo',['../class_nim_b_l_e_h_i_d_device.html#a033c4ad91f1bc165ac6a322b4dcc1699',1,'NimBLEHIDDevice']]],
- ['disconnect_496',['disconnect',['../class_nim_b_l_e_client.html#a5f77999664cc8a83f3cdb603ba4a5c8c',1,'NimBLEClient::disconnect()'],['../class_nim_b_l_e_server.html#a63c9dce5c4bbc1c6bc720b6c51bcf3e1',1,'NimBLEServer::disconnect()']]],
- ['discoverattributes_497',['discoverAttributes',['../class_nim_b_l_e_client.html#a1019178a12799ca2c3a84f523b3a7db9',1,'NimBLEClient']]],
- ['dump_498',['dump',['../class_nim_b_l_e_scan_results.html#a2bbead75105733d04796b69e10c56cd4',1,'NimBLEScanResults::dump()'],['../class_nim_b_l_e_service.html#a71488881933ae8adbf11c5986f9dfb75',1,'NimBLEService::dump()']]],
- ['dumpgapevent_499',['dumpGapEvent',['../class_nim_b_l_e_utils.html#a27df310308e72c477a3fda7a65806e01',1,'NimBLEUtils']]]
+ ['data_485',['data',['../class_nim_b_l_e_att_value.html#a9e595630f7959b4002f6fb64c69ae123',1,'NimBLEAttValue']]],
+ ['deinit_486',['deinit',['../class_nim_b_l_e_device.html#ae95693ce0f5b8e784ea8e10834dd624c',1,'NimBLEDevice']]],
+ ['deleteallbonds_487',['deleteAllBonds',['../class_nim_b_l_e_device.html#ab436502ecd044f8b3480ec3e824e1418',1,'NimBLEDevice']]],
+ ['deletebond_488',['deleteBond',['../class_nim_b_l_e_device.html#a20fc979ec9dbad5cce7f73e41b2e422e',1,'NimBLEDevice']]],
+ ['deletecharacteristic_489',['deleteCharacteristic',['../class_nim_b_l_e_remote_service.html#a15b3b750b073f334c3be680a99ce2e02',1,'NimBLERemoteService']]],
+ ['deletecharacteristics_490',['deleteCharacteristics',['../class_nim_b_l_e_remote_service.html#a221069047193f8d25f7112b44bbcb28f',1,'NimBLERemoteService']]],
+ ['deleteclient_491',['deleteClient',['../class_nim_b_l_e_device.html#a83aa0a3d9d57358d35082a442edf8549',1,'NimBLEDevice']]],
+ ['deletedescriptor_492',['deleteDescriptor',['../class_nim_b_l_e_remote_characteristic.html#aad0ba99cad9779b33ea7cd4e94349099',1,'NimBLERemoteCharacteristic']]],
+ ['deletedescriptors_493',['deleteDescriptors',['../class_nim_b_l_e_remote_characteristic.html#a5f0a51b4a7fb2244d236dcb96fcf5205',1,'NimBLERemoteCharacteristic']]],
+ ['deleteservice_494',['deleteService',['../class_nim_b_l_e_client.html#a0f940c51807469db1f1802b742180beb',1,'NimBLEClient']]],
+ ['deleteservices_495',['deleteServices',['../class_nim_b_l_e_client.html#a668d476de250055a106a9f46bb7719f3',1,'NimBLEClient']]],
+ ['deviceinfo_496',['deviceInfo',['../class_nim_b_l_e_h_i_d_device.html#a033c4ad91f1bc165ac6a322b4dcc1699',1,'NimBLEHIDDevice']]],
+ ['disconnect_497',['disconnect',['../class_nim_b_l_e_client.html#a5f77999664cc8a83f3cdb603ba4a5c8c',1,'NimBLEClient::disconnect()'],['../class_nim_b_l_e_server.html#a63c9dce5c4bbc1c6bc720b6c51bcf3e1',1,'NimBLEServer::disconnect()']]],
+ ['discoverattributes_498',['discoverAttributes',['../class_nim_b_l_e_client.html#a1019178a12799ca2c3a84f523b3a7db9',1,'NimBLEClient']]],
+ ['dump_499',['dump',['../class_nim_b_l_e_scan_results.html#a2bbead75105733d04796b69e10c56cd4',1,'NimBLEScanResults::dump()'],['../class_nim_b_l_e_service.html#a71488881933ae8adbf11c5986f9dfb75',1,'NimBLEService::dump()']]],
+ ['dumpgapevent_500',['dumpGapEvent',['../class_nim_b_l_e_utils.html#a27df310308e72c477a3fda7a65806e01',1,'NimBLEUtils']]]
];
diff --git a/search/functions_4.js b/search/functions_4.js
index 69e8db2..7a4b617 100644
--- a/search/functions_4.js
+++ b/search/functions_4.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['enablescanrequestcallback_500',['enableScanRequestCallback',['../class_nim_b_l_e_ext_advertisement.html#aaf6c44bc23f03a72bc02c3d45a9adf1d',1,'NimBLEExtAdvertisement']]],
- ['end_501',['end',['../class_nim_b_l_e_att_value.html#a4f797f89e9c2d55dc7bee7ec8993952e',1,'NimBLEAttValue::end()'],['../class_nim_b_l_e_client.html#a0accd665926ea77d85ecb483b2b853fe',1,'NimBLEClient::end()'],['../class_nim_b_l_e_remote_characteristic.html#a333adea9c9f243774c6a2f13beabd873',1,'NimBLERemoteCharacteristic::end()'],['../class_nim_b_l_e_remote_service.html#a10fe635fe9a0661d26c33021faaec53b',1,'NimBLERemoteService::end()'],['../class_nim_b_l_e_scan_results.html#a44e183a7ce0c9fb587d11910ce5ef200',1,'NimBLEScanResults::end()']]],
- ['equals_502',['equals',['../class_nim_b_l_e_address.html#a826fe8850cbc7d54f0696b8af4637169',1,'NimBLEAddress::equals()'],['../class_nim_b_l_e_u_u_i_d.html#a3d9763ff434905457ed69118e93a35fd',1,'NimBLEUUID::equals()']]],
- ['erase_503',['erase',['../class_nim_b_l_e_scan.html#a566a9ef25b04e946ac23402bb760cda1',1,'NimBLEScan']]]
+ ['enablescanrequestcallback_501',['enableScanRequestCallback',['../class_nim_b_l_e_ext_advertisement.html#aaf6c44bc23f03a72bc02c3d45a9adf1d',1,'NimBLEExtAdvertisement']]],
+ ['end_502',['end',['../class_nim_b_l_e_att_value.html#a4f797f89e9c2d55dc7bee7ec8993952e',1,'NimBLEAttValue::end()'],['../class_nim_b_l_e_client.html#a0accd665926ea77d85ecb483b2b853fe',1,'NimBLEClient::end()'],['../class_nim_b_l_e_remote_characteristic.html#a333adea9c9f243774c6a2f13beabd873',1,'NimBLERemoteCharacteristic::end()'],['../class_nim_b_l_e_remote_service.html#a10fe635fe9a0661d26c33021faaec53b',1,'NimBLERemoteService::end()'],['../class_nim_b_l_e_scan_results.html#a44e183a7ce0c9fb587d11910ce5ef200',1,'NimBLEScanResults::end()']]],
+ ['equals_503',['equals',['../class_nim_b_l_e_address.html#a826fe8850cbc7d54f0696b8af4637169',1,'NimBLEAddress::equals()'],['../class_nim_b_l_e_u_u_i_d.html#a3d9763ff434905457ed69118e93a35fd',1,'NimBLEUUID::equals()']]],
+ ['erase_504',['erase',['../class_nim_b_l_e_scan.html#a566a9ef25b04e946ac23402bb760cda1',1,'NimBLEScan']]]
];
diff --git a/search/functions_5.js b/search/functions_5.js
index 68c15da..f7afaf3 100644
--- a/search/functions_5.js
+++ b/search/functions_5.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['featurereport_504',['featureReport',['../class_nim_b_l_e_h_i_d_device.html#a468e599c7d75e691f8d34e1b24db8a38',1,'NimBLEHIDDevice']]],
- ['fromstring_505',['fromString',['../class_nim_b_l_e_u_u_i_d.html#ae09acdc52e23a3a38c57aaf859c278c2',1,'NimBLEUUID']]]
+ ['featurereport_505',['featureReport',['../class_nim_b_l_e_h_i_d_device.html#a468e599c7d75e691f8d34e1b24db8a38',1,'NimBLEHIDDevice']]],
+ ['fromstring_506',['fromString',['../class_nim_b_l_e_u_u_i_d.html#ae09acdc52e23a3a38c57aaf859c278c2',1,'NimBLEUUID']]]
];
diff --git a/search/functions_6.js b/search/functions_6.js
index cff48c8..a9531a7 100644
--- a/search/functions_6.js
+++ b/search/functions_6.js
@@ -1,105 +1,105 @@
var searchData=
[
- ['gapeventtostring_506',['gapEventToString',['../class_nim_b_l_e_utils.html#afb2df39418324f93a2477e314883ccae',1,'NimBLEUtils']]],
- ['getaddress_507',['getAddress',['../class_nim_b_l_e_advertised_device.html#aa60721a7b5b44a3bb66980f003517579',1,'NimBLEAdvertisedDevice::getAddress()'],['../class_nim_b_l_e_conn_info.html#af17023ca06c3d1b9e142dcd5f8c54847',1,'NimBLEConnInfo::getAddress()'],['../class_nim_b_l_e_device.html#a77f9f343143d4f074ffb545dd14cbb2b',1,'NimBLEDevice::getAddress()']]],
- ['getaddresstype_508',['getAddressType',['../class_nim_b_l_e_advertised_device.html#afc79cdc087c81b34643d70c8259eb9a3',1,'NimBLEAdvertisedDevice']]],
- ['getadvertising_509',['getAdvertising',['../class_nim_b_l_e_device.html#aa994b01b2b5bb9f677f3cffb2f05d140',1,'NimBLEDevice::getAdvertising()'],['../class_nim_b_l_e_server.html#ab41d8bb9b334734f95a726f1e15200fc',1,'NimBLEServer::getAdvertising()']]],
- ['getadvinterval_510',['getAdvInterval',['../class_nim_b_l_e_advertised_device.html#a9a7a36e9937e16ffab4f1543ea54073f',1,'NimBLEAdvertisedDevice']]],
- ['getadvlength_511',['getAdvLength',['../class_nim_b_l_e_advertised_device.html#ae960e43434bf62ec83e9230d7bf7046c',1,'NimBLEAdvertisedDevice']]],
- ['getadvtype_512',['getAdvType',['../class_nim_b_l_e_advertised_device.html#a9d07ee4c38de4170db24a5e01663ee6d',1,'NimBLEAdvertisedDevice']]],
- ['getappearance_513',['getAppearance',['../class_nim_b_l_e_advertised_device.html#a228afa5e43421b4d96d9c08241718309',1,'NimBLEAdvertisedDevice']]],
- ['getbondedaddress_514',['getBondedAddress',['../class_nim_b_l_e_device.html#ac7f090f4b1a2d593f38b20859e071f0c',1,'NimBLEDevice']]],
- ['getcallbacks_515',['getCallbacks',['../class_nim_b_l_e_characteristic.html#a1747ac4889c7adbb93a2d88a10327a47',1,'NimBLECharacteristic']]],
- ['getcharacteristic_516',['getCharacteristic',['../class_nim_b_l_e_client.html#a2fc46f43a71dd0df63a377961baf8009',1,'NimBLEClient::getCharacteristic()'],['../class_nim_b_l_e_descriptor.html#a412b3735186d94e9ddcf37a06c2055e1',1,'NimBLEDescriptor::getCharacteristic()'],['../class_nim_b_l_e_remote_service.html#ab12d195a2239a3808d60457184f0c487',1,'NimBLERemoteService::getCharacteristic(const char *uuid)'],['../class_nim_b_l_e_remote_service.html#a7ff4fc7bfb77adc33003dd6eb8e16957',1,'NimBLERemoteService::getCharacteristic(const NimBLEUUID &uuid)'],['../class_nim_b_l_e_service.html#a305b680286096638a4239620ec2de567',1,'NimBLEService::getCharacteristic(const char *uuid, uint16_t instanceId=0)'],['../class_nim_b_l_e_service.html#adfc4e67f79aaabc8f2c6bdb5c6966609',1,'NimBLEService::getCharacteristic(const NimBLEUUID &uuid, uint16_t instanceId=0)']]],
- ['getcharacteristicbyhandle_517',['getCharacteristicByHandle',['../class_nim_b_l_e_service.html#a35b56ab3ef7fffb2b299f95d3176d07e',1,'NimBLEService']]],
- ['getcharacteristics_518',['getCharacteristics',['../class_nim_b_l_e_remote_service.html#a2c9e91c842598a6a9576c7b87af0863a',1,'NimBLERemoteService::getCharacteristics()'],['../class_nim_b_l_e_service.html#aa2cba47cb4c935e15c77707643e5e9a5',1,'NimBLEService::getCharacteristics()'],['../class_nim_b_l_e_service.html#a24cf868e9eec7b5ecdf1e88d257e91d9',1,'NimBLEService::getCharacteristics(const char *uuid)'],['../class_nim_b_l_e_service.html#a55724788b3bf4614995ea656bf8fe1bb',1,'NimBLEService::getCharacteristics(const NimBLEUUID &uuid)']]],
- ['getclient_519',['getClient',['../class_nim_b_l_e_remote_service.html#a3d1e7db457a9f3774eaa5e641dcc716e',1,'NimBLERemoteService']]],
- ['getclientbyid_520',['getClientByID',['../class_nim_b_l_e_device.html#ac7adcd510eef2b9546bcde9a253e56a9',1,'NimBLEDevice']]],
- ['getclientbypeeraddress_521',['getClientByPeerAddress',['../class_nim_b_l_e_device.html#ac4dbadc7fc170993e41532f675786504',1,'NimBLEDevice']]],
- ['getclientlist_522',['getClientList',['../class_nim_b_l_e_device.html#a1a6fb5e8f0e2cdc012ebae4fb4d12fd0',1,'NimBLEDevice']]],
- ['getclientlistsize_523',['getClientListSize',['../class_nim_b_l_e_device.html#abe21dcac43493689a06bc6ddb91b6faf',1,'NimBLEDevice']]],
- ['getconnectedcount_524',['getConnectedCount',['../class_nim_b_l_e_server.html#a98ea12f57c10c0477b0c1c5efab23ee5',1,'NimBLEServer']]],
- ['getconnhandle_525',['getConnHandle',['../class_nim_b_l_e_conn_info.html#a77e212f3e236b05da0978ea482e3efb4',1,'NimBLEConnInfo']]],
- ['getconnid_526',['getConnId',['../class_nim_b_l_e_client.html#aa09466a7050bf08bab2390da66007896',1,'NimBLEClient']]],
- ['getconninfo_527',['getConnInfo',['../class_nim_b_l_e_client.html#a566207f548c6b799792fc092f1748267',1,'NimBLEClient']]],
- ['getconninterval_528',['getConnInterval',['../class_nim_b_l_e_conn_info.html#aa43374d84b7564f6d187fd0c637b1049',1,'NimBLEConnInfo']]],
- ['getconnlatency_529',['getConnLatency',['../class_nim_b_l_e_conn_info.html#a10c6093ca2f92ea61b82815909106430',1,'NimBLEConnInfo']]],
- ['getconntimeout_530',['getConnTimeout',['../class_nim_b_l_e_conn_info.html#a8e885d340f1ab4e477c69ed7ea99b082',1,'NimBLEConnInfo']]],
- ['getcount_531',['getCount',['../class_nim_b_l_e_eddystone_t_l_m.html#a556a6b6a75693997390f3bacf6e5ca5e',1,'NimBLEEddystoneTLM::getCount()'],['../class_nim_b_l_e_scan_results.html#ae4796dd6ce1845c46f66bc1a36ad746a',1,'NimBLEScanResults::getCount()']]],
- ['getdata_532',['getData',['../class_nim_b_l_e_beacon.html#ae2458f7db169b696e6368802d5ece0d9',1,'NimBLEBeacon::getData()'],['../class_nim_b_l_e_eddystone_t_l_m.html#ae146a8f066ef3fc6994070654ec5d7ea',1,'NimBLEEddystoneTLM::getData()'],['../class_nim_b_l_e_eddystone_u_r_l.html#ac32c7066ce1ee8d495a35ec870f0e7bf',1,'NimBLEEddystoneURL::getData()']]],
- ['getdatalength_533',['getDataLength',['../class_nim_b_l_e_characteristic.html#a580ad0133fd82a673027c91cbb1c74fa',1,'NimBLECharacteristic']]],
- ['getdatasize_534',['getDataSize',['../class_nim_b_l_e_ext_advertisement.html#aec383f3f61780ee5bda3599543c84dd8',1,'NimBLEExtAdvertisement']]],
- ['getdecodedurl_535',['getDecodedURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a8b68cc96a84da85e20d8583ba375c2ff',1,'NimBLEEddystoneURL']]],
- ['getdefhandle_536',['getDefHandle',['../class_nim_b_l_e_remote_characteristic.html#aebbcd36740e49d7e29eb5b21d6802380',1,'NimBLERemoteCharacteristic']]],
- ['getdescriptor_537',['getDescriptor',['../class_nim_b_l_e_remote_characteristic.html#a6178e1c58361b957be3c48548c1c4366',1,'NimBLERemoteCharacteristic']]],
- ['getdescriptorbyhandle_538',['getDescriptorByHandle',['../class_nim_b_l_e_characteristic.html#a062f52918f13c49a37ce8e58b9e7382a',1,'NimBLECharacteristic']]],
- ['getdescriptorbyuuid_539',['getDescriptorByUUID',['../class_nim_b_l_e_characteristic.html#abc5f4819e4d2c0956857ddd7a1064189',1,'NimBLECharacteristic::getDescriptorByUUID(const char *uuid)'],['../class_nim_b_l_e_characteristic.html#ae310b081d2d7d2a52ab2ddc11d5dbd99',1,'NimBLECharacteristic::getDescriptorByUUID(const NimBLEUUID &uuid)']]],
- ['getdescriptors_540',['getDescriptors',['../class_nim_b_l_e_remote_characteristic.html#acf11d225fe5a25327742349e9d6061f9',1,'NimBLERemoteCharacteristic']]],
- ['getdevice_541',['getDevice',['../class_nim_b_l_e_scan_results.html#a68aa3ebffb1be785497f228c1d11e500',1,'NimBLEScanResults::getDevice(uint32_t i)'],['../class_nim_b_l_e_scan_results.html#ac2356f6c1b8384ebc061d4b7953a9374',1,'NimBLEScanResults::getDevice(const NimBLEAddress &address)']]],
- ['getdisconnectedclient_542',['getDisconnectedClient',['../class_nim_b_l_e_device.html#a10aec48b56ef404f42ade96d6244b312',1,'NimBLEDevice']]],
- ['gethandle_543',['getHandle',['../class_nim_b_l_e_characteristic.html#acc3ea122771cd447103adfce22537379',1,'NimBLECharacteristic::getHandle()'],['../class_nim_b_l_e_descriptor.html#a486af6799753dfa60b3faddfac2adbcd',1,'NimBLEDescriptor::getHandle()'],['../class_nim_b_l_e_remote_characteristic.html#ab46121a8f5000c40d521e7ee5d92bee6',1,'NimBLERemoteCharacteristic::getHandle()'],['../class_nim_b_l_e_remote_descriptor.html#ab8a774ebc69c0fb7ea17f926a82dba21',1,'NimBLERemoteDescriptor::getHandle()'],['../class_nim_b_l_e_service.html#a86d65ef61a77bdd660632b4041c2b640',1,'NimBLEService::getHandle()']]],
- ['getidaddress_544',['getIdAddress',['../class_nim_b_l_e_conn_info.html#a7bc23f09eb7dd53be902cb67d2ba745a',1,'NimBLEConnInfo']]],
- ['getinitialized_545',['getInitialized',['../class_nim_b_l_e_device.html#ad6eda512195c7cbe249a1edbb99510cd',1,'NimBLEDevice']]],
- ['getlasterror_546',['getLastError',['../class_nim_b_l_e_client.html#a178d06bed13028e4ae0384923062d18d',1,'NimBLEClient']]],
- ['getlength_547',['getLength',['../class_nim_b_l_e_descriptor.html#a378346f59afb706d4c1d961227b98c5d',1,'NimBLEDescriptor']]],
- ['getmajor_548',['getMajor',['../class_nim_b_l_e_beacon.html#aac32b7f86c73221152909528c8dbad3c',1,'NimBLEBeacon']]],
- ['getmanufacturerdata_549',['getManufacturerData',['../class_nim_b_l_e_advertised_device.html#afa334006230601cc5c6429b18819a2e2',1,'NimBLEAdvertisedDevice::getManufacturerData()'],['../class_nim_b_l_e_advertised_device.html#ae9a586e46a555cf5fc817c9fe301b295',1,'NimBLEAdvertisedDevice::getManufacturerData(bool skipSizeCheck=false)']]],
- ['getmanufacturerid_550',['getManufacturerId',['../class_nim_b_l_e_beacon.html#a8803d70e8c238ccb98edcf31af0ead40',1,'NimBLEBeacon']]],
- ['getmaxinterval_551',['getMaxInterval',['../class_nim_b_l_e_advertised_device.html#a450eca96c605f199d2786a044612db17',1,'NimBLEAdvertisedDevice']]],
- ['getmininterval_552',['getMinInterval',['../class_nim_b_l_e_advertised_device.html#a33fcdc3bf5107c157b10ad4519938c9f',1,'NimBLEAdvertisedDevice']]],
- ['getminor_553',['getMinor',['../class_nim_b_l_e_beacon.html#a4bc9fd3a68b4b1772dc4d102573c6788',1,'NimBLEBeacon']]],
- ['getmtu_554',['getMTU',['../class_nim_b_l_e_client.html#ab971537eec4e53d621598eb1c760af3a',1,'NimBLEClient::getMTU()'],['../class_nim_b_l_e_conn_info.html#a94796b6446ef40c0ae0d1f8af1ff9462',1,'NimBLEConnInfo::getMTU()'],['../class_nim_b_l_e_device.html#a5520cf3f544d571636eed162de394ec2',1,'NimBLEDevice::getMTU()']]],
- ['getname_555',['getName',['../class_nim_b_l_e_advertised_device.html#ae6c6b48369d71a5998c1393c0d6a0179',1,'NimBLEAdvertisedDevice']]],
- ['getnative_556',['getNative',['../class_nim_b_l_e_address.html#adef69a03a08303957d7e40eef07b4d80',1,'NimBLEAddress::getNative()'],['../class_nim_b_l_e_u_u_i_d.html#a62e8e924f971c62cc42760d8c7dd6f28',1,'NimBLEUUID::getNative()']]],
- ['getnumbonds_557',['getNumBonds',['../class_nim_b_l_e_device.html#a7fe0f568c17130150660e6307851be48',1,'NimBLEDevice']]],
- ['getpayload_558',['getPayload',['../class_nim_b_l_e_advertised_device.html#afacf7717a15b36af184cd957d397e384',1,'NimBLEAdvertisedDevice::getPayload()'],['../class_nim_b_l_e_advertisement_data.html#acbd638708c8b8b4663c09107bc38feb1',1,'NimBLEAdvertisementData::getPayload()']]],
- ['getpayloadlength_559',['getPayloadLength',['../class_nim_b_l_e_advertised_device.html#ac7879f4aa0f2b069b1d3aff4809ae62c',1,'NimBLEAdvertisedDevice']]],
- ['getpeeraddress_560',['getPeerAddress',['../class_nim_b_l_e_client.html#a0477ba593f0b7c0cfc4697efdba703eb',1,'NimBLEClient']]],
- ['getpeerdevices_561',['getPeerDevices',['../class_nim_b_l_e_server.html#ab95c428ddc94eb019a26d91e70f5974b',1,'NimBLEServer']]],
- ['getpeeridinfo_562',['getPeerIDInfo',['../class_nim_b_l_e_server.html#ad241eb42e9775fb2f8aaa87c9fb9a76b',1,'NimBLEServer']]],
- ['getpeerinfo_563',['getPeerInfo',['../class_nim_b_l_e_server.html#a347c74f4ad6e2bcc2e301da11ae13e91',1,'NimBLEServer::getPeerInfo(size_t index)'],['../class_nim_b_l_e_server.html#ad91fbcb2717aa1969329f365692e1072',1,'NimBLEServer::getPeerInfo(const NimBLEAddress &address)']]],
- ['getpeermtu_564',['getPeerMTU',['../class_nim_b_l_e_server.html#a9eb1f32b72ac93736585d6d89f393021',1,'NimBLEServer']]],
- ['getperiodicinterval_565',['getPeriodicInterval',['../class_nim_b_l_e_advertised_device.html#ad9c5b9ffda267ddbcaef6b0f236846f9',1,'NimBLEAdvertisedDevice']]],
- ['getpower_566',['getPower',['../class_nim_b_l_e_eddystone_u_r_l.html#a42583c740bbdb9591422e8770f8bd0d5',1,'NimBLEEddystoneURL']]],
- ['getprimaryphy_567',['getPrimaryPhy',['../class_nim_b_l_e_advertised_device.html#a9b4ad695a4f035512d4d17313d8c5d3b',1,'NimBLEAdvertisedDevice']]],
- ['getproperties_568',['getProperties',['../class_nim_b_l_e_characteristic.html#a79759a98d9bdb761cb12c1ea6f601afc',1,'NimBLECharacteristic']]],
- ['getproximityuuid_569',['getProximityUUID',['../class_nim_b_l_e_beacon.html#a999ade63059620d619609676d85186ad',1,'NimBLEBeacon']]],
- ['getremotecharacteristic_570',['getRemoteCharacteristic',['../class_nim_b_l_e_remote_descriptor.html#a529e80c6731f68f3598e015df7618cfe',1,'NimBLERemoteDescriptor']]],
- ['getremoteservice_571',['getRemoteService',['../class_nim_b_l_e_remote_characteristic.html#a943183a55b020de9e09ac2cfaebcde32',1,'NimBLERemoteCharacteristic']]],
- ['getresults_572',['getResults',['../class_nim_b_l_e_scan.html#a2ae53719546e2d410c816e12c56aad61',1,'NimBLEScan']]],
- ['getrssi_573',['getRSSI',['../class_nim_b_l_e_advertised_device.html#acd42dfbc92a43fc90e933df975c029f3',1,'NimBLEAdvertisedDevice']]],
+ ['gapeventtostring_507',['gapEventToString',['../class_nim_b_l_e_utils.html#afb2df39418324f93a2477e314883ccae',1,'NimBLEUtils']]],
+ ['getaddress_508',['getAddress',['../class_nim_b_l_e_advertised_device.html#aa60721a7b5b44a3bb66980f003517579',1,'NimBLEAdvertisedDevice::getAddress()'],['../class_nim_b_l_e_device.html#a77f9f343143d4f074ffb545dd14cbb2b',1,'NimBLEDevice::getAddress()'],['../class_nim_b_l_e_conn_info.html#af17023ca06c3d1b9e142dcd5f8c54847',1,'NimBLEConnInfo::getAddress()']]],
+ ['getaddresstype_509',['getAddressType',['../class_nim_b_l_e_advertised_device.html#afc79cdc087c81b34643d70c8259eb9a3',1,'NimBLEAdvertisedDevice']]],
+ ['getadvertising_510',['getAdvertising',['../class_nim_b_l_e_server.html#ab41d8bb9b334734f95a726f1e15200fc',1,'NimBLEServer::getAdvertising()'],['../class_nim_b_l_e_device.html#aa994b01b2b5bb9f677f3cffb2f05d140',1,'NimBLEDevice::getAdvertising()']]],
+ ['getadvinterval_511',['getAdvInterval',['../class_nim_b_l_e_advertised_device.html#a9a7a36e9937e16ffab4f1543ea54073f',1,'NimBLEAdvertisedDevice']]],
+ ['getadvlength_512',['getAdvLength',['../class_nim_b_l_e_advertised_device.html#ae960e43434bf62ec83e9230d7bf7046c',1,'NimBLEAdvertisedDevice']]],
+ ['getadvtype_513',['getAdvType',['../class_nim_b_l_e_advertised_device.html#a9d07ee4c38de4170db24a5e01663ee6d',1,'NimBLEAdvertisedDevice']]],
+ ['getappearance_514',['getAppearance',['../class_nim_b_l_e_advertised_device.html#a228afa5e43421b4d96d9c08241718309',1,'NimBLEAdvertisedDevice']]],
+ ['getbondedaddress_515',['getBondedAddress',['../class_nim_b_l_e_device.html#ac7f090f4b1a2d593f38b20859e071f0c',1,'NimBLEDevice']]],
+ ['getcallbacks_516',['getCallbacks',['../class_nim_b_l_e_characteristic.html#a1747ac4889c7adbb93a2d88a10327a47',1,'NimBLECharacteristic']]],
+ ['getcharacteristic_517',['getCharacteristic',['../class_nim_b_l_e_client.html#a2fc46f43a71dd0df63a377961baf8009',1,'NimBLEClient::getCharacteristic()'],['../class_nim_b_l_e_descriptor.html#a412b3735186d94e9ddcf37a06c2055e1',1,'NimBLEDescriptor::getCharacteristic()'],['../class_nim_b_l_e_remote_service.html#ab12d195a2239a3808d60457184f0c487',1,'NimBLERemoteService::getCharacteristic(const char *uuid)'],['../class_nim_b_l_e_remote_service.html#a7ff4fc7bfb77adc33003dd6eb8e16957',1,'NimBLERemoteService::getCharacteristic(const NimBLEUUID &uuid)'],['../class_nim_b_l_e_service.html#a305b680286096638a4239620ec2de567',1,'NimBLEService::getCharacteristic(const char *uuid, uint16_t instanceId=0)'],['../class_nim_b_l_e_service.html#adfc4e67f79aaabc8f2c6bdb5c6966609',1,'NimBLEService::getCharacteristic(const NimBLEUUID &uuid, uint16_t instanceId=0)']]],
+ ['getcharacteristicbyhandle_518',['getCharacteristicByHandle',['../class_nim_b_l_e_service.html#a35b56ab3ef7fffb2b299f95d3176d07e',1,'NimBLEService']]],
+ ['getcharacteristics_519',['getCharacteristics',['../class_nim_b_l_e_service.html#a55724788b3bf4614995ea656bf8fe1bb',1,'NimBLEService::getCharacteristics(const NimBLEUUID &uuid)'],['../class_nim_b_l_e_service.html#a24cf868e9eec7b5ecdf1e88d257e91d9',1,'NimBLEService::getCharacteristics(const char *uuid)'],['../class_nim_b_l_e_remote_service.html#a2c9e91c842598a6a9576c7b87af0863a',1,'NimBLERemoteService::getCharacteristics()'],['../class_nim_b_l_e_service.html#aa2cba47cb4c935e15c77707643e5e9a5',1,'NimBLEService::getCharacteristics()']]],
+ ['getclient_520',['getClient',['../class_nim_b_l_e_remote_service.html#a3d1e7db457a9f3774eaa5e641dcc716e',1,'NimBLERemoteService']]],
+ ['getclientbyid_521',['getClientByID',['../class_nim_b_l_e_device.html#ac7adcd510eef2b9546bcde9a253e56a9',1,'NimBLEDevice']]],
+ ['getclientbypeeraddress_522',['getClientByPeerAddress',['../class_nim_b_l_e_device.html#ac4dbadc7fc170993e41532f675786504',1,'NimBLEDevice']]],
+ ['getclientlist_523',['getClientList',['../class_nim_b_l_e_device.html#a1a6fb5e8f0e2cdc012ebae4fb4d12fd0',1,'NimBLEDevice']]],
+ ['getclientlistsize_524',['getClientListSize',['../class_nim_b_l_e_device.html#abe21dcac43493689a06bc6ddb91b6faf',1,'NimBLEDevice']]],
+ ['getconnectedcount_525',['getConnectedCount',['../class_nim_b_l_e_server.html#a98ea12f57c10c0477b0c1c5efab23ee5',1,'NimBLEServer']]],
+ ['getconnhandle_526',['getConnHandle',['../class_nim_b_l_e_conn_info.html#a77e212f3e236b05da0978ea482e3efb4',1,'NimBLEConnInfo']]],
+ ['getconnid_527',['getConnId',['../class_nim_b_l_e_client.html#aa09466a7050bf08bab2390da66007896',1,'NimBLEClient']]],
+ ['getconninfo_528',['getConnInfo',['../class_nim_b_l_e_client.html#a566207f548c6b799792fc092f1748267',1,'NimBLEClient']]],
+ ['getconninterval_529',['getConnInterval',['../class_nim_b_l_e_conn_info.html#aa43374d84b7564f6d187fd0c637b1049',1,'NimBLEConnInfo']]],
+ ['getconnlatency_530',['getConnLatency',['../class_nim_b_l_e_conn_info.html#a10c6093ca2f92ea61b82815909106430',1,'NimBLEConnInfo']]],
+ ['getconntimeout_531',['getConnTimeout',['../class_nim_b_l_e_conn_info.html#a8e885d340f1ab4e477c69ed7ea99b082',1,'NimBLEConnInfo']]],
+ ['getcount_532',['getCount',['../class_nim_b_l_e_eddystone_t_l_m.html#a556a6b6a75693997390f3bacf6e5ca5e',1,'NimBLEEddystoneTLM::getCount()'],['../class_nim_b_l_e_scan_results.html#ae4796dd6ce1845c46f66bc1a36ad746a',1,'NimBLEScanResults::getCount()']]],
+ ['getdata_533',['getData',['../class_nim_b_l_e_eddystone_u_r_l.html#ac32c7066ce1ee8d495a35ec870f0e7bf',1,'NimBLEEddystoneURL::getData()'],['../class_nim_b_l_e_beacon.html#ae2458f7db169b696e6368802d5ece0d9',1,'NimBLEBeacon::getData()'],['../class_nim_b_l_e_eddystone_t_l_m.html#ae146a8f066ef3fc6994070654ec5d7ea',1,'NimBLEEddystoneTLM::getData()']]],
+ ['getdatalength_534',['getDataLength',['../class_nim_b_l_e_characteristic.html#a580ad0133fd82a673027c91cbb1c74fa',1,'NimBLECharacteristic']]],
+ ['getdatasize_535',['getDataSize',['../class_nim_b_l_e_ext_advertisement.html#aec383f3f61780ee5bda3599543c84dd8',1,'NimBLEExtAdvertisement']]],
+ ['getdecodedurl_536',['getDecodedURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a8b68cc96a84da85e20d8583ba375c2ff',1,'NimBLEEddystoneURL']]],
+ ['getdefhandle_537',['getDefHandle',['../class_nim_b_l_e_remote_characteristic.html#aebbcd36740e49d7e29eb5b21d6802380',1,'NimBLERemoteCharacteristic']]],
+ ['getdescriptor_538',['getDescriptor',['../class_nim_b_l_e_remote_characteristic.html#a6178e1c58361b957be3c48548c1c4366',1,'NimBLERemoteCharacteristic']]],
+ ['getdescriptorbyhandle_539',['getDescriptorByHandle',['../class_nim_b_l_e_characteristic.html#a062f52918f13c49a37ce8e58b9e7382a',1,'NimBLECharacteristic']]],
+ ['getdescriptorbyuuid_540',['getDescriptorByUUID',['../class_nim_b_l_e_characteristic.html#abc5f4819e4d2c0956857ddd7a1064189',1,'NimBLECharacteristic::getDescriptorByUUID(const char *uuid)'],['../class_nim_b_l_e_characteristic.html#ae310b081d2d7d2a52ab2ddc11d5dbd99',1,'NimBLECharacteristic::getDescriptorByUUID(const NimBLEUUID &uuid)']]],
+ ['getdescriptors_541',['getDescriptors',['../class_nim_b_l_e_remote_characteristic.html#acf11d225fe5a25327742349e9d6061f9',1,'NimBLERemoteCharacteristic']]],
+ ['getdevice_542',['getDevice',['../class_nim_b_l_e_scan_results.html#a68aa3ebffb1be785497f228c1d11e500',1,'NimBLEScanResults::getDevice(uint32_t i)'],['../class_nim_b_l_e_scan_results.html#ac2356f6c1b8384ebc061d4b7953a9374',1,'NimBLEScanResults::getDevice(const NimBLEAddress &address)']]],
+ ['getdisconnectedclient_543',['getDisconnectedClient',['../class_nim_b_l_e_device.html#a10aec48b56ef404f42ade96d6244b312',1,'NimBLEDevice']]],
+ ['gethandle_544',['getHandle',['../class_nim_b_l_e_characteristic.html#acc3ea122771cd447103adfce22537379',1,'NimBLECharacteristic::getHandle()'],['../class_nim_b_l_e_descriptor.html#a486af6799753dfa60b3faddfac2adbcd',1,'NimBLEDescriptor::getHandle()'],['../class_nim_b_l_e_remote_characteristic.html#ab46121a8f5000c40d521e7ee5d92bee6',1,'NimBLERemoteCharacteristic::getHandle()'],['../class_nim_b_l_e_remote_descriptor.html#ab8a774ebc69c0fb7ea17f926a82dba21',1,'NimBLERemoteDescriptor::getHandle()'],['../class_nim_b_l_e_service.html#a86d65ef61a77bdd660632b4041c2b640',1,'NimBLEService::getHandle()']]],
+ ['getidaddress_545',['getIdAddress',['../class_nim_b_l_e_conn_info.html#a7bc23f09eb7dd53be902cb67d2ba745a',1,'NimBLEConnInfo']]],
+ ['getinitialized_546',['getInitialized',['../class_nim_b_l_e_device.html#ad6eda512195c7cbe249a1edbb99510cd',1,'NimBLEDevice']]],
+ ['getlasterror_547',['getLastError',['../class_nim_b_l_e_client.html#a178d06bed13028e4ae0384923062d18d',1,'NimBLEClient']]],
+ ['getlength_548',['getLength',['../class_nim_b_l_e_descriptor.html#a378346f59afb706d4c1d961227b98c5d',1,'NimBLEDescriptor']]],
+ ['getmajor_549',['getMajor',['../class_nim_b_l_e_beacon.html#aac32b7f86c73221152909528c8dbad3c',1,'NimBLEBeacon']]],
+ ['getmanufacturerdata_550',['getManufacturerData',['../class_nim_b_l_e_advertised_device.html#afa334006230601cc5c6429b18819a2e2',1,'NimBLEAdvertisedDevice::getManufacturerData()'],['../class_nim_b_l_e_advertised_device.html#ae9a586e46a555cf5fc817c9fe301b295',1,'NimBLEAdvertisedDevice::getManufacturerData(bool skipSizeCheck=false)']]],
+ ['getmanufacturerid_551',['getManufacturerId',['../class_nim_b_l_e_beacon.html#a8803d70e8c238ccb98edcf31af0ead40',1,'NimBLEBeacon']]],
+ ['getmaxinterval_552',['getMaxInterval',['../class_nim_b_l_e_advertised_device.html#a450eca96c605f199d2786a044612db17',1,'NimBLEAdvertisedDevice']]],
+ ['getmininterval_553',['getMinInterval',['../class_nim_b_l_e_advertised_device.html#a33fcdc3bf5107c157b10ad4519938c9f',1,'NimBLEAdvertisedDevice']]],
+ ['getminor_554',['getMinor',['../class_nim_b_l_e_beacon.html#a4bc9fd3a68b4b1772dc4d102573c6788',1,'NimBLEBeacon']]],
+ ['getmtu_555',['getMTU',['../class_nim_b_l_e_client.html#ab971537eec4e53d621598eb1c760af3a',1,'NimBLEClient::getMTU()'],['../class_nim_b_l_e_conn_info.html#a94796b6446ef40c0ae0d1f8af1ff9462',1,'NimBLEConnInfo::getMTU()'],['../class_nim_b_l_e_device.html#a5520cf3f544d571636eed162de394ec2',1,'NimBLEDevice::getMTU()']]],
+ ['getname_556',['getName',['../class_nim_b_l_e_advertised_device.html#ae6c6b48369d71a5998c1393c0d6a0179',1,'NimBLEAdvertisedDevice']]],
+ ['getnative_557',['getNative',['../class_nim_b_l_e_address.html#adef69a03a08303957d7e40eef07b4d80',1,'NimBLEAddress::getNative()'],['../class_nim_b_l_e_u_u_i_d.html#a62e8e924f971c62cc42760d8c7dd6f28',1,'NimBLEUUID::getNative()']]],
+ ['getnumbonds_558',['getNumBonds',['../class_nim_b_l_e_device.html#a7fe0f568c17130150660e6307851be48',1,'NimBLEDevice']]],
+ ['getpayload_559',['getPayload',['../class_nim_b_l_e_advertised_device.html#afacf7717a15b36af184cd957d397e384',1,'NimBLEAdvertisedDevice::getPayload()'],['../class_nim_b_l_e_advertisement_data.html#acbd638708c8b8b4663c09107bc38feb1',1,'NimBLEAdvertisementData::getPayload()']]],
+ ['getpayloadlength_560',['getPayloadLength',['../class_nim_b_l_e_advertised_device.html#ac7879f4aa0f2b069b1d3aff4809ae62c',1,'NimBLEAdvertisedDevice']]],
+ ['getpeeraddress_561',['getPeerAddress',['../class_nim_b_l_e_client.html#a0477ba593f0b7c0cfc4697efdba703eb',1,'NimBLEClient']]],
+ ['getpeerdevices_562',['getPeerDevices',['../class_nim_b_l_e_server.html#ab95c428ddc94eb019a26d91e70f5974b',1,'NimBLEServer']]],
+ ['getpeeridinfo_563',['getPeerIDInfo',['../class_nim_b_l_e_server.html#ad241eb42e9775fb2f8aaa87c9fb9a76b',1,'NimBLEServer']]],
+ ['getpeerinfo_564',['getPeerInfo',['../class_nim_b_l_e_server.html#a347c74f4ad6e2bcc2e301da11ae13e91',1,'NimBLEServer::getPeerInfo(size_t index)'],['../class_nim_b_l_e_server.html#ad91fbcb2717aa1969329f365692e1072',1,'NimBLEServer::getPeerInfo(const NimBLEAddress &address)']]],
+ ['getpeermtu_565',['getPeerMTU',['../class_nim_b_l_e_server.html#a9eb1f32b72ac93736585d6d89f393021',1,'NimBLEServer']]],
+ ['getperiodicinterval_566',['getPeriodicInterval',['../class_nim_b_l_e_advertised_device.html#ad9c5b9ffda267ddbcaef6b0f236846f9',1,'NimBLEAdvertisedDevice']]],
+ ['getpower_567',['getPower',['../class_nim_b_l_e_eddystone_u_r_l.html#a42583c740bbdb9591422e8770f8bd0d5',1,'NimBLEEddystoneURL']]],
+ ['getprimaryphy_568',['getPrimaryPhy',['../class_nim_b_l_e_advertised_device.html#a9b4ad695a4f035512d4d17313d8c5d3b',1,'NimBLEAdvertisedDevice']]],
+ ['getproperties_569',['getProperties',['../class_nim_b_l_e_characteristic.html#a79759a98d9bdb761cb12c1ea6f601afc',1,'NimBLECharacteristic']]],
+ ['getproximityuuid_570',['getProximityUUID',['../class_nim_b_l_e_beacon.html#a999ade63059620d619609676d85186ad',1,'NimBLEBeacon']]],
+ ['getremotecharacteristic_571',['getRemoteCharacteristic',['../class_nim_b_l_e_remote_descriptor.html#a529e80c6731f68f3598e015df7618cfe',1,'NimBLERemoteDescriptor']]],
+ ['getremoteservice_572',['getRemoteService',['../class_nim_b_l_e_remote_characteristic.html#a943183a55b020de9e09ac2cfaebcde32',1,'NimBLERemoteCharacteristic']]],
+ ['getresults_573',['getResults',['../class_nim_b_l_e_scan.html#a2ae53719546e2d410c816e12c56aad61',1,'NimBLEScan']]],
['getrssi_574',['getRssi',['../class_nim_b_l_e_client.html#ae216993cf4eeb5780a104a8b14044f78',1,'NimBLEClient']]],
- ['getscan_575',['getScan',['../class_nim_b_l_e_advertised_device.html#ad3931c72aaded3b594896c29b3691562',1,'NimBLEAdvertisedDevice::getScan()'],['../class_nim_b_l_e_device.html#af93d92316454b051125460056368baec',1,'NimBLEDevice::getScan()']]],
- ['getseckeysize_576',['getSecKeySize',['../class_nim_b_l_e_conn_info.html#a278a8456f9d7df9cea7d776e61b36782',1,'NimBLEConnInfo']]],
- ['getsecondaryphy_577',['getSecondaryPhy',['../class_nim_b_l_e_advertised_device.html#a1efd77b20e3198ef148282bf75ff3e22',1,'NimBLEAdvertisedDevice']]],
- ['getsecuritypasskey_578',['getSecurityPasskey',['../class_nim_b_l_e_device.html#aa03937eadda020643b536c5d08174d3a',1,'NimBLEDevice']]],
- ['getserver_579',['getServer',['../class_nim_b_l_e_device.html#a41d4cc7c85cba0721c6649b001b31b4d',1,'NimBLEDevice::getServer()'],['../class_nim_b_l_e_service.html#af304386c4e067dd0eeb27b86c0e59d0f',1,'NimBLEService::getServer()']]],
- ['getservice_580',['getService',['../class_nim_b_l_e_characteristic.html#a84aa251a612810ec8d07e77ab03cb483',1,'NimBLECharacteristic::getService()'],['../class_nim_b_l_e_client.html#ae22379ab10bd82932d2303fb3753c366',1,'NimBLEClient::getService(const char *uuid)'],['../class_nim_b_l_e_client.html#ad8ba10522d79af1136019606802f0978',1,'NimBLEClient::getService(const NimBLEUUID &uuid)']]],
- ['getservicebyhandle_581',['getServiceByHandle',['../class_nim_b_l_e_server.html#a1ff39fc5235d1374d99b4f3d3acb5ddb',1,'NimBLEServer']]],
- ['getservicebyuuid_582',['getServiceByUUID',['../class_nim_b_l_e_server.html#a87ebb3d230e98a6b3cf85bc403d227e0',1,'NimBLEServer::getServiceByUUID(const char *uuid, uint16_t instanceId=0)'],['../class_nim_b_l_e_server.html#ac28df6ead4d7151df3e84f4fa991eb1f',1,'NimBLEServer::getServiceByUUID(const NimBLEUUID &uuid, uint16_t instanceId=0)']]],
- ['getservicedata_583',['getServiceData',['../class_nim_b_l_e_advertised_device.html#aecb3e30a94abd59401cafb70a5903abb',1,'NimBLEAdvertisedDevice::getServiceData(uint8_t index=0)'],['../class_nim_b_l_e_advertised_device.html#acf4398ca81f800445092ccc77deaf00b',1,'NimBLEAdvertisedDevice::getServiceData(const NimBLEUUID &uuid)'],['../class_nim_b_l_e_advertised_device.html#a9017ce5b59bdae3cebf33c54f28cee70',1,'NimBLEAdvertisedDevice::getServiceData(uint8_t index=0, bool skipSizeCheck=false)'],['../class_nim_b_l_e_advertised_device.html#a9ca1c022e10764ec72850ff3a011b009',1,'NimBLEAdvertisedDevice::getServiceData(const NimBLEUUID &uuid, bool skipSizeCheck=false)']]],
- ['getservicedatacount_584',['getServiceDataCount',['../class_nim_b_l_e_advertised_device.html#a1602b70c37fb9a5f2f7ca4eacbf01091',1,'NimBLEAdvertisedDevice']]],
- ['getservicedatauuid_585',['getServiceDataUUID',['../class_nim_b_l_e_advertised_device.html#a4f89e99dffdfde45c1cafff74a20a95f',1,'NimBLEAdvertisedDevice']]],
- ['getservices_586',['getServices',['../class_nim_b_l_e_client.html#acb9007569b3bb13b3b49f3c4cb47b21a',1,'NimBLEClient']]],
- ['getserviceuuid_587',['getServiceUUID',['../class_nim_b_l_e_advertised_device.html#ab53f862df15953d19ba7a45d4cf51b46',1,'NimBLEAdvertisedDevice']]],
- ['getserviceuuidcount_588',['getServiceUUIDCount',['../class_nim_b_l_e_advertised_device.html#a5ca6792d1ee559470ae8edccc1aea20d',1,'NimBLEAdvertisedDevice']]],
- ['getsetid_589',['getSetId',['../class_nim_b_l_e_advertised_device.html#a6361e2b275cc45578f1000b5fd1b3c29',1,'NimBLEAdvertisedDevice']]],
- ['getsignalpower_590',['getSignalPower',['../class_nim_b_l_e_beacon.html#a4eb27b3e447f8f0b44128f77933be668',1,'NimBLEBeacon']]],
- ['getstringvalue_591',['getStringValue',['../class_nim_b_l_e_descriptor.html#a7153e051e5808469c23e2207fa6711db',1,'NimBLEDescriptor']]],
- ['getsubscribedcount_592',['getSubscribedCount',['../class_nim_b_l_e_characteristic.html#aced225d46153b6969f6ded30c0190e39',1,'NimBLECharacteristic']]],
- ['gettargetaddress_593',['getTargetAddress',['../class_nim_b_l_e_advertised_device.html#a599cad9a3f3d535049c87a911bc1b14d',1,'NimBLEAdvertisedDevice']]],
- ['gettargetaddresscount_594',['getTargetAddressCount',['../class_nim_b_l_e_advertised_device.html#ae2256f6b4da4c11cf75cb773a6b7f223',1,'NimBLEAdvertisedDevice']]],
- ['gettemp_595',['getTemp',['../class_nim_b_l_e_eddystone_t_l_m.html#abda56940f7d9f7ccef2629b75880dd5f',1,'NimBLEEddystoneTLM']]],
- ['gettime_596',['getTime',['../class_nim_b_l_e_eddystone_t_l_m.html#ab1c4a13c2f57a6e0293810dd09be3db3',1,'NimBLEEddystoneTLM']]],
- ['gettimestamp_597',['getTimestamp',['../class_nim_b_l_e_advertised_device.html#a1855415f3c60bc88d62e9206fe6ed75a',1,'NimBLEAdvertisedDevice']]],
- ['gettxpower_598',['getTXPower',['../class_nim_b_l_e_advertised_device.html#afee346437447173eed1b9edf1de70f34',1,'NimBLEAdvertisedDevice']]],
- ['gettype_599',['getType',['../class_nim_b_l_e_address.html#a18f8361ed20146cbc374a246d87015eb',1,'NimBLEAddress']]],
- ['geturi_600',['getURI',['../class_nim_b_l_e_advertised_device.html#ad65f8040a142f8d6d0763d4876f0d22e',1,'NimBLEAdvertisedDevice']]],
- ['geturl_601',['getURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a0109874399f3e70a72ee9f4a909710e1',1,'NimBLEEddystoneURL']]],
- ['getuuid_602',['getUUID',['../class_nim_b_l_e_characteristic.html#a28b03617fe753133582ba4e58c60e52e',1,'NimBLECharacteristic::getUUID()'],['../class_nim_b_l_e_descriptor.html#abc5398a570edc197fbadad3f5b45e186',1,'NimBLEDescriptor::getUUID()'],['../class_nim_b_l_e_eddystone_t_l_m.html#aa511375f22952c0f5846a51e6c2511c5',1,'NimBLEEddystoneTLM::getUUID()'],['../class_nim_b_l_e_eddystone_u_r_l.html#a1fde0fcf7d90f79e0eb718967518247a',1,'NimBLEEddystoneURL::getUUID()'],['../class_nim_b_l_e_remote_characteristic.html#ad62c63468995a24d736c4176c9607eeb',1,'NimBLERemoteCharacteristic::getUUID()'],['../class_nim_b_l_e_remote_descriptor.html#ace6b19cd3d9aa8226b4c17371616ad58',1,'NimBLERemoteDescriptor::getUUID()'],['../class_nim_b_l_e_remote_service.html#a565ed7d306645772d4e03ca65a07f7e5',1,'NimBLERemoteService::getUUID()'],['../class_nim_b_l_e_service.html#ab000b7d2b7dbb3978a5a8c1e17b1d649',1,'NimBLEService::getUUID()']]],
- ['getvalue_603',['getValue',['../class_nim_b_l_e_att_value.html#a60fb3dc7057d4ec800c3ef6fd2480a69',1,'NimBLEAttValue::getValue(time_t *timestamp)'],['../class_nim_b_l_e_att_value.html#a1aca76279ea3f0d8cb06ff5540a326e3',1,'NimBLEAttValue::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_characteristic.html#a78484a01350300176033a09180f7207f',1,'NimBLECharacteristic::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_characteristic.html#a7d09c29b26362f6ddcaf51a9c9dc8be4',1,'NimBLECharacteristic::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_client.html#a3903fb7589e2b8b781f8f81f9e0f2a83',1,'NimBLEClient::getValue()'],['../class_nim_b_l_e_descriptor.html#a8f64c733c8848948fe9123bd7cd3fd53',1,'NimBLEDescriptor::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_descriptor.html#a61062547f21ca8e102ec5d8e0843c9f9',1,'NimBLEDescriptor::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_remote_characteristic.html#a6d0779ffe7e89449121428e7fd6083d8',1,'NimBLERemoteCharacteristic::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_remote_characteristic.html#a74ad8484cbc88d8eb36d4684233c538b',1,'NimBLERemoteCharacteristic::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_remote_service.html#a4a9b63b4e5cedb51a7748a88daeb518b',1,'NimBLERemoteService::getValue()']]],
- ['getversion_604',['getVersion',['../class_nim_b_l_e_eddystone_t_l_m.html#ae9f17d2c1e4150775881babb73f0b10c',1,'NimBLEEddystoneTLM']]],
- ['getvolt_605',['getVolt',['../class_nim_b_l_e_eddystone_t_l_m.html#af9862f983df6f48a96220e936d13d17b',1,'NimBLEEddystoneTLM']]],
- ['getwhitelistaddress_606',['getWhiteListAddress',['../class_nim_b_l_e_device.html#a4a2229e9e517b84773e65c75124b0789',1,'NimBLEDevice']]],
- ['getwhitelistcount_607',['getWhiteListCount',['../class_nim_b_l_e_device.html#ab28cc2ec59fc9e62d05826633f53d2a0',1,'NimBLEDevice']]]
+ ['getrssi_575',['getRSSI',['../class_nim_b_l_e_advertised_device.html#acd42dfbc92a43fc90e933df975c029f3',1,'NimBLEAdvertisedDevice']]],
+ ['getscan_576',['getScan',['../class_nim_b_l_e_advertised_device.html#ad3931c72aaded3b594896c29b3691562',1,'NimBLEAdvertisedDevice::getScan()'],['../class_nim_b_l_e_device.html#af93d92316454b051125460056368baec',1,'NimBLEDevice::getScan()']]],
+ ['getseckeysize_577',['getSecKeySize',['../class_nim_b_l_e_conn_info.html#a278a8456f9d7df9cea7d776e61b36782',1,'NimBLEConnInfo']]],
+ ['getsecondaryphy_578',['getSecondaryPhy',['../class_nim_b_l_e_advertised_device.html#a1efd77b20e3198ef148282bf75ff3e22',1,'NimBLEAdvertisedDevice']]],
+ ['getsecuritypasskey_579',['getSecurityPasskey',['../class_nim_b_l_e_device.html#aa03937eadda020643b536c5d08174d3a',1,'NimBLEDevice']]],
+ ['getserver_580',['getServer',['../class_nim_b_l_e_device.html#a41d4cc7c85cba0721c6649b001b31b4d',1,'NimBLEDevice::getServer()'],['../class_nim_b_l_e_service.html#af304386c4e067dd0eeb27b86c0e59d0f',1,'NimBLEService::getServer()']]],
+ ['getservice_581',['getService',['../class_nim_b_l_e_characteristic.html#a84aa251a612810ec8d07e77ab03cb483',1,'NimBLECharacteristic::getService()'],['../class_nim_b_l_e_client.html#ae22379ab10bd82932d2303fb3753c366',1,'NimBLEClient::getService(const char *uuid)'],['../class_nim_b_l_e_client.html#ad8ba10522d79af1136019606802f0978',1,'NimBLEClient::getService(const NimBLEUUID &uuid)']]],
+ ['getservicebyhandle_582',['getServiceByHandle',['../class_nim_b_l_e_server.html#a1ff39fc5235d1374d99b4f3d3acb5ddb',1,'NimBLEServer']]],
+ ['getservicebyuuid_583',['getServiceByUUID',['../class_nim_b_l_e_server.html#a87ebb3d230e98a6b3cf85bc403d227e0',1,'NimBLEServer::getServiceByUUID(const char *uuid, uint16_t instanceId=0)'],['../class_nim_b_l_e_server.html#ac28df6ead4d7151df3e84f4fa991eb1f',1,'NimBLEServer::getServiceByUUID(const NimBLEUUID &uuid, uint16_t instanceId=0)']]],
+ ['getservicedata_584',['getServiceData',['../class_nim_b_l_e_advertised_device.html#aecb3e30a94abd59401cafb70a5903abb',1,'NimBLEAdvertisedDevice::getServiceData(uint8_t index=0)'],['../class_nim_b_l_e_advertised_device.html#acf4398ca81f800445092ccc77deaf00b',1,'NimBLEAdvertisedDevice::getServiceData(const NimBLEUUID &uuid)'],['../class_nim_b_l_e_advertised_device.html#a9017ce5b59bdae3cebf33c54f28cee70',1,'NimBLEAdvertisedDevice::getServiceData(uint8_t index=0, bool skipSizeCheck=false)'],['../class_nim_b_l_e_advertised_device.html#a9ca1c022e10764ec72850ff3a011b009',1,'NimBLEAdvertisedDevice::getServiceData(const NimBLEUUID &uuid, bool skipSizeCheck=false)']]],
+ ['getservicedatacount_585',['getServiceDataCount',['../class_nim_b_l_e_advertised_device.html#a1602b70c37fb9a5f2f7ca4eacbf01091',1,'NimBLEAdvertisedDevice']]],
+ ['getservicedatauuid_586',['getServiceDataUUID',['../class_nim_b_l_e_advertised_device.html#a4f89e99dffdfde45c1cafff74a20a95f',1,'NimBLEAdvertisedDevice']]],
+ ['getservices_587',['getServices',['../class_nim_b_l_e_client.html#acb9007569b3bb13b3b49f3c4cb47b21a',1,'NimBLEClient']]],
+ ['getserviceuuid_588',['getServiceUUID',['../class_nim_b_l_e_advertised_device.html#ab53f862df15953d19ba7a45d4cf51b46',1,'NimBLEAdvertisedDevice']]],
+ ['getserviceuuidcount_589',['getServiceUUIDCount',['../class_nim_b_l_e_advertised_device.html#a5ca6792d1ee559470ae8edccc1aea20d',1,'NimBLEAdvertisedDevice']]],
+ ['getsetid_590',['getSetId',['../class_nim_b_l_e_advertised_device.html#a6361e2b275cc45578f1000b5fd1b3c29',1,'NimBLEAdvertisedDevice']]],
+ ['getsignalpower_591',['getSignalPower',['../class_nim_b_l_e_beacon.html#a4eb27b3e447f8f0b44128f77933be668',1,'NimBLEBeacon']]],
+ ['getstringvalue_592',['getStringValue',['../class_nim_b_l_e_descriptor.html#a7153e051e5808469c23e2207fa6711db',1,'NimBLEDescriptor']]],
+ ['getsubscribedcount_593',['getSubscribedCount',['../class_nim_b_l_e_characteristic.html#aced225d46153b6969f6ded30c0190e39',1,'NimBLECharacteristic']]],
+ ['gettargetaddress_594',['getTargetAddress',['../class_nim_b_l_e_advertised_device.html#a599cad9a3f3d535049c87a911bc1b14d',1,'NimBLEAdvertisedDevice']]],
+ ['gettargetaddresscount_595',['getTargetAddressCount',['../class_nim_b_l_e_advertised_device.html#ae2256f6b4da4c11cf75cb773a6b7f223',1,'NimBLEAdvertisedDevice']]],
+ ['gettemp_596',['getTemp',['../class_nim_b_l_e_eddystone_t_l_m.html#abda56940f7d9f7ccef2629b75880dd5f',1,'NimBLEEddystoneTLM']]],
+ ['gettime_597',['getTime',['../class_nim_b_l_e_eddystone_t_l_m.html#ab1c4a13c2f57a6e0293810dd09be3db3',1,'NimBLEEddystoneTLM']]],
+ ['gettimestamp_598',['getTimestamp',['../class_nim_b_l_e_advertised_device.html#a1855415f3c60bc88d62e9206fe6ed75a',1,'NimBLEAdvertisedDevice']]],
+ ['gettxpower_599',['getTXPower',['../class_nim_b_l_e_advertised_device.html#afee346437447173eed1b9edf1de70f34',1,'NimBLEAdvertisedDevice']]],
+ ['gettype_600',['getType',['../class_nim_b_l_e_address.html#a18f8361ed20146cbc374a246d87015eb',1,'NimBLEAddress']]],
+ ['geturi_601',['getURI',['../class_nim_b_l_e_advertised_device.html#ad65f8040a142f8d6d0763d4876f0d22e',1,'NimBLEAdvertisedDevice']]],
+ ['geturl_602',['getURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a0109874399f3e70a72ee9f4a909710e1',1,'NimBLEEddystoneURL']]],
+ ['getuuid_603',['getUUID',['../class_nim_b_l_e_service.html#ab000b7d2b7dbb3978a5a8c1e17b1d649',1,'NimBLEService::getUUID()'],['../class_nim_b_l_e_remote_service.html#a565ed7d306645772d4e03ca65a07f7e5',1,'NimBLERemoteService::getUUID()'],['../class_nim_b_l_e_remote_descriptor.html#ace6b19cd3d9aa8226b4c17371616ad58',1,'NimBLERemoteDescriptor::getUUID()'],['../class_nim_b_l_e_eddystone_u_r_l.html#a1fde0fcf7d90f79e0eb718967518247a',1,'NimBLEEddystoneURL::getUUID()'],['../class_nim_b_l_e_eddystone_t_l_m.html#aa511375f22952c0f5846a51e6c2511c5',1,'NimBLEEddystoneTLM::getUUID()'],['../class_nim_b_l_e_descriptor.html#abc5398a570edc197fbadad3f5b45e186',1,'NimBLEDescriptor::getUUID()'],['../class_nim_b_l_e_characteristic.html#a28b03617fe753133582ba4e58c60e52e',1,'NimBLECharacteristic::getUUID()'],['../class_nim_b_l_e_remote_characteristic.html#ad62c63468995a24d736c4176c9607eeb',1,'NimBLERemoteCharacteristic::getUUID()']]],
+ ['getvalue_604',['getValue',['../class_nim_b_l_e_descriptor.html#a8f64c733c8848948fe9123bd7cd3fd53',1,'NimBLEDescriptor::getValue()'],['../class_nim_b_l_e_remote_service.html#a4a9b63b4e5cedb51a7748a88daeb518b',1,'NimBLERemoteService::getValue()'],['../class_nim_b_l_e_remote_characteristic.html#a74ad8484cbc88d8eb36d4684233c538b',1,'NimBLERemoteCharacteristic::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_remote_characteristic.html#a6d0779ffe7e89449121428e7fd6083d8',1,'NimBLERemoteCharacteristic::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_descriptor.html#a61062547f21ca8e102ec5d8e0843c9f9',1,'NimBLEDescriptor::getValue()'],['../class_nim_b_l_e_client.html#a3903fb7589e2b8b781f8f81f9e0f2a83',1,'NimBLEClient::getValue()'],['../class_nim_b_l_e_characteristic.html#a7d09c29b26362f6ddcaf51a9c9dc8be4',1,'NimBLECharacteristic::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_characteristic.html#a78484a01350300176033a09180f7207f',1,'NimBLECharacteristic::getValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_att_value.html#a1aca76279ea3f0d8cb06ff5540a326e3',1,'NimBLEAttValue::getValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_att_value.html#a60fb3dc7057d4ec800c3ef6fd2480a69',1,'NimBLEAttValue::getValue(time_t *timestamp)']]],
+ ['getversion_605',['getVersion',['../class_nim_b_l_e_eddystone_t_l_m.html#ae9f17d2c1e4150775881babb73f0b10c',1,'NimBLEEddystoneTLM']]],
+ ['getvolt_606',['getVolt',['../class_nim_b_l_e_eddystone_t_l_m.html#af9862f983df6f48a96220e936d13d17b',1,'NimBLEEddystoneTLM']]],
+ ['getwhitelistaddress_607',['getWhiteListAddress',['../class_nim_b_l_e_device.html#a4a2229e9e517b84773e65c75124b0789',1,'NimBLEDevice']]],
+ ['getwhitelistcount_608',['getWhiteListCount',['../class_nim_b_l_e_device.html#ab28cc2ec59fc9e62d05826633f53d2a0',1,'NimBLEDevice']]]
];
diff --git a/search/functions_7.js b/search/functions_7.js
index c4714ae..c1c3333 100644
--- a/search/functions_7.js
+++ b/search/functions_7.js
@@ -1,17 +1,17 @@
var searchData=
[
- ['haveadvinterval_608',['haveAdvInterval',['../class_nim_b_l_e_advertised_device.html#aa8b4660e5d123f16a07e0fefa3bcf4bc',1,'NimBLEAdvertisedDevice']]],
- ['haveappearance_609',['haveAppearance',['../class_nim_b_l_e_advertised_device.html#accc6713f85db6174cfe8436059aa8bf1',1,'NimBLEAdvertisedDevice']]],
- ['haveconnparams_610',['haveConnParams',['../class_nim_b_l_e_advertised_device.html#a3274624943c942f357c6f8d489481bc8',1,'NimBLEAdvertisedDevice']]],
- ['havemanufacturerdata_611',['haveManufacturerData',['../class_nim_b_l_e_advertised_device.html#abe58f5fde119d8c0a8fb85ba1e8cc5c9',1,'NimBLEAdvertisedDevice']]],
- ['havename_612',['haveName',['../class_nim_b_l_e_advertised_device.html#a86805fecd4432335feecf77bb6a0f12e',1,'NimBLEAdvertisedDevice']]],
- ['haverssi_613',['haveRSSI',['../class_nim_b_l_e_advertised_device.html#a611802e8898e422842d60486b60b8c42',1,'NimBLEAdvertisedDevice']]],
- ['haveservicedata_614',['haveServiceData',['../class_nim_b_l_e_advertised_device.html#afba3425cfcfc12eca219a1abe5f6732c',1,'NimBLEAdvertisedDevice']]],
- ['haveserviceuuid_615',['haveServiceUUID',['../class_nim_b_l_e_advertised_device.html#a5c4aae7e27c27201846ba4e15448e557',1,'NimBLEAdvertisedDevice']]],
- ['havetargetaddress_616',['haveTargetAddress',['../class_nim_b_l_e_advertised_device.html#a1172d33a77bc018e314be78664b222b9',1,'NimBLEAdvertisedDevice']]],
- ['havetxpower_617',['haveTXPower',['../class_nim_b_l_e_advertised_device.html#af5293030ef439856c195caa3aba86543',1,'NimBLEAdvertisedDevice']]],
- ['haveuri_618',['haveURI',['../class_nim_b_l_e_advertised_device.html#a83ebd08b512dc936b1059db7a69b9ead',1,'NimBLEAdvertisedDevice']]],
- ['hidcontrol_619',['hidControl',['../class_nim_b_l_e_h_i_d_device.html#a5c42da43e0b8dfcd1d045e8a86d0b5a2',1,'NimBLEHIDDevice']]],
- ['hidinfo_620',['hidInfo',['../class_nim_b_l_e_h_i_d_device.html#a33fc2bfc990ecd250859ca8f34a4314e',1,'NimBLEHIDDevice']]],
- ['hidservice_621',['hidService',['../class_nim_b_l_e_h_i_d_device.html#ae80cf58c481c25bd6d7392a43b6fa48b',1,'NimBLEHIDDevice']]]
+ ['haveadvinterval_609',['haveAdvInterval',['../class_nim_b_l_e_advertised_device.html#aa8b4660e5d123f16a07e0fefa3bcf4bc',1,'NimBLEAdvertisedDevice']]],
+ ['haveappearance_610',['haveAppearance',['../class_nim_b_l_e_advertised_device.html#accc6713f85db6174cfe8436059aa8bf1',1,'NimBLEAdvertisedDevice']]],
+ ['haveconnparams_611',['haveConnParams',['../class_nim_b_l_e_advertised_device.html#a3274624943c942f357c6f8d489481bc8',1,'NimBLEAdvertisedDevice']]],
+ ['havemanufacturerdata_612',['haveManufacturerData',['../class_nim_b_l_e_advertised_device.html#abe58f5fde119d8c0a8fb85ba1e8cc5c9',1,'NimBLEAdvertisedDevice']]],
+ ['havename_613',['haveName',['../class_nim_b_l_e_advertised_device.html#a86805fecd4432335feecf77bb6a0f12e',1,'NimBLEAdvertisedDevice']]],
+ ['haverssi_614',['haveRSSI',['../class_nim_b_l_e_advertised_device.html#a611802e8898e422842d60486b60b8c42',1,'NimBLEAdvertisedDevice']]],
+ ['haveservicedata_615',['haveServiceData',['../class_nim_b_l_e_advertised_device.html#afba3425cfcfc12eca219a1abe5f6732c',1,'NimBLEAdvertisedDevice']]],
+ ['haveserviceuuid_616',['haveServiceUUID',['../class_nim_b_l_e_advertised_device.html#a5c4aae7e27c27201846ba4e15448e557',1,'NimBLEAdvertisedDevice']]],
+ ['havetargetaddress_617',['haveTargetAddress',['../class_nim_b_l_e_advertised_device.html#a1172d33a77bc018e314be78664b222b9',1,'NimBLEAdvertisedDevice']]],
+ ['havetxpower_618',['haveTXPower',['../class_nim_b_l_e_advertised_device.html#af5293030ef439856c195caa3aba86543',1,'NimBLEAdvertisedDevice']]],
+ ['haveuri_619',['haveURI',['../class_nim_b_l_e_advertised_device.html#a83ebd08b512dc936b1059db7a69b9ead',1,'NimBLEAdvertisedDevice']]],
+ ['hidcontrol_620',['hidControl',['../class_nim_b_l_e_h_i_d_device.html#a5c42da43e0b8dfcd1d045e8a86d0b5a2',1,'NimBLEHIDDevice']]],
+ ['hidinfo_621',['hidInfo',['../class_nim_b_l_e_h_i_d_device.html#a33fc2bfc990ecd250859ca8f34a4314e',1,'NimBLEHIDDevice']]],
+ ['hidservice_622',['hidService',['../class_nim_b_l_e_h_i_d_device.html#ae80cf58c481c25bd6d7392a43b6fa48b',1,'NimBLEHIDDevice']]]
];
diff --git a/search/functions_8.js b/search/functions_8.js
index fcf8679..3e22ffa 100644
--- a/search/functions_8.js
+++ b/search/functions_8.js
@@ -1,19 +1,19 @@
var searchData=
[
- ['indicate_622',['indicate',['../class_nim_b_l_e_characteristic.html#a2ce9f62ecc3d1644ef4d58efe7a3c434',1,'NimBLECharacteristic::indicate()'],['../class_nim_b_l_e_characteristic.html#a8c1875611a1beb192e6c24dff35d0655',1,'NimBLECharacteristic::indicate(const uint8_t *value, size_t length)'],['../class_nim_b_l_e_characteristic.html#a2e827aba484add48e52c8eebf80b4a78',1,'NimBLECharacteristic::indicate(const std::vector< uint8_t > &value)'],['../class_nim_b_l_e_characteristic.html#af2940e8c314a1ecee1750d20a60c459d',1,'NimBLECharacteristic::indicate(const T &value)']]],
- ['init_623',['init',['../class_nim_b_l_e_device.html#a674d2e68d4ba0e3f84d7993f9da7d15b',1,'NimBLEDevice']]],
- ['inputreport_624',['inputReport',['../class_nim_b_l_e_h_i_d_device.html#a91cfe81b47cea229e9bbe3c55be33701',1,'NimBLEHIDDevice']]],
- ['isactive_625',['isActive',['../class_nim_b_l_e_ext_advertising.html#a88ebe0b664cf22449e1a4311fc3b9b01',1,'NimBLEExtAdvertising']]],
- ['isadvertising_626',['isAdvertising',['../class_nim_b_l_e_advertising.html#ac257ab68520a244cb6494d793f9b6c2a',1,'NimBLEAdvertising::isAdvertising()'],['../class_nim_b_l_e_ext_advertising.html#abd7d35653a6831e75700eb5ac9ab5789',1,'NimBLEExtAdvertising::isAdvertising()']]],
- ['isadvertisingservice_627',['isAdvertisingService',['../class_nim_b_l_e_advertised_device.html#a37ad095c066aa231a52a7259734c9bce',1,'NimBLEAdvertisedDevice']]],
- ['isauthenticated_628',['isAuthenticated',['../class_nim_b_l_e_conn_info.html#a7229e53d21c9c6b5b9fb5bd232862c89',1,'NimBLEConnInfo']]],
- ['isbonded_629',['isBonded',['../class_nim_b_l_e_conn_info.html#af281a25921d36dc75cf1e37561940125',1,'NimBLEConnInfo::isBonded()'],['../class_nim_b_l_e_device.html#a16bf4f5394735ed8d7f0bb32ca5d269a',1,'NimBLEDevice::isBonded()']]],
- ['isconnectable_630',['isConnectable',['../class_nim_b_l_e_advertised_device.html#a54917b2644c433977e24a10a63d7431a',1,'NimBLEAdvertisedDevice']]],
- ['isconnected_631',['isConnected',['../class_nim_b_l_e_client.html#af1603da59b829f75b162ac4a65ce181c',1,'NimBLEClient']]],
- ['isencrypted_632',['isEncrypted',['../class_nim_b_l_e_conn_info.html#a8ecf3c58da6ffb529215ce6f13c96744',1,'NimBLEConnInfo']]],
- ['isignored_633',['isIgnored',['../class_nim_b_l_e_device.html#a14ebc6070a261d7a6518ad435b673962',1,'NimBLEDevice']]],
- ['islegacyadvertisement_634',['isLegacyAdvertisement',['../class_nim_b_l_e_advertised_device.html#a3684969e3e10cd0af9ecaf342847ea71',1,'NimBLEAdvertisedDevice']]],
- ['ismaster_635',['isMaster',['../class_nim_b_l_e_conn_info.html#a63ff245a8848bf1cc5839adee7aa41c4',1,'NimBLEConnInfo']]],
- ['isscanning_636',['isScanning',['../class_nim_b_l_e_scan.html#ab788ad282fdbf4467302f6ad2d4d6016',1,'NimBLEScan']]],
- ['isslave_637',['isSlave',['../class_nim_b_l_e_conn_info.html#abfb91b833cb200f795bc63d5affff6af',1,'NimBLEConnInfo']]]
+ ['indicate_623',['indicate',['../class_nim_b_l_e_characteristic.html#a8c1875611a1beb192e6c24dff35d0655',1,'NimBLECharacteristic::indicate(const uint8_t *value, size_t length)'],['../class_nim_b_l_e_characteristic.html#a2e827aba484add48e52c8eebf80b4a78',1,'NimBLECharacteristic::indicate(const std::vector< uint8_t > &value)'],['../class_nim_b_l_e_characteristic.html#af2940e8c314a1ecee1750d20a60c459d',1,'NimBLECharacteristic::indicate(const T &value)'],['../class_nim_b_l_e_characteristic.html#a2ce9f62ecc3d1644ef4d58efe7a3c434',1,'NimBLECharacteristic::indicate()']]],
+ ['init_624',['init',['../class_nim_b_l_e_device.html#a674d2e68d4ba0e3f84d7993f9da7d15b',1,'NimBLEDevice']]],
+ ['inputreport_625',['inputReport',['../class_nim_b_l_e_h_i_d_device.html#a91cfe81b47cea229e9bbe3c55be33701',1,'NimBLEHIDDevice']]],
+ ['isactive_626',['isActive',['../class_nim_b_l_e_ext_advertising.html#a88ebe0b664cf22449e1a4311fc3b9b01',1,'NimBLEExtAdvertising']]],
+ ['isadvertising_627',['isAdvertising',['../class_nim_b_l_e_advertising.html#ac257ab68520a244cb6494d793f9b6c2a',1,'NimBLEAdvertising::isAdvertising()'],['../class_nim_b_l_e_ext_advertising.html#abd7d35653a6831e75700eb5ac9ab5789',1,'NimBLEExtAdvertising::isAdvertising()']]],
+ ['isadvertisingservice_628',['isAdvertisingService',['../class_nim_b_l_e_advertised_device.html#a37ad095c066aa231a52a7259734c9bce',1,'NimBLEAdvertisedDevice']]],
+ ['isauthenticated_629',['isAuthenticated',['../class_nim_b_l_e_conn_info.html#a7229e53d21c9c6b5b9fb5bd232862c89',1,'NimBLEConnInfo']]],
+ ['isbonded_630',['isBonded',['../class_nim_b_l_e_conn_info.html#af281a25921d36dc75cf1e37561940125',1,'NimBLEConnInfo::isBonded()'],['../class_nim_b_l_e_device.html#a16bf4f5394735ed8d7f0bb32ca5d269a',1,'NimBLEDevice::isBonded()']]],
+ ['isconnectable_631',['isConnectable',['../class_nim_b_l_e_advertised_device.html#a54917b2644c433977e24a10a63d7431a',1,'NimBLEAdvertisedDevice']]],
+ ['isconnected_632',['isConnected',['../class_nim_b_l_e_client.html#af1603da59b829f75b162ac4a65ce181c',1,'NimBLEClient']]],
+ ['isencrypted_633',['isEncrypted',['../class_nim_b_l_e_conn_info.html#a8ecf3c58da6ffb529215ce6f13c96744',1,'NimBLEConnInfo']]],
+ ['isignored_634',['isIgnored',['../class_nim_b_l_e_device.html#a14ebc6070a261d7a6518ad435b673962',1,'NimBLEDevice']]],
+ ['islegacyadvertisement_635',['isLegacyAdvertisement',['../class_nim_b_l_e_advertised_device.html#a3684969e3e10cd0af9ecaf342847ea71',1,'NimBLEAdvertisedDevice']]],
+ ['ismaster_636',['isMaster',['../class_nim_b_l_e_conn_info.html#a63ff245a8848bf1cc5839adee7aa41c4',1,'NimBLEConnInfo']]],
+ ['isscanning_637',['isScanning',['../class_nim_b_l_e_scan.html#ab788ad282fdbf4467302f6ad2d4d6016',1,'NimBLEScan']]],
+ ['isslave_638',['isSlave',['../class_nim_b_l_e_conn_info.html#abfb91b833cb200f795bc63d5affff6af',1,'NimBLEConnInfo']]]
];
diff --git a/search/functions_9.js b/search/functions_9.js
index 92077b7..9a902c5 100644
--- a/search/functions_9.js
+++ b/search/functions_9.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['length_638',['length',['../class_nim_b_l_e_att_value.html#a35df29c514613b1d00841abd6fffa320',1,'NimBLEAttValue']]]
+ ['length_639',['length',['../class_nim_b_l_e_att_value.html#a35df29c514613b1d00841abd6fffa320',1,'NimBLEAttValue']]]
];
diff --git a/search/functions_a.js b/search/functions_a.js
index 82ad71c..d6e06a6 100644
--- a/search/functions_a.js
+++ b/search/functions_a.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['manufacturer_639',['manufacturer',['../class_nim_b_l_e_h_i_d_device.html#a3e5b8291ca88d85a352429415abaec9c',1,'NimBLEHIDDevice::manufacturer()'],['../class_nim_b_l_e_h_i_d_device.html#ac04ed297cf6adbec210873739d2dc74d',1,'NimBLEHIDDevice::manufacturer(std::string name)']]],
- ['max_5fsize_640',['max_size',['../class_nim_b_l_e_att_value.html#ac7abc6cd08adb0b654e051d62af725d5',1,'NimBLEAttValue']]]
+ ['manufacturer_640',['manufacturer',['../class_nim_b_l_e_h_i_d_device.html#a3e5b8291ca88d85a352429415abaec9c',1,'NimBLEHIDDevice::manufacturer()'],['../class_nim_b_l_e_h_i_d_device.html#ac04ed297cf6adbec210873739d2dc74d',1,'NimBLEHIDDevice::manufacturer(std::string name)']]],
+ ['max_5fsize_641',['max_size',['../class_nim_b_l_e_att_value.html#ac7abc6cd08adb0b654e051d62af725d5',1,'NimBLEAttValue']]]
];
diff --git a/search/functions_b.js b/search/functions_b.js
index fe1dc75..06946e9 100644
--- a/search/functions_b.js
+++ b/search/functions_b.js
@@ -1,18 +1,18 @@
var searchData=
[
- ['nimbleaddress_641',['NimBLEAddress',['../class_nim_b_l_e_address.html#a19058addb94417e2921cade37a79d04c',1,'NimBLEAddress::NimBLEAddress()'],['../class_nim_b_l_e_address.html#ab8c9105b825ed0be5d1bbab966f2a0cf',1,'NimBLEAddress::NimBLEAddress(ble_addr_t address)'],['../class_nim_b_l_e_address.html#a92637adc75c8010bcf34e2dd8f16cd94',1,'NimBLEAddress::NimBLEAddress(uint8_t address[6], uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#aeb6dafff197dc01e2713bbf43e21f1f3',1,'NimBLEAddress::NimBLEAddress(const std::string &stringAddress, uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#a139790cf03d8297e253e5353a0213bff',1,'NimBLEAddress::NimBLEAddress(const uint64_t &address, uint8_t type=BLE_ADDR_PUBLIC)']]],
- ['nimbleadvertiseddevice_642',['NimBLEAdvertisedDevice',['../class_nim_b_l_e_advertised_device.html#ab8972714ecd578fca51fb63d9834a34e',1,'NimBLEAdvertisedDevice']]],
- ['nimbleadvertising_643',['NimBLEAdvertising',['../class_nim_b_l_e_advertising.html#abe6258a917243a4567c3d6eece2ddcdd',1,'NimBLEAdvertising']]],
- ['nimbleattvalue_644',['NimBLEAttValue',['../class_nim_b_l_e_att_value.html#aa801ed93f65e8cbc507c6ea6f4f49294',1,'NimBLEAttValue::NimBLEAttValue(uint16_t init_len=CONFIG_NIMBLE_CPP_ATT_VALUE_INIT_LENGTH, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#ad0bbdf17e7861cbb4bb2cadae9cbe32c',1,'NimBLEAttValue::NimBLEAttValue(const uint8_t *value, uint16_t len, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a61813a898f1bfb1b00e670a7fbb413df',1,'NimBLEAttValue::NimBLEAttValue(std::initializer_list< uint8_t > list, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a4322572d778438318f5750f6df5fdb35',1,'NimBLEAttValue::NimBLEAttValue(const char *value, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a584cac329cd5d3c0a14aa855e6e6143e',1,'NimBLEAttValue::NimBLEAttValue(const std::string str, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a03347eab1f3df449762902a4256d2b1c',1,'NimBLEAttValue::NimBLEAttValue(const std::vector< uint8_t > vec, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a7473ad95c2240e0d1ce5c2d57f8914c2',1,'NimBLEAttValue::NimBLEAttValue(const NimBLEAttValue &source)'],['../class_nim_b_l_e_att_value.html#a778d1da5334049292fdfba221bcd5772',1,'NimBLEAttValue::NimBLEAttValue(NimBLEAttValue &&source)']]],
- ['nimblebeacon_645',['NimBLEBeacon',['../class_nim_b_l_e_beacon.html#ac99e1fb4ef4795785a655b117dabdd37',1,'NimBLEBeacon']]],
- ['nimblecharacteristic_646',['NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html#aa32224e69115e9ba60ac614e8f37a871',1,'NimBLECharacteristic::NimBLECharacteristic(const char *uuid, uint16_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN, NimBLEService *pService=nullptr)'],['../class_nim_b_l_e_characteristic.html#ae2053d941cf8574acbdceb8b549b8264',1,'NimBLECharacteristic::NimBLECharacteristic(const NimBLEUUID &uuid, uint16_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN, NimBLEService *pService=nullptr)']]],
- ['nimbledescriptor_647',['NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html#a3cf995352eb1b1c212a7911a05c33b25',1,'NimBLEDescriptor::NimBLEDescriptor(const char *uuid, uint16_t properties, uint16_t max_len, NimBLECharacteristic *pCharacteristic=nullptr)'],['../class_nim_b_l_e_descriptor.html#a7ecb634b7d6390677cad232bd6be6638',1,'NimBLEDescriptor::NimBLEDescriptor(NimBLEUUID uuid, uint16_t properties, uint16_t max_len, NimBLECharacteristic *pCharacteristic=nullptr)']]],
- ['nimbleeddystonetlm_648',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html#a4d87d0b11420af2ae04bc4e6ce2f8607',1,'NimBLEEddystoneTLM']]],
- ['nimbleeddystoneurl_649',['NimBLEEddystoneURL',['../class_nim_b_l_e_eddystone_u_r_l.html#ae102214d20e32e31c9c84d723f67df15',1,'NimBLEEddystoneURL']]],
- ['nimbleextadvertisement_650',['NimBLEExtAdvertisement',['../class_nim_b_l_e_ext_advertisement.html#a9e739c3117da31c486f8f4dd8d273c9c',1,'NimBLEExtAdvertisement']]],
- ['nimbleextadvertising_651',['NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html#afe321b856d785b78242b2ea020a96af3',1,'NimBLEExtAdvertising']]],
- ['nimblehiddevice_652',['NimBLEHIDDevice',['../class_nim_b_l_e_h_i_d_device.html#a95b4935280494ffa24bfae89753f199a',1,'NimBLEHIDDevice']]],
- ['nimbleservice_653',['NimBLEService',['../class_nim_b_l_e_service.html#a5084a6db9c9b5ddb4f3e9261606b1e65',1,'NimBLEService::NimBLEService(const char *uuid)'],['../class_nim_b_l_e_service.html#af4e9e030046352a6ff3d9ba67fe872e3',1,'NimBLEService::NimBLEService(const NimBLEUUID &uuid)']]],
- ['nimbleuuid_654',['NimBLEUUID',['../class_nim_b_l_e_u_u_i_d.html#a6fd3849062c96cee3d6cd00544fadfac',1,'NimBLEUUID::NimBLEUUID(const std::string &uuid)'],['../class_nim_b_l_e_u_u_i_d.html#aadbfc5504e63cd91c59c778607b8dd92',1,'NimBLEUUID::NimBLEUUID(uint16_t uuid)'],['../class_nim_b_l_e_u_u_i_d.html#ab4e1658b1c414edb9aea5cf5140fa461',1,'NimBLEUUID::NimBLEUUID(uint32_t uuid)'],['../class_nim_b_l_e_u_u_i_d.html#ac9fbd00e7ffeb334571016c61bca9286',1,'NimBLEUUID::NimBLEUUID(const ble_uuid128_t *uuid)'],['../class_nim_b_l_e_u_u_i_d.html#a6eda1a14d4590dd25e6a2f7a49ad528e',1,'NimBLEUUID::NimBLEUUID(const uint8_t *pData, size_t size, bool msbFirst)'],['../class_nim_b_l_e_u_u_i_d.html#a399dca7d70ee262aa155b39d357321b1',1,'NimBLEUUID::NimBLEUUID(uint32_t first, uint16_t second, uint16_t third, uint64_t fourth)'],['../class_nim_b_l_e_u_u_i_d.html#abec7913c5989c3620c423c6717111453',1,'NimBLEUUID::NimBLEUUID()']]],
- ['notify_655',['notify',['../class_nim_b_l_e_characteristic.html#aa45461059e1992c816e32c371d17e813',1,'NimBLECharacteristic::notify(bool is_notification=true)'],['../class_nim_b_l_e_characteristic.html#a9ce09408a307a6b62a91418ea7723ebf',1,'NimBLECharacteristic::notify(const uint8_t *value, size_t length, bool is_notification=true)'],['../class_nim_b_l_e_characteristic.html#a15a9f056e5a3e85d5cb0bdc7adbdd970',1,'NimBLECharacteristic::notify(const std::vector< uint8_t > &value, bool is_notification=true)'],['../class_nim_b_l_e_characteristic.html#aed1432c11fadec203104b13aaaf7060d',1,'NimBLECharacteristic::notify(const T &value, bool is_notification=true)']]]
+ ['nimbleaddress_642',['NimBLEAddress',['../class_nim_b_l_e_address.html#ab8c9105b825ed0be5d1bbab966f2a0cf',1,'NimBLEAddress::NimBLEAddress(ble_addr_t address)'],['../class_nim_b_l_e_address.html#a19058addb94417e2921cade37a79d04c',1,'NimBLEAddress::NimBLEAddress()'],['../class_nim_b_l_e_address.html#a139790cf03d8297e253e5353a0213bff',1,'NimBLEAddress::NimBLEAddress(const uint64_t &address, uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#aeb6dafff197dc01e2713bbf43e21f1f3',1,'NimBLEAddress::NimBLEAddress(const std::string &stringAddress, uint8_t type=BLE_ADDR_PUBLIC)'],['../class_nim_b_l_e_address.html#a92637adc75c8010bcf34e2dd8f16cd94',1,'NimBLEAddress::NimBLEAddress(uint8_t address[6], uint8_t type=BLE_ADDR_PUBLIC)']]],
+ ['nimbleadvertiseddevice_643',['NimBLEAdvertisedDevice',['../class_nim_b_l_e_advertised_device.html#ab8972714ecd578fca51fb63d9834a34e',1,'NimBLEAdvertisedDevice']]],
+ ['nimbleadvertising_644',['NimBLEAdvertising',['../class_nim_b_l_e_advertising.html#abe6258a917243a4567c3d6eece2ddcdd',1,'NimBLEAdvertising']]],
+ ['nimbleattvalue_645',['NimBLEAttValue',['../class_nim_b_l_e_att_value.html#aa801ed93f65e8cbc507c6ea6f4f49294',1,'NimBLEAttValue::NimBLEAttValue(uint16_t init_len=CONFIG_NIMBLE_CPP_ATT_VALUE_INIT_LENGTH, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#ad0bbdf17e7861cbb4bb2cadae9cbe32c',1,'NimBLEAttValue::NimBLEAttValue(const uint8_t *value, uint16_t len, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a61813a898f1bfb1b00e670a7fbb413df',1,'NimBLEAttValue::NimBLEAttValue(std::initializer_list< uint8_t > list, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a4322572d778438318f5750f6df5fdb35',1,'NimBLEAttValue::NimBLEAttValue(const char *value, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a584cac329cd5d3c0a14aa855e6e6143e',1,'NimBLEAttValue::NimBLEAttValue(const std::string str, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a03347eab1f3df449762902a4256d2b1c',1,'NimBLEAttValue::NimBLEAttValue(const std::vector< uint8_t > vec, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_att_value.html#a7473ad95c2240e0d1ce5c2d57f8914c2',1,'NimBLEAttValue::NimBLEAttValue(const NimBLEAttValue &source)'],['../class_nim_b_l_e_att_value.html#a778d1da5334049292fdfba221bcd5772',1,'NimBLEAttValue::NimBLEAttValue(NimBLEAttValue &&source)']]],
+ ['nimblebeacon_646',['NimBLEBeacon',['../class_nim_b_l_e_beacon.html#ac99e1fb4ef4795785a655b117dabdd37',1,'NimBLEBeacon']]],
+ ['nimblecharacteristic_647',['NimBLECharacteristic',['../class_nim_b_l_e_characteristic.html#aa32224e69115e9ba60ac614e8f37a871',1,'NimBLECharacteristic::NimBLECharacteristic(const char *uuid, uint16_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN, NimBLEService *pService=nullptr)'],['../class_nim_b_l_e_characteristic.html#ae2053d941cf8574acbdceb8b549b8264',1,'NimBLECharacteristic::NimBLECharacteristic(const NimBLEUUID &uuid, uint16_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t max_len=BLE_ATT_ATTR_MAX_LEN, NimBLEService *pService=nullptr)']]],
+ ['nimbledescriptor_648',['NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html#a7ecb634b7d6390677cad232bd6be6638',1,'NimBLEDescriptor::NimBLEDescriptor(NimBLEUUID uuid, uint16_t properties, uint16_t max_len, NimBLECharacteristic *pCharacteristic=nullptr)'],['../class_nim_b_l_e_descriptor.html#a3cf995352eb1b1c212a7911a05c33b25',1,'NimBLEDescriptor::NimBLEDescriptor(const char *uuid, uint16_t properties, uint16_t max_len, NimBLECharacteristic *pCharacteristic=nullptr)']]],
+ ['nimbleeddystonetlm_649',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html#a4d87d0b11420af2ae04bc4e6ce2f8607',1,'NimBLEEddystoneTLM']]],
+ ['nimbleeddystoneurl_650',['NimBLEEddystoneURL',['../class_nim_b_l_e_eddystone_u_r_l.html#ae102214d20e32e31c9c84d723f67df15',1,'NimBLEEddystoneURL']]],
+ ['nimbleextadvertisement_651',['NimBLEExtAdvertisement',['../class_nim_b_l_e_ext_advertisement.html#a9e739c3117da31c486f8f4dd8d273c9c',1,'NimBLEExtAdvertisement']]],
+ ['nimbleextadvertising_652',['NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html#afe321b856d785b78242b2ea020a96af3',1,'NimBLEExtAdvertising']]],
+ ['nimblehiddevice_653',['NimBLEHIDDevice',['../class_nim_b_l_e_h_i_d_device.html#a95b4935280494ffa24bfae89753f199a',1,'NimBLEHIDDevice']]],
+ ['nimbleservice_654',['NimBLEService',['../class_nim_b_l_e_service.html#a5084a6db9c9b5ddb4f3e9261606b1e65',1,'NimBLEService::NimBLEService(const char *uuid)'],['../class_nim_b_l_e_service.html#af4e9e030046352a6ff3d9ba67fe872e3',1,'NimBLEService::NimBLEService(const NimBLEUUID &uuid)']]],
+ ['nimbleuuid_655',['NimBLEUUID',['../class_nim_b_l_e_u_u_i_d.html#aadbfc5504e63cd91c59c778607b8dd92',1,'NimBLEUUID::NimBLEUUID(uint16_t uuid)'],['../class_nim_b_l_e_u_u_i_d.html#abec7913c5989c3620c423c6717111453',1,'NimBLEUUID::NimBLEUUID()'],['../class_nim_b_l_e_u_u_i_d.html#a399dca7d70ee262aa155b39d357321b1',1,'NimBLEUUID::NimBLEUUID(uint32_t first, uint16_t second, uint16_t third, uint64_t fourth)'],['../class_nim_b_l_e_u_u_i_d.html#a6eda1a14d4590dd25e6a2f7a49ad528e',1,'NimBLEUUID::NimBLEUUID(const uint8_t *pData, size_t size, bool msbFirst)'],['../class_nim_b_l_e_u_u_i_d.html#ac9fbd00e7ffeb334571016c61bca9286',1,'NimBLEUUID::NimBLEUUID(const ble_uuid128_t *uuid)'],['../class_nim_b_l_e_u_u_i_d.html#ab4e1658b1c414edb9aea5cf5140fa461',1,'NimBLEUUID::NimBLEUUID(uint32_t uuid)'],['../class_nim_b_l_e_u_u_i_d.html#a6fd3849062c96cee3d6cd00544fadfac',1,'NimBLEUUID::NimBLEUUID(const std::string &uuid)']]],
+ ['notify_656',['notify',['../class_nim_b_l_e_characteristic.html#aa45461059e1992c816e32c371d17e813',1,'NimBLECharacteristic::notify(bool is_notification=true)'],['../class_nim_b_l_e_characteristic.html#a9ce09408a307a6b62a91418ea7723ebf',1,'NimBLECharacteristic::notify(const uint8_t *value, size_t length, bool is_notification=true)'],['../class_nim_b_l_e_characteristic.html#a15a9f056e5a3e85d5cb0bdc7adbdd970',1,'NimBLECharacteristic::notify(const std::vector< uint8_t > &value, bool is_notification=true)'],['../class_nim_b_l_e_characteristic.html#aed1432c11fadec203104b13aaaf7060d',1,'NimBLECharacteristic::notify(const T &value, bool is_notification=true)']]]
];
diff --git a/search/functions_c.js b/search/functions_c.js
index 5a30e56..83b2aa0 100644
--- a/search/functions_c.js
+++ b/search/functions_c.js
@@ -1,31 +1,31 @@
var searchData=
[
- ['onauthenticationcomplete_656',['onAuthenticationComplete',['../class_nim_b_l_e_client_callbacks.html#a40fb2013fc4ebe51f770699377922065',1,'NimBLEClientCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_security_callbacks.html#a22a8079906070a13583daafd1521a125',1,'NimBLESecurityCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_server_callbacks.html#a6a18155a8d3fa0980fab51f08ce5de2d',1,'NimBLEServerCallbacks::onAuthenticationComplete()']]],
- ['onconfirmpin_657',['onConfirmPIN',['../class_nim_b_l_e_client_callbacks.html#ace39ee838319e415bd0fc5c72a653ff0',1,'NimBLEClientCallbacks::onConfirmPIN()'],['../class_nim_b_l_e_security_callbacks.html#a2ce6a03693a43a55e51598d8b2654a92',1,'NimBLESecurityCallbacks::onConfirmPIN()'],['../class_nim_b_l_e_server_callbacks.html#a5327d11f249e8f020b59529b634e0c91',1,'NimBLEServerCallbacks::onConfirmPIN()']]],
- ['onconnect_658',['onConnect',['../class_nim_b_l_e_client_callbacks.html#a96de53d9745f243d544cd89498f979ae',1,'NimBLEClientCallbacks::onConnect()'],['../class_nim_b_l_e_server_callbacks.html#a80348ab2d08bbec7a6910c96662fc1d4',1,'NimBLEServerCallbacks::onConnect(NimBLEServer *pServer)'],['../class_nim_b_l_e_server_callbacks.html#a76f32bb22a34b33ee2a934f101d925b1',1,'NimBLEServerCallbacks::onConnect(NimBLEServer *pServer, ble_gap_conn_desc *desc)']]],
- ['onconnparamsupdaterequest_659',['onConnParamsUpdateRequest',['../class_nim_b_l_e_client_callbacks.html#a8bc6a072e1cc974ef084eb2cad18dac6',1,'NimBLEClientCallbacks']]],
- ['ondisconnect_660',['onDisconnect',['../class_nim_b_l_e_client_callbacks.html#a3e5571e4d5ee53c5c4b25ceaac66b808',1,'NimBLEClientCallbacks::onDisconnect()'],['../class_nim_b_l_e_server_callbacks.html#a3dbf72280a895e80e0972599a7373ca0',1,'NimBLEServerCallbacks::onDisconnect(NimBLEServer *pServer)'],['../class_nim_b_l_e_server_callbacks.html#a60e1ad35979434000d04fdbb374acc18',1,'NimBLEServerCallbacks::onDisconnect(NimBLEServer *pServer, ble_gap_conn_desc *desc)']]],
- ['onmtuchange_661',['onMTUChange',['../class_nim_b_l_e_server_callbacks.html#ab4533f1317b36216c3c86695613c80a6',1,'NimBLEServerCallbacks']]],
- ['onnotify_662',['onNotify',['../class_nim_b_l_e_characteristic_callbacks.html#a185eb5298cc042f1aceeba21caf0dcc9',1,'NimBLECharacteristicCallbacks']]],
- ['onpasskeynotify_663',['onPassKeyNotify',['../class_nim_b_l_e_security_callbacks.html#aa984ec6f29741b49bdd7dbfde60177be',1,'NimBLESecurityCallbacks']]],
- ['onpasskeyrequest_664',['onPassKeyRequest',['../class_nim_b_l_e_client_callbacks.html#a9850764aec546747537c6baa2a4622f5',1,'NimBLEClientCallbacks::onPassKeyRequest()'],['../class_nim_b_l_e_security_callbacks.html#a1cfc9c48c02aece1736f9070dc6ff90f',1,'NimBLESecurityCallbacks::onPassKeyRequest()'],['../class_nim_b_l_e_server_callbacks.html#ad2c3035c3a284d03673ff1b5aeaa0fca',1,'NimBLEServerCallbacks::onPassKeyRequest()']]],
- ['onread_665',['onRead',['../class_nim_b_l_e_characteristic_callbacks.html#a523904b8d39e364db094f623403bad93',1,'NimBLECharacteristicCallbacks::onRead(NimBLECharacteristic *pCharacteristic)'],['../class_nim_b_l_e_characteristic_callbacks.html#acae83420ae378277c225ce465f979f88',1,'NimBLECharacteristicCallbacks::onRead(NimBLECharacteristic *pCharacteristic, ble_gap_conn_desc *desc)'],['../class_nim_b_l_e_descriptor_callbacks.html#a6b13d2a8447f50a089b869cea9fcdcbc',1,'NimBLEDescriptorCallbacks::onRead()']]],
- ['onresult_666',['onResult',['../class_nim_b_l_e_advertised_device_callbacks.html#af6a25e1bb773a147536b1785b2aae606',1,'NimBLEAdvertisedDeviceCallbacks']]],
- ['onscanrequest_667',['onScanRequest',['../class_nim_b_l_e_ext_advertising_callbacks.html#a92af7bd791095cf91438b7af4c26263f',1,'NimBLEExtAdvertisingCallbacks']]],
- ['onsecurityrequest_668',['onSecurityRequest',['../class_nim_b_l_e_security_callbacks.html#a620de166c3fe26027871d18535839cdd',1,'NimBLESecurityCallbacks']]],
- ['onstatus_669',['onStatus',['../class_nim_b_l_e_characteristic_callbacks.html#ab17e7c61723a33cd3c922e3ca9c20f1e',1,'NimBLECharacteristicCallbacks']]],
- ['onstopped_670',['onStopped',['../class_nim_b_l_e_ext_advertising_callbacks.html#a07004fd4e849aa8e9bd7106cbf6ab94b',1,'NimBLEExtAdvertisingCallbacks']]],
- ['onsubscribe_671',['onSubscribe',['../class_nim_b_l_e_characteristic_callbacks.html#a3c0c0f524bc0d00d24a7c5ea92c5cb7e',1,'NimBLECharacteristicCallbacks']]],
- ['onwhitelist_672',['onWhiteList',['../class_nim_b_l_e_device.html#ae51e2d4d6169a61133178a1b0d6b5b45',1,'NimBLEDevice']]],
- ['onwrite_673',['onWrite',['../class_nim_b_l_e_characteristic_callbacks.html#aac7caf4a80da061b5beda5ebcd214fc3',1,'NimBLECharacteristicCallbacks::onWrite(NimBLECharacteristic *pCharacteristic)'],['../class_nim_b_l_e_characteristic_callbacks.html#a303a44a2efad76d54d67955fcb7b05d7',1,'NimBLECharacteristicCallbacks::onWrite(NimBLECharacteristic *pCharacteristic, ble_gap_conn_desc *desc)'],['../class_nim_b_l_e_descriptor_callbacks.html#a7081bf2c4f22225c4715e09762be40ed',1,'NimBLEDescriptorCallbacks::onWrite()']]],
- ['operator_20const_20uint8_5ft_20_2a_674',['operator const uint8_t *',['../class_nim_b_l_e_att_value.html#a3aa926c56cd58146a5b1c6e02c97894b',1,'NimBLEAttValue']]],
- ['operator_20uint64_5ft_675',['operator uint64_t',['../class_nim_b_l_e_address.html#aa7d5d8d323d2846bf2082b83381bd7c8',1,'NimBLEAddress']]],
- ['operator_21_3d_676',['operator!=',['../class_nim_b_l_e_address.html#ae243127c78af69b26dfa225effd806ce',1,'NimBLEAddress::operator!=()'],['../class_nim_b_l_e_att_value.html#a9dc3bc75c3a0cedf76bed59ef2d0d289',1,'NimBLEAttValue::operator!=()'],['../class_nim_b_l_e_u_u_i_d.html#abeee22e6661f7533f05802e1f89fedfe',1,'NimBLEUUID::operator!=()']]],
- ['operator_2b_3d_677',['operator+=',['../class_nim_b_l_e_att_value.html#a0e6691f9660a2b78e038e87e99914696',1,'NimBLEAttValue']]],
- ['operator_3d_678',['operator=',['../class_nim_b_l_e_att_value.html#aa0545edd766dc4ca6e3ebfac5efa384e',1,'NimBLEAttValue::operator=(const std::string &source)'],['../class_nim_b_l_e_att_value.html#a47d30a61ba65f5d9a21fa593cf15d4b9',1,'NimBLEAttValue::operator=(NimBLEAttValue &&source)'],['../class_nim_b_l_e_att_value.html#aa53ee00be956c25596cf7cce71b502ba',1,'NimBLEAttValue::operator=(const NimBLEAttValue &source)']]],
- ['operator_3d_3d_679',['operator==',['../class_nim_b_l_e_address.html#a87e8ccc81c2d83bf0503166939319164',1,'NimBLEAddress::operator==()'],['../class_nim_b_l_e_att_value.html#a9634dd47ea705ec8d10f29482e572bbf',1,'NimBLEAttValue::operator==()'],['../class_nim_b_l_e_u_u_i_d.html#a46484dcb0a1bfef6a8afe97f49f97875',1,'NimBLEUUID::operator==()']]],
- ['operator_5b_5d_680',['operator[]',['../class_nim_b_l_e_att_value.html#a8ca8d07c06a79e30bf6279e6817e4881',1,'NimBLEAttValue']]],
- ['outputreport_681',['outputReport',['../class_nim_b_l_e_h_i_d_device.html#ac1e63972c6a77665a6bbc76f9ff4a717',1,'NimBLEHIDDevice']]],
- ['string_682',['string',['../class_nim_b_l_e_address.html#a5398ed7c6d8e95a7527103095e07093a',1,'NimBLEAddress::string()'],['../class_nim_b_l_e_att_value.html#a5edd484c83c5efa62916add8927a6371',1,'NimBLEAttValue::string()'],['../class_nim_b_l_e_u_u_i_d.html#a4315e760bf763333022658ff980f3048',1,'NimBLEUUID::string()']]],
- ['vector_3c_20uint8_5ft_20_3e_683',['vector< uint8_t >',['../class_nim_b_l_e_att_value.html#a3af3b6efb528b1063df2de409c64a0d6',1,'NimBLEAttValue']]]
+ ['onauthenticationcomplete_657',['onAuthenticationComplete',['../class_nim_b_l_e_security_callbacks.html#a22a8079906070a13583daafd1521a125',1,'NimBLESecurityCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_client_callbacks.html#a40fb2013fc4ebe51f770699377922065',1,'NimBLEClientCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_server_callbacks.html#a6a18155a8d3fa0980fab51f08ce5de2d',1,'NimBLEServerCallbacks::onAuthenticationComplete()']]],
+ ['onconfirmpin_658',['onConfirmPIN',['../class_nim_b_l_e_client_callbacks.html#ace39ee838319e415bd0fc5c72a653ff0',1,'NimBLEClientCallbacks::onConfirmPIN()'],['../class_nim_b_l_e_security_callbacks.html#a2ce6a03693a43a55e51598d8b2654a92',1,'NimBLESecurityCallbacks::onConfirmPIN()'],['../class_nim_b_l_e_server_callbacks.html#a5327d11f249e8f020b59529b634e0c91',1,'NimBLEServerCallbacks::onConfirmPIN()']]],
+ ['onconnect_659',['onConnect',['../class_nim_b_l_e_client_callbacks.html#a96de53d9745f243d544cd89498f979ae',1,'NimBLEClientCallbacks::onConnect()'],['../class_nim_b_l_e_server_callbacks.html#a80348ab2d08bbec7a6910c96662fc1d4',1,'NimBLEServerCallbacks::onConnect(NimBLEServer *pServer)'],['../class_nim_b_l_e_server_callbacks.html#a76f32bb22a34b33ee2a934f101d925b1',1,'NimBLEServerCallbacks::onConnect(NimBLEServer *pServer, ble_gap_conn_desc *desc)']]],
+ ['onconnparamsupdaterequest_660',['onConnParamsUpdateRequest',['../class_nim_b_l_e_client_callbacks.html#a8bc6a072e1cc974ef084eb2cad18dac6',1,'NimBLEClientCallbacks']]],
+ ['ondisconnect_661',['onDisconnect',['../class_nim_b_l_e_client_callbacks.html#a3e5571e4d5ee53c5c4b25ceaac66b808',1,'NimBLEClientCallbacks::onDisconnect()'],['../class_nim_b_l_e_server_callbacks.html#a3dbf72280a895e80e0972599a7373ca0',1,'NimBLEServerCallbacks::onDisconnect(NimBLEServer *pServer)'],['../class_nim_b_l_e_server_callbacks.html#a60e1ad35979434000d04fdbb374acc18',1,'NimBLEServerCallbacks::onDisconnect(NimBLEServer *pServer, ble_gap_conn_desc *desc)']]],
+ ['onmtuchange_662',['onMTUChange',['../class_nim_b_l_e_server_callbacks.html#ab4533f1317b36216c3c86695613c80a6',1,'NimBLEServerCallbacks']]],
+ ['onnotify_663',['onNotify',['../class_nim_b_l_e_characteristic_callbacks.html#a185eb5298cc042f1aceeba21caf0dcc9',1,'NimBLECharacteristicCallbacks']]],
+ ['onpasskeynotify_664',['onPassKeyNotify',['../class_nim_b_l_e_security_callbacks.html#aa984ec6f29741b49bdd7dbfde60177be',1,'NimBLESecurityCallbacks']]],
+ ['onpasskeyrequest_665',['onPassKeyRequest',['../class_nim_b_l_e_client_callbacks.html#a9850764aec546747537c6baa2a4622f5',1,'NimBLEClientCallbacks::onPassKeyRequest()'],['../class_nim_b_l_e_security_callbacks.html#a1cfc9c48c02aece1736f9070dc6ff90f',1,'NimBLESecurityCallbacks::onPassKeyRequest()'],['../class_nim_b_l_e_server_callbacks.html#ad2c3035c3a284d03673ff1b5aeaa0fca',1,'NimBLEServerCallbacks::onPassKeyRequest()']]],
+ ['onread_666',['onRead',['../class_nim_b_l_e_characteristic_callbacks.html#a523904b8d39e364db094f623403bad93',1,'NimBLECharacteristicCallbacks::onRead(NimBLECharacteristic *pCharacteristic)'],['../class_nim_b_l_e_characteristic_callbacks.html#acae83420ae378277c225ce465f979f88',1,'NimBLECharacteristicCallbacks::onRead(NimBLECharacteristic *pCharacteristic, ble_gap_conn_desc *desc)'],['../class_nim_b_l_e_descriptor_callbacks.html#a6b13d2a8447f50a089b869cea9fcdcbc',1,'NimBLEDescriptorCallbacks::onRead()']]],
+ ['onresult_667',['onResult',['../class_nim_b_l_e_advertised_device_callbacks.html#af6a25e1bb773a147536b1785b2aae606',1,'NimBLEAdvertisedDeviceCallbacks']]],
+ ['onscanrequest_668',['onScanRequest',['../class_nim_b_l_e_ext_advertising_callbacks.html#a92af7bd791095cf91438b7af4c26263f',1,'NimBLEExtAdvertisingCallbacks']]],
+ ['onsecurityrequest_669',['onSecurityRequest',['../class_nim_b_l_e_security_callbacks.html#a620de166c3fe26027871d18535839cdd',1,'NimBLESecurityCallbacks']]],
+ ['onstatus_670',['onStatus',['../class_nim_b_l_e_characteristic_callbacks.html#ab17e7c61723a33cd3c922e3ca9c20f1e',1,'NimBLECharacteristicCallbacks']]],
+ ['onstopped_671',['onStopped',['../class_nim_b_l_e_ext_advertising_callbacks.html#a07004fd4e849aa8e9bd7106cbf6ab94b',1,'NimBLEExtAdvertisingCallbacks']]],
+ ['onsubscribe_672',['onSubscribe',['../class_nim_b_l_e_characteristic_callbacks.html#a3c0c0f524bc0d00d24a7c5ea92c5cb7e',1,'NimBLECharacteristicCallbacks']]],
+ ['onwhitelist_673',['onWhiteList',['../class_nim_b_l_e_device.html#ae51e2d4d6169a61133178a1b0d6b5b45',1,'NimBLEDevice']]],
+ ['onwrite_674',['onWrite',['../class_nim_b_l_e_characteristic_callbacks.html#aac7caf4a80da061b5beda5ebcd214fc3',1,'NimBLECharacteristicCallbacks::onWrite(NimBLECharacteristic *pCharacteristic)'],['../class_nim_b_l_e_characteristic_callbacks.html#a303a44a2efad76d54d67955fcb7b05d7',1,'NimBLECharacteristicCallbacks::onWrite(NimBLECharacteristic *pCharacteristic, ble_gap_conn_desc *desc)'],['../class_nim_b_l_e_descriptor_callbacks.html#a7081bf2c4f22225c4715e09762be40ed',1,'NimBLEDescriptorCallbacks::onWrite()']]],
+ ['operator_20const_20uint8_5ft_20_2a_675',['operator const uint8_t *',['../class_nim_b_l_e_att_value.html#a3aa926c56cd58146a5b1c6e02c97894b',1,'NimBLEAttValue']]],
+ ['operator_20uint64_5ft_676',['operator uint64_t',['../class_nim_b_l_e_address.html#aa7d5d8d323d2846bf2082b83381bd7c8',1,'NimBLEAddress']]],
+ ['operator_21_3d_677',['operator!=',['../class_nim_b_l_e_address.html#ae243127c78af69b26dfa225effd806ce',1,'NimBLEAddress::operator!=()'],['../class_nim_b_l_e_u_u_i_d.html#abeee22e6661f7533f05802e1f89fedfe',1,'NimBLEUUID::operator!=()'],['../class_nim_b_l_e_att_value.html#a9dc3bc75c3a0cedf76bed59ef2d0d289',1,'NimBLEAttValue::operator!=(const NimBLEAttValue &source)']]],
+ ['operator_2b_3d_678',['operator+=',['../class_nim_b_l_e_att_value.html#a0e6691f9660a2b78e038e87e99914696',1,'NimBLEAttValue']]],
+ ['operator_3d_679',['operator=',['../class_nim_b_l_e_att_value.html#aa0545edd766dc4ca6e3ebfac5efa384e',1,'NimBLEAttValue::operator=(const std::string &source)'],['../class_nim_b_l_e_att_value.html#a47d30a61ba65f5d9a21fa593cf15d4b9',1,'NimBLEAttValue::operator=(NimBLEAttValue &&source)'],['../class_nim_b_l_e_att_value.html#aa53ee00be956c25596cf7cce71b502ba',1,'NimBLEAttValue::operator=(const NimBLEAttValue &source)']]],
+ ['operator_3d_3d_680',['operator==',['../class_nim_b_l_e_address.html#a87e8ccc81c2d83bf0503166939319164',1,'NimBLEAddress::operator==()'],['../class_nim_b_l_e_att_value.html#a9634dd47ea705ec8d10f29482e572bbf',1,'NimBLEAttValue::operator==()'],['../class_nim_b_l_e_u_u_i_d.html#a46484dcb0a1bfef6a8afe97f49f97875',1,'NimBLEUUID::operator==()']]],
+ ['operator_5b_5d_681',['operator[]',['../class_nim_b_l_e_att_value.html#a8ca8d07c06a79e30bf6279e6817e4881',1,'NimBLEAttValue']]],
+ ['outputreport_682',['outputReport',['../class_nim_b_l_e_h_i_d_device.html#ac1e63972c6a77665a6bbc76f9ff4a717',1,'NimBLEHIDDevice']]],
+ ['string_683',['string',['../class_nim_b_l_e_u_u_i_d.html#a4315e760bf763333022658ff980f3048',1,'NimBLEUUID::string()'],['../class_nim_b_l_e_att_value.html#a5edd484c83c5efa62916add8927a6371',1,'NimBLEAttValue::string()'],['../class_nim_b_l_e_address.html#a5398ed7c6d8e95a7527103095e07093a',1,'NimBLEAddress::string()']]],
+ ['vector_3c_20uint8_5ft_20_3e_684',['vector< uint8_t >',['../class_nim_b_l_e_att_value.html#a3af3b6efb528b1063df2de409c64a0d6',1,'NimBLEAttValue']]]
];
diff --git a/search/functions_d.js b/search/functions_d.js
index 1bcc4a5..22904ea 100644
--- a/search/functions_d.js
+++ b/search/functions_d.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['pnp_684',['pnp',['../class_nim_b_l_e_h_i_d_device.html#a5309df317aa42de7ced2e34219b6666a',1,'NimBLEHIDDevice']]],
- ['protocolmode_685',['protocolMode',['../class_nim_b_l_e_h_i_d_device.html#a1118c1e730f38b8b17795c8eb41a0861',1,'NimBLEHIDDevice']]]
+ ['pnp_685',['pnp',['../class_nim_b_l_e_h_i_d_device.html#a5309df317aa42de7ced2e34219b6666a',1,'NimBLEHIDDevice']]],
+ ['protocolmode_686',['protocolMode',['../class_nim_b_l_e_h_i_d_device.html#a1118c1e730f38b8b17795c8eb41a0861',1,'NimBLEHIDDevice']]]
];
diff --git a/search/functions_e.js b/search/functions_e.js
index fbfca22..737ce43 100644
--- a/search/functions_e.js
+++ b/search/functions_e.js
@@ -1,19 +1,19 @@
var searchData=
[
- ['readfloat_686',['readFloat',['../class_nim_b_l_e_remote_characteristic.html#a81f39759d48a8fb792c94e4b3b455eef',1,'NimBLERemoteCharacteristic']]],
- ['readuint16_687',['readUInt16',['../class_nim_b_l_e_remote_characteristic.html#a181c54862bc422d8ad0b326af675922d',1,'NimBLERemoteCharacteristic::readUInt16()'],['../class_nim_b_l_e_remote_descriptor.html#a14351ea51b7b04f91b71e388881edd53',1,'NimBLERemoteDescriptor::readUInt16()']]],
- ['readuint32_688',['readUInt32',['../class_nim_b_l_e_remote_characteristic.html#a71793454ffab034f87af3a5e9677a63d',1,'NimBLERemoteCharacteristic::readUInt32()'],['../class_nim_b_l_e_remote_descriptor.html#a219606f84d63bc02f093051d66f05204',1,'NimBLERemoteDescriptor::readUInt32()']]],
- ['readuint8_689',['readUInt8',['../class_nim_b_l_e_remote_characteristic.html#ade5c6ae280c3cf36c9905be23df8f080',1,'NimBLERemoteCharacteristic::readUInt8()'],['../class_nim_b_l_e_remote_descriptor.html#ab07e86707a91e48f68e9de55686e939b',1,'NimBLERemoteDescriptor::readUInt8()']]],
- ['readvalue_690',['readValue',['../class_nim_b_l_e_remote_characteristic.html#a417bb44d000758535253488f4d77774a',1,'NimBLERemoteCharacteristic::readValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_remote_characteristic.html#a463760cabc9ca104a6fe094eb942fec0',1,'NimBLERemoteCharacteristic::readValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_remote_descriptor.html#a7c7c07e6ccd969de568b5bda72ec52d7',1,'NimBLERemoteDescriptor::readValue()'],['../class_nim_b_l_e_remote_descriptor.html#ac4e3a21818903b69ace41c36a58d3c46',1,'NimBLERemoteDescriptor::readValue(bool skipSizeCheck=false)']]],
- ['registerfornotify_691',['registerForNotify',['../class_nim_b_l_e_remote_characteristic.html#ab4f54eabe90a416546b7b3fc3477f49c',1,'NimBLERemoteCharacteristic']]],
- ['removeall_692',['removeAll',['../class_nim_b_l_e_ext_advertising.html#a8c4df0be35301c90a39491b9e98d3e24',1,'NimBLEExtAdvertising']]],
- ['removecharacteristic_693',['removeCharacteristic',['../class_nim_b_l_e_service.html#af992d0c27e3a559789fb77fc46623234',1,'NimBLEService']]],
- ['removedescriptor_694',['removeDescriptor',['../class_nim_b_l_e_characteristic.html#a2c0ed8932ee257a8632e3d72e353489b',1,'NimBLECharacteristic']]],
- ['removeignored_695',['removeIgnored',['../class_nim_b_l_e_device.html#a0374ab8e323277bd8498609559966924',1,'NimBLEDevice']]],
- ['removeinstance_696',['removeInstance',['../class_nim_b_l_e_ext_advertising.html#af7f4225f33f03d17efba1d4de0684eef',1,'NimBLEExtAdvertising']]],
- ['removeservice_697',['removeService',['../class_nim_b_l_e_server.html#a00c92f62f41ec1c499dfaf042b487d75',1,'NimBLEServer']]],
- ['removeserviceuuid_698',['removeServiceUUID',['../class_nim_b_l_e_advertising.html#a725437c00152ff57ef1e21bdf7be980d',1,'NimBLEAdvertising']]],
- ['reportmap_699',['reportMap',['../class_nim_b_l_e_h_i_d_device.html#a5e996a1668785f7a978f9874b4ff3b3e',1,'NimBLEHIDDevice']]],
- ['reset_700',['reset',['../class_nim_b_l_e_advertising.html#a545b505ea76396c33133d41a78fad5b8',1,'NimBLEAdvertising']]],
- ['returncodetostring_701',['returnCodeToString',['../class_nim_b_l_e_utils.html#a9885eda5c51477aefc0ba9e1c96d5a34',1,'NimBLEUtils']]]
+ ['readfloat_687',['readFloat',['../class_nim_b_l_e_remote_characteristic.html#a81f39759d48a8fb792c94e4b3b455eef',1,'NimBLERemoteCharacteristic']]],
+ ['readuint16_688',['readUInt16',['../class_nim_b_l_e_remote_characteristic.html#a181c54862bc422d8ad0b326af675922d',1,'NimBLERemoteCharacteristic::readUInt16()'],['../class_nim_b_l_e_remote_descriptor.html#a14351ea51b7b04f91b71e388881edd53',1,'NimBLERemoteDescriptor::readUInt16()']]],
+ ['readuint32_689',['readUInt32',['../class_nim_b_l_e_remote_characteristic.html#a71793454ffab034f87af3a5e9677a63d',1,'NimBLERemoteCharacteristic::readUInt32()'],['../class_nim_b_l_e_remote_descriptor.html#a219606f84d63bc02f093051d66f05204',1,'NimBLERemoteDescriptor::readUInt32()']]],
+ ['readuint8_690',['readUInt8',['../class_nim_b_l_e_remote_characteristic.html#ade5c6ae280c3cf36c9905be23df8f080',1,'NimBLERemoteCharacteristic::readUInt8()'],['../class_nim_b_l_e_remote_descriptor.html#ab07e86707a91e48f68e9de55686e939b',1,'NimBLERemoteDescriptor::readUInt8()']]],
+ ['readvalue_691',['readValue',['../class_nim_b_l_e_remote_characteristic.html#a417bb44d000758535253488f4d77774a',1,'NimBLERemoteCharacteristic::readValue(time_t *timestamp=nullptr)'],['../class_nim_b_l_e_remote_characteristic.html#a463760cabc9ca104a6fe094eb942fec0',1,'NimBLERemoteCharacteristic::readValue(time_t *timestamp=nullptr, bool skipSizeCheck=false)'],['../class_nim_b_l_e_remote_descriptor.html#a7c7c07e6ccd969de568b5bda72ec52d7',1,'NimBLERemoteDescriptor::readValue()'],['../class_nim_b_l_e_remote_descriptor.html#ac4e3a21818903b69ace41c36a58d3c46',1,'NimBLERemoteDescriptor::readValue(bool skipSizeCheck=false)']]],
+ ['registerfornotify_692',['registerForNotify',['../class_nim_b_l_e_remote_characteristic.html#ab4f54eabe90a416546b7b3fc3477f49c',1,'NimBLERemoteCharacteristic']]],
+ ['removeall_693',['removeAll',['../class_nim_b_l_e_ext_advertising.html#a8c4df0be35301c90a39491b9e98d3e24',1,'NimBLEExtAdvertising']]],
+ ['removecharacteristic_694',['removeCharacteristic',['../class_nim_b_l_e_service.html#af992d0c27e3a559789fb77fc46623234',1,'NimBLEService']]],
+ ['removedescriptor_695',['removeDescriptor',['../class_nim_b_l_e_characteristic.html#a2c0ed8932ee257a8632e3d72e353489b',1,'NimBLECharacteristic']]],
+ ['removeignored_696',['removeIgnored',['../class_nim_b_l_e_device.html#a0374ab8e323277bd8498609559966924',1,'NimBLEDevice']]],
+ ['removeinstance_697',['removeInstance',['../class_nim_b_l_e_ext_advertising.html#af7f4225f33f03d17efba1d4de0684eef',1,'NimBLEExtAdvertising']]],
+ ['removeservice_698',['removeService',['../class_nim_b_l_e_server.html#a00c92f62f41ec1c499dfaf042b487d75',1,'NimBLEServer']]],
+ ['removeserviceuuid_699',['removeServiceUUID',['../class_nim_b_l_e_advertising.html#a725437c00152ff57ef1e21bdf7be980d',1,'NimBLEAdvertising']]],
+ ['reportmap_700',['reportMap',['../class_nim_b_l_e_h_i_d_device.html#a5e996a1668785f7a978f9874b4ff3b3e',1,'NimBLEHIDDevice']]],
+ ['reset_701',['reset',['../class_nim_b_l_e_advertising.html#a545b505ea76396c33133d41a78fad5b8',1,'NimBLEAdvertising']]],
+ ['returncodetostring_702',['returnCodeToString',['../class_nim_b_l_e_utils.html#a9885eda5c51477aefc0ba9e1c96d5a34',1,'NimBLEUtils']]]
];
diff --git a/search/functions_f.js b/search/functions_f.js
index 7ab2348..f5a42f5 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -1,97 +1,98 @@
var searchData=
[
- ['secureconnection_702',['secureConnection',['../class_nim_b_l_e_client.html#a79935ecbe94f2a41e0106d011edafac4',1,'NimBLEClient']]],
- ['setactivescan_703',['setActiveScan',['../class_nim_b_l_e_scan.html#a7d24e77d6b339552b6ac16effdb54910',1,'NimBLEScan']]],
- ['setaddress_704',['setAddress',['../class_nim_b_l_e_ext_advertisement.html#a02fe1652f994e5bf76dc03381e47b39e',1,'NimBLEExtAdvertisement']]],
- ['setadvertiseddevicecallbacks_705',['setAdvertisedDeviceCallbacks',['../class_nim_b_l_e_scan.html#ab275a9fec35c8957acf47689056d94af',1,'NimBLEScan']]],
- ['setadvertisementdata_706',['setAdvertisementData',['../class_nim_b_l_e_advertising.html#af7083f58717b7e76d90d367f00a0ef08',1,'NimBLEAdvertising']]],
- ['setadvertisementtype_707',['setAdvertisementType',['../class_nim_b_l_e_advertising.html#a68d54f11b47b9993322efec1d07c3519',1,'NimBLEAdvertising']]],
- ['setanonymous_708',['setAnonymous',['../class_nim_b_l_e_ext_advertisement.html#a3700ef4fd9078cf6dfd8c1eea4c520ba',1,'NimBLEExtAdvertisement']]],
- ['setappearance_709',['setAppearance',['../class_nim_b_l_e_advertisement_data.html#a0f209913ef9f3dfb5be8db39567b4f32',1,'NimBLEAdvertisementData::setAppearance()'],['../class_nim_b_l_e_advertising.html#aa0d30dfb57670cc8180e17dffddad416',1,'NimBLEAdvertising::setAppearance()'],['../class_nim_b_l_e_ext_advertisement.html#a852b96ea8e349caea04941adbe6d24b4',1,'NimBLEExtAdvertisement::setAppearance()']]],
- ['setauthenticationmode_710',['setAuthenticationMode',['../class_nim_b_l_e_security.html#a5cf0d3672a16f557032bcbf39a9e22f2',1,'NimBLESecurity']]],
- ['setbatterylevel_711',['setBatteryLevel',['../class_nim_b_l_e_h_i_d_device.html#a84e3127a05f7e6a44761ec4a9e7668e3',1,'NimBLEHIDDevice']]],
- ['setcallbacks_712',['setCallbacks',['../class_nim_b_l_e_characteristic.html#a29dc2505e1d3b4a7d6800d1547965d17',1,'NimBLECharacteristic::setCallbacks()'],['../class_nim_b_l_e_descriptor.html#aa9cb8727f9e17cf8050cf619e5fe3096',1,'NimBLEDescriptor::setCallbacks()'],['../class_nim_b_l_e_ext_advertising.html#add623162d46c952d692e26888c9f8826',1,'NimBLEExtAdvertising::setCallbacks()'],['../class_nim_b_l_e_server.html#a485c90ce36275f9e4ec26a7f3d348cd9',1,'NimBLEServer::setCallbacks()']]],
- ['setcapability_713',['setCapability',['../class_nim_b_l_e_security.html#a1bb7902d5ceffaca86bd7638a74e35e3',1,'NimBLESecurity']]],
- ['setclientcallbacks_714',['setClientCallbacks',['../class_nim_b_l_e_client.html#aeede4deef7421b9121387a786c07820c',1,'NimBLEClient']]],
- ['setcompleteservices_715',['setCompleteServices',['../class_nim_b_l_e_advertisement_data.html#a67fd95e586559b73964d5739051f3822',1,'NimBLEAdvertisementData::setCompleteServices()'],['../class_nim_b_l_e_ext_advertisement.html#a01f8e18204071c11eb47ab243893fc53',1,'NimBLEExtAdvertisement::setCompleteServices()']]],
- ['setcompleteservices16_716',['setCompleteServices16',['../class_nim_b_l_e_advertisement_data.html#a50a2584346208ef28274eeecc5befffb',1,'NimBLEAdvertisementData::setCompleteServices16()'],['../class_nim_b_l_e_ext_advertisement.html#a0a1f0c1facf52f3688b53158e95153b6',1,'NimBLEExtAdvertisement::setCompleteServices16()']]],
- ['setcompleteservices32_717',['setCompleteServices32',['../class_nim_b_l_e_advertisement_data.html#a712aa09a4d7f2b3cae9b2f1f1be6372f',1,'NimBLEAdvertisementData::setCompleteServices32()'],['../class_nim_b_l_e_ext_advertisement.html#a31ef2860f84d44a110f2a6d2d8eda3fc',1,'NimBLEExtAdvertisement::setCompleteServices32(const std::vector< NimBLEUUID > &v_uuid)']]],
- ['setconnectable_718',['setConnectable',['../class_nim_b_l_e_ext_advertisement.html#a6162f7b7692b5ddabf7e015893b0ffa2',1,'NimBLEExtAdvertisement']]],
- ['setconnectionparams_719',['setConnectionParams',['../class_nim_b_l_e_client.html#a17718339f76eb621db0d7919c73b9267',1,'NimBLEClient']]],
- ['setconnectphy_720',['setConnectPhy',['../class_nim_b_l_e_client.html#a3ab0a864d8fc7f91ea27f459e2c76b9e',1,'NimBLEClient']]],
- ['setconnecttimeout_721',['setConnectTimeout',['../class_nim_b_l_e_client.html#a4068b29a9bd12e3110465908864dd20e',1,'NimBLEClient']]],
- ['setcount_722',['setCount',['../class_nim_b_l_e_eddystone_t_l_m.html#a6d033c09a513b2dfdad6f1b962b906a8',1,'NimBLEEddystoneTLM']]],
- ['setcustomgaphandler_723',['setCustomGapHandler',['../class_nim_b_l_e_device.html#a8d4e1013815e7b021029f447f1702833',1,'NimBLEDevice']]],
- ['setdata_724',['setData',['../class_nim_b_l_e_beacon.html#a92292c8b1f5ba0097f063ff6e60934ff',1,'NimBLEBeacon::setData()'],['../class_nim_b_l_e_eddystone_t_l_m.html#a160e33218dc7fb33f678cda1605da52e',1,'NimBLEEddystoneTLM::setData()'],['../class_nim_b_l_e_eddystone_u_r_l.html#ada3ac4a544b8565635871f39f1593811',1,'NimBLEEddystoneURL::setData()'],['../class_nim_b_l_e_ext_advertisement.html#a08a31a938ccd10fad61e1115c1db6274',1,'NimBLEExtAdvertisement::setData()']]],
- ['setdatalen_725',['setDataLen',['../class_nim_b_l_e_client.html#a33a0114a126e0e58f7b4359c74f4ed41',1,'NimBLEClient::setDataLen()'],['../class_nim_b_l_e_server.html#a15112931d1eb6226188c7e383523ba06',1,'NimBLEServer::setDataLen()']]],
- ['setdescription_726',['setDescription',['../class_nim_b_l_e2904.html#a498c863cb3fbf92eecc23f9f8856037c',1,'NimBLE2904']]],
- ['setdirected_727',['setDirected',['../class_nim_b_l_e_ext_advertisement.html#a2b29a03b9a8b3a30245ff5468f239887',1,'NimBLEExtAdvertisement']]],
- ['setdirectedpeer_728',['setDirectedPeer',['../class_nim_b_l_e_ext_advertisement.html#a52ee2ff1ccd011ed3410d52c0518728e',1,'NimBLEExtAdvertisement']]],
- ['setduplicatefilter_729',['setDuplicateFilter',['../class_nim_b_l_e_scan.html#ac40563af803f3b9ab88398c7f30e21bb',1,'NimBLEScan']]],
- ['setexponent_730',['setExponent',['../class_nim_b_l_e2904.html#ab1c53f99246f67dca1d63b812bef631d',1,'NimBLE2904']]],
- ['setfilterpolicy_731',['setFilterPolicy',['../class_nim_b_l_e_scan.html#a4248aabb5da67953eadab2a6f834d967',1,'NimBLEScan']]],
- ['setflags_732',['setFlags',['../class_nim_b_l_e_advertisement_data.html#a73766a872477512bd750c773d96ca4e2',1,'NimBLEAdvertisementData::setFlags()'],['../class_nim_b_l_e_ext_advertisement.html#a5536d30615b87b68ec0c0f01292f5df9',1,'NimBLEExtAdvertisement::setFlags()']]],
- ['setformat_733',['setFormat',['../class_nim_b_l_e2904.html#ab7f21651b4493fd3daaa0f1545032ff1',1,'NimBLE2904']]],
- ['setinitencryptionkey_734',['setInitEncryptionKey',['../class_nim_b_l_e_security.html#adfc3caa3e1a5aedc3be5c0f1dc5c99ac',1,'NimBLESecurity']]],
- ['setinstancedata_735',['setInstanceData',['../class_nim_b_l_e_ext_advertising.html#a321fb75a0ffacedfb54da4cc00484b7c',1,'NimBLEExtAdvertising']]],
- ['setinterval_736',['setInterval',['../class_nim_b_l_e_scan.html#a3f3e30d8b79aeb4d64af10d5f9d33788',1,'NimBLEScan']]],
- ['setkeysize_737',['setKeySize',['../class_nim_b_l_e_security.html#ab2be50284a325ec8937abdab0baafd4b',1,'NimBLESecurity']]],
- ['setlegacyadvertising_738',['setLegacyAdvertising',['../class_nim_b_l_e_ext_advertisement.html#a6a0bcbde65ccb9e49aa93d31514c8225',1,'NimBLEExtAdvertisement']]],
- ['setlimitedonly_739',['setLimitedOnly',['../class_nim_b_l_e_scan.html#a77483be2bd9dad08322cc64f4e7012c1',1,'NimBLEScan']]],
- ['setmajor_740',['setMajor',['../class_nim_b_l_e_beacon.html#abef1334108f8049832da7fffb56f6eea',1,'NimBLEBeacon']]],
- ['setmanufacturerdata_741',['setManufacturerData',['../class_nim_b_l_e_advertisement_data.html#aa4df88b578782cda2bd77368b50f2d27',1,'NimBLEAdvertisementData::setManufacturerData()'],['../class_nim_b_l_e_advertising.html#a1eff592870a47b0f62b0f0894efadbd4',1,'NimBLEAdvertising::setManufacturerData()'],['../class_nim_b_l_e_ext_advertisement.html#a5e90a75173354fe9c6959004eb43b20a',1,'NimBLEExtAdvertisement::setManufacturerData()']]],
- ['setmanufacturerid_742',['setManufacturerId',['../class_nim_b_l_e_beacon.html#a1ec99fe7684181e7b899cd763f9b44d9',1,'NimBLEBeacon']]],
- ['setmaxinterval_743',['setMaxInterval',['../class_nim_b_l_e_advertising.html#aab512576d8873fbbb631bac8ada19530',1,'NimBLEAdvertising::setMaxInterval()'],['../class_nim_b_l_e_ext_advertisement.html#a4c339022b5523d20cc7fa956c5dbe1be',1,'NimBLEExtAdvertisement::setMaxInterval()']]],
- ['setmaxpreferred_744',['setMaxPreferred',['../class_nim_b_l_e_advertising.html#a3382cdf80f5ae46a52e3b9159f8e1b66',1,'NimBLEAdvertising']]],
- ['setmaxresults_745',['setMaxResults',['../class_nim_b_l_e_scan.html#aad9cd2462d00d7c0fa39d095aa2d8e81',1,'NimBLEScan']]],
- ['setmininterval_746',['setMinInterval',['../class_nim_b_l_e_advertising.html#a16bd135cab3f06bc0ba81c2aec19cbbc',1,'NimBLEAdvertising::setMinInterval()'],['../class_nim_b_l_e_ext_advertisement.html#ae9777a0c544be6c674f4e39d56e930b8',1,'NimBLEExtAdvertisement::setMinInterval()']]],
- ['setminor_747',['setMinor',['../class_nim_b_l_e_beacon.html#a44d03b0c2b1bea3bee8f15feeb73fb8e',1,'NimBLEBeacon']]],
- ['setminpreferred_748',['setMinPreferred',['../class_nim_b_l_e_advertising.html#a3bc158da1f732361df69cf16ca1cfd42',1,'NimBLEAdvertising']]],
- ['setmtu_749',['setMTU',['../class_nim_b_l_e_device.html#a7d8203040611e3f82bf4848a9b371e98',1,'NimBLEDevice']]],
- ['setname_750',['setName',['../class_nim_b_l_e_advertisement_data.html#a885b4ed75dd71c4c19b86048c16350bf',1,'NimBLEAdvertisementData::setName()'],['../class_nim_b_l_e_advertising.html#add2ecd09877d7e4548b11ec7cb8c7a47',1,'NimBLEAdvertising::setName()'],['../class_nim_b_l_e_ext_advertisement.html#a7d7d57268d7c54fe5492e92bc7af33d8',1,'NimBLEExtAdvertisement::setName()']]],
- ['setnamespace_751',['setNamespace',['../class_nim_b_l_e2904.html#a2206274c217d43a8ba121e1d279f8962',1,'NimBLE2904']]],
- ['setpartialservices_752',['setPartialServices',['../class_nim_b_l_e_advertisement_data.html#af52546d7c3b733a831f6232a845bef85',1,'NimBLEAdvertisementData::setPartialServices()'],['../class_nim_b_l_e_ext_advertisement.html#ab76aa4b9fb743e5269cfbbae8215d8a8',1,'NimBLEExtAdvertisement::setPartialServices()']]],
- ['setpartialservices16_753',['setPartialServices16',['../class_nim_b_l_e_advertisement_data.html#a50063c7ffa24f0f0407366a450e23ae4',1,'NimBLEAdvertisementData::setPartialServices16()'],['../class_nim_b_l_e_ext_advertisement.html#a747ef73a02df72709cf9bd89aabc08b3',1,'NimBLEExtAdvertisement::setPartialServices16()']]],
- ['setpartialservices32_754',['setPartialServices32',['../class_nim_b_l_e_advertisement_data.html#a0ff5a72bccd349e551270ceadf528306',1,'NimBLEAdvertisementData::setPartialServices32()'],['../class_nim_b_l_e_ext_advertisement.html#ad3bd08736cc70700c00432ec9ccfe94d',1,'NimBLEExtAdvertisement::setPartialServices32()']]],
- ['setpeeraddress_755',['setPeerAddress',['../class_nim_b_l_e_client.html#a93b5b7c01e58a95dcea335f837d81d07',1,'NimBLEClient']]],
- ['setpower_756',['setPower',['../class_nim_b_l_e_eddystone_u_r_l.html#a8038c895e8da7c7ac861557ea0a9d91b',1,'NimBLEEddystoneURL']]],
- ['setpreferredparams_757',['setPreferredParams',['../class_nim_b_l_e_advertisement_data.html#a58ba06eb062a47cc58ba2829af8aafa5',1,'NimBLEAdvertisementData::setPreferredParams()'],['../class_nim_b_l_e_ext_advertisement.html#abb66ffe5783f91f03301fc705701569f',1,'NimBLEExtAdvertisement::setPreferredParams(uint16_t min, uint16_t max)']]],
- ['setprimarychannels_758',['setPrimaryChannels',['../class_nim_b_l_e_ext_advertisement.html#ab6103c5e86949d0e334101353b109775',1,'NimBLEExtAdvertisement']]],
- ['setprimaryphy_759',['setPrimaryPhy',['../class_nim_b_l_e_ext_advertisement.html#ad8522542b90067e3a53076823d2087c3',1,'NimBLEExtAdvertisement']]],
- ['setproximityuuid_760',['setProximityUUID',['../class_nim_b_l_e_beacon.html#a7f33ffc298285d1ab02088b2584f2256',1,'NimBLEBeacon']]],
- ['setrespencryptionkey_761',['setRespEncryptionKey',['../class_nim_b_l_e_security.html#aac8434faa02a6813b7efd87224e04714',1,'NimBLESecurity']]],
- ['setscanfilter_762',['setScanFilter',['../class_nim_b_l_e_advertising.html#aa3da80c7d17a7824484ee254076e4790',1,'NimBLEAdvertising::setScanFilter()'],['../class_nim_b_l_e_ext_advertisement.html#a24034d49c9ebadd947db1ef839c8b138',1,'NimBLEExtAdvertisement::setScanFilter(bool scanRequestWhitelistOnly, bool connectWhitelistOnly)']]],
- ['setscannable_763',['setScannable',['../class_nim_b_l_e_ext_advertisement.html#a07b1589ad58a9e09b6ba7269fec87df0',1,'NimBLEExtAdvertisement']]],
- ['setscanresponse_764',['setScanResponse',['../class_nim_b_l_e_advertising.html#a6fb4d9ad3949928ac83d3e74857ab91f',1,'NimBLEAdvertising']]],
- ['setscanresponsedata_765',['setScanResponseData',['../class_nim_b_l_e_advertising.html#a04a51a0c639a70295a9b671f73b34358',1,'NimBLEAdvertising::setScanResponseData()'],['../class_nim_b_l_e_ext_advertising.html#a9395a0087e96329591ed2515cc21456b',1,'NimBLEExtAdvertising::setScanResponseData()']]],
- ['setsecondaryphy_766',['setSecondaryPhy',['../class_nim_b_l_e_ext_advertisement.html#aaa47ca630ab01d75bdea8d252d10b506',1,'NimBLEExtAdvertisement']]],
- ['setsecurityauth_767',['setSecurityAuth',['../class_nim_b_l_e_device.html#aa8e340c02418771ce72dec758d560938',1,'NimBLEDevice::setSecurityAuth(bool bonding, bool mitm, bool sc)'],['../class_nim_b_l_e_device.html#a2f10da171794581870d678fc947a5d1f',1,'NimBLEDevice::setSecurityAuth(uint8_t auth_req)']]],
- ['setsecuritycallbacks_768',['setSecurityCallbacks',['../class_nim_b_l_e_device.html#a7d44bb960c0bb1bec02a33369c693085',1,'NimBLEDevice']]],
- ['setsecurityinitkey_769',['setSecurityInitKey',['../class_nim_b_l_e_device.html#a92d36c3a34d9474fa1d7f66c0e477d1e',1,'NimBLEDevice']]],
- ['setsecurityiocap_770',['setSecurityIOCap',['../class_nim_b_l_e_device.html#ab9fee9e810d5fa18bc8a37053eb9b5d0',1,'NimBLEDevice']]],
- ['setsecuritypasskey_771',['setSecurityPasskey',['../class_nim_b_l_e_device.html#a84631f6d657fb6bd39722560fa229d35',1,'NimBLEDevice']]],
- ['setsecurityrespkey_772',['setSecurityRespKey',['../class_nim_b_l_e_device.html#a57f0d4db1cc564176b23e860fce13f6a',1,'NimBLEDevice']]],
- ['setservicedata_773',['setServiceData',['../class_nim_b_l_e_advertisement_data.html#aee4fdb5af06fcda9cab9fad3f5bf80d5',1,'NimBLEAdvertisementData::setServiceData()'],['../class_nim_b_l_e_advertising.html#a994e43e9e4ace6ce64c57e57d0575781',1,'NimBLEAdvertising::setServiceData()'],['../class_nim_b_l_e_ext_advertisement.html#a1a4fd6883b11c339e397fc52f75c9ebb',1,'NimBLEExtAdvertisement::setServiceData()']]],
- ['setshortname_774',['setShortName',['../class_nim_b_l_e_advertisement_data.html#ae5b514ad9be6552727f1c7a744a29ae5',1,'NimBLEAdvertisementData::setShortName()'],['../class_nim_b_l_e_ext_advertisement.html#a6220b378a1f2361c6dc76ba125936c51',1,'NimBLEExtAdvertisement::setShortName()']]],
- ['setsignalpower_775',['setSignalPower',['../class_nim_b_l_e_beacon.html#ae2dd8cd367260dd8374309576457cec0',1,'NimBLEBeacon']]],
- ['setstaticpin_776',['setStaticPIN',['../class_nim_b_l_e_security.html#a0bb1535e1b0d48566c17f681b7539f82',1,'NimBLESecurity']]],
- ['settemp_777',['setTemp',['../class_nim_b_l_e_eddystone_t_l_m.html#a8e8ee8fff10730089a370f9da7b6a691',1,'NimBLEEddystoneTLM']]],
- ['settime_778',['setTime',['../class_nim_b_l_e_eddystone_t_l_m.html#a999d53f4bad59c2ebc688403f66474b1',1,'NimBLEEddystoneTLM']]],
- ['settxpower_779',['setTxPower',['../class_nim_b_l_e_ext_advertisement.html#a63c2f5900752edad428304c5342b8458',1,'NimBLEExtAdvertisement']]],
- ['setunit_780',['setUnit',['../class_nim_b_l_e2904.html#ad0cf78a2a1c3418be9a39beaa0c826ee',1,'NimBLE2904']]],
- ['seturi_781',['setURI',['../class_nim_b_l_e_advertisement_data.html#aa003bc4cf9bff2b2bcac9b742ec97a36',1,'NimBLEAdvertisementData::setURI()'],['../class_nim_b_l_e_advertising.html#a6495d7c9ad80a8c2a5edf974705f8103',1,'NimBLEAdvertising::setURI()'],['../class_nim_b_l_e_ext_advertisement.html#af25522e956cfeb64bd6beca881d8786e',1,'NimBLEExtAdvertisement::setURI()']]],
- ['seturl_782',['setURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a8102533ff1e7b6527ea744279f8f64ca',1,'NimBLEEddystoneURL']]],
- ['setuuid_783',['setUUID',['../class_nim_b_l_e_eddystone_t_l_m.html#a49fdfb7c2edf2ae92f69856ec0ce4291',1,'NimBLEEddystoneTLM::setUUID()'],['../class_nim_b_l_e_eddystone_u_r_l.html#af183e8483ae81fff65d909e67986fcad',1,'NimBLEEddystoneURL::setUUID()']]],
- ['setvalue_784',['setValue',['../class_nim_b_l_e_att_value.html#a5c8c5ecfa3864d45ea5b155385e3f9fa',1,'NimBLEAttValue::setValue(const uint8_t *value, uint16_t len)'],['../class_nim_b_l_e_att_value.html#a9c0f67d150d198c5bcad6eafafee21b6',1,'NimBLEAttValue::setValue(const char *s)'],['../class_nim_b_l_e_att_value.html#ac94a41f0c0d42d48b29d5b18d7ad7bd8',1,'NimBLEAttValue::setValue(const T &s)'],['../class_nim_b_l_e_att_value.html#ac94a41f0c0d42d48b29d5b18d7ad7bd8',1,'NimBLEAttValue::setValue(const T &s)'],['../class_nim_b_l_e_characteristic.html#a7cd211a8bb9a0c2ffaed57f2af273677',1,'NimBLECharacteristic::setValue(const uint8_t *data, size_t size)'],['../class_nim_b_l_e_characteristic.html#a9daeb13599265cb0f8ea94b7ac4ef053',1,'NimBLECharacteristic::setValue(const std::vector< uint8_t > &vec)'],['../class_nim_b_l_e_characteristic.html#aba05898f446e31222fbe509fa357c730',1,'NimBLECharacteristic::setValue(const T &s)'],['../class_nim_b_l_e_client.html#a967d0c75083706f336f2283eac6d0de2',1,'NimBLEClient::setValue()'],['../class_nim_b_l_e_descriptor.html#a9447cee9092dc516266f7764131ba923',1,'NimBLEDescriptor::setValue(const uint8_t *data, size_t size)'],['../class_nim_b_l_e_descriptor.html#a644f739b6621702856be8db93035e9a0',1,'NimBLEDescriptor::setValue(const std::vector< uint8_t > &vec)'],['../class_nim_b_l_e_descriptor.html#a9136cc9e4b41110b3dd99d1c9553a477',1,'NimBLEDescriptor::setValue(const T &s)'],['../class_nim_b_l_e_remote_service.html#a4bb8c7c85580d86fd9ab7be5c3933b72',1,'NimBLERemoteService::setValue()']]],
- ['setversion_785',['setVersion',['../class_nim_b_l_e_eddystone_t_l_m.html#a205e0e2efc09c4c5043f11aeddee4d63',1,'NimBLEEddystoneTLM']]],
- ['setvolt_786',['setVolt',['../class_nim_b_l_e_eddystone_t_l_m.html#ad69af8fe47502d922203916357f6c206',1,'NimBLEEddystoneTLM']]],
- ['setwindow_787',['setWindow',['../class_nim_b_l_e_scan.html#ac2e8c921413f1ad217f45fecf63c0d22',1,'NimBLEScan']]],
- ['size_788',['size',['../class_nim_b_l_e_att_value.html#aa8c75101d9898c3ff4646d84521ed61c',1,'NimBLEAttValue']]],
- ['start_789',['start',['../class_nim_b_l_e_advertising.html#aeeee5a131b42a4f76010751f4c182e4f',1,'NimBLEAdvertising::start()'],['../class_nim_b_l_e_ext_advertising.html#a8044a281a37f4d7c96166ce6f0851159',1,'NimBLEExtAdvertising::start()'],['../class_nim_b_l_e_scan.html#a21b1e27816717b77533755f31dfaa820',1,'NimBLEScan::start(uint32_t duration, void(*scanCompleteCB)(NimBLEScanResults), bool is_continue=false)'],['../class_nim_b_l_e_scan.html#a8459a1c69476fcdfd6370a1d10e0e159',1,'NimBLEScan::start(uint32_t duration, bool is_continue=false)'],['../class_nim_b_l_e_server.html#ae94ad52f3c97f62553af9765acdb7bcb',1,'NimBLEServer::start()'],['../class_nim_b_l_e_service.html#ad37324ed0404d596923d6fdc0133b985',1,'NimBLEService::start()']]],
- ['startadvertising_790',['startAdvertising',['../class_nim_b_l_e_device.html#aea8d74a45689590e965db210c7648e5a',1,'NimBLEDevice::startAdvertising()'],['../class_nim_b_l_e_server.html#a8f4b6c2fc5602f5ec34f963df6a21f75',1,'NimBLEServer::startAdvertising()']]],
- ['startsecurity_791',['startSecurity',['../class_nim_b_l_e_device.html#a339157bf3d8fc712fa838e9a5127cc62',1,'NimBLEDevice']]],
- ['startservices_792',['startServices',['../class_nim_b_l_e_h_i_d_device.html#a5984042cd05ea4ead895f5577133a235',1,'NimBLEHIDDevice']]],
- ['stop_793',['stop',['../class_nim_b_l_e_advertising.html#a3ab772936ace18c9a7e509740aa59800',1,'NimBLEAdvertising::stop()'],['../class_nim_b_l_e_ext_advertising.html#a02b4e33908456341fb98753d51316609',1,'NimBLEExtAdvertising::stop(uint8_t inst_id)'],['../class_nim_b_l_e_ext_advertising.html#a3ea2e93f8c3ce4498d30e4dac7b29109',1,'NimBLEExtAdvertising::stop()'],['../class_nim_b_l_e_scan.html#a68fa5cc715f62a9a97ac0dccfb8557c1',1,'NimBLEScan::stop()']]],
- ['stopadvertising_794',['stopAdvertising',['../class_nim_b_l_e_device.html#a3be45b458aada9b37019e43840ef7275',1,'NimBLEDevice::stopAdvertising(uint8_t inst_id)'],['../class_nim_b_l_e_device.html#a3c251b1d5c651ab9ef9b4819f79c1629',1,'NimBLEDevice::stopAdvertising()'],['../class_nim_b_l_e_server.html#af827ef8988c1584795447a634502f0df',1,'NimBLEServer::stopAdvertising(uint8_t inst_id)'],['../class_nim_b_l_e_server.html#a7a4c114b572675e82700604db29e6e25',1,'NimBLEServer::stopAdvertising()']]],
- ['subscribe_795',['subscribe',['../class_nim_b_l_e_remote_characteristic.html#ad2691a8ea85488c8270f78701352fbb2',1,'NimBLERemoteCharacteristic']]]
+ ['secureconnection_703',['secureConnection',['../class_nim_b_l_e_client.html#a79935ecbe94f2a41e0106d011edafac4',1,'NimBLEClient']]],
+ ['setactivescan_704',['setActiveScan',['../class_nim_b_l_e_scan.html#a7d24e77d6b339552b6ac16effdb54910',1,'NimBLEScan']]],
+ ['setaddress_705',['setAddress',['../class_nim_b_l_e_ext_advertisement.html#a02fe1652f994e5bf76dc03381e47b39e',1,'NimBLEExtAdvertisement']]],
+ ['setadvertiseddevicecallbacks_706',['setAdvertisedDeviceCallbacks',['../class_nim_b_l_e_scan.html#ab275a9fec35c8957acf47689056d94af',1,'NimBLEScan']]],
+ ['setadvertisementdata_707',['setAdvertisementData',['../class_nim_b_l_e_advertising.html#af7083f58717b7e76d90d367f00a0ef08',1,'NimBLEAdvertising']]],
+ ['setadvertisementtype_708',['setAdvertisementType',['../class_nim_b_l_e_advertising.html#a68d54f11b47b9993322efec1d07c3519',1,'NimBLEAdvertising']]],
+ ['setanonymous_709',['setAnonymous',['../class_nim_b_l_e_ext_advertisement.html#a3700ef4fd9078cf6dfd8c1eea4c520ba',1,'NimBLEExtAdvertisement']]],
+ ['setappearance_710',['setAppearance',['../class_nim_b_l_e_advertisement_data.html#a0f209913ef9f3dfb5be8db39567b4f32',1,'NimBLEAdvertisementData::setAppearance()'],['../class_nim_b_l_e_advertising.html#aa0d30dfb57670cc8180e17dffddad416',1,'NimBLEAdvertising::setAppearance()'],['../class_nim_b_l_e_ext_advertisement.html#a852b96ea8e349caea04941adbe6d24b4',1,'NimBLEExtAdvertisement::setAppearance()']]],
+ ['setauthenticationmode_711',['setAuthenticationMode',['../class_nim_b_l_e_security.html#a5cf0d3672a16f557032bcbf39a9e22f2',1,'NimBLESecurity']]],
+ ['setbatterylevel_712',['setBatteryLevel',['../class_nim_b_l_e_h_i_d_device.html#a84e3127a05f7e6a44761ec4a9e7668e3',1,'NimBLEHIDDevice']]],
+ ['setcallbacks_713',['setCallbacks',['../class_nim_b_l_e_ext_advertising.html#add623162d46c952d692e26888c9f8826',1,'NimBLEExtAdvertising::setCallbacks()'],['../class_nim_b_l_e_server.html#a485c90ce36275f9e4ec26a7f3d348cd9',1,'NimBLEServer::setCallbacks()'],['../class_nim_b_l_e_descriptor.html#aa9cb8727f9e17cf8050cf619e5fe3096',1,'NimBLEDescriptor::setCallbacks()'],['../class_nim_b_l_e_characteristic.html#a29dc2505e1d3b4a7d6800d1547965d17',1,'NimBLECharacteristic::setCallbacks()']]],
+ ['setcapability_714',['setCapability',['../class_nim_b_l_e_security.html#a1bb7902d5ceffaca86bd7638a74e35e3',1,'NimBLESecurity']]],
+ ['setclientcallbacks_715',['setClientCallbacks',['../class_nim_b_l_e_client.html#aeede4deef7421b9121387a786c07820c',1,'NimBLEClient']]],
+ ['setcompleteservices_716',['setCompleteServices',['../class_nim_b_l_e_advertisement_data.html#a67fd95e586559b73964d5739051f3822',1,'NimBLEAdvertisementData::setCompleteServices()'],['../class_nim_b_l_e_ext_advertisement.html#a01f8e18204071c11eb47ab243893fc53',1,'NimBLEExtAdvertisement::setCompleteServices()']]],
+ ['setcompleteservices16_717',['setCompleteServices16',['../class_nim_b_l_e_advertisement_data.html#a50a2584346208ef28274eeecc5befffb',1,'NimBLEAdvertisementData::setCompleteServices16()'],['../class_nim_b_l_e_ext_advertisement.html#a0a1f0c1facf52f3688b53158e95153b6',1,'NimBLEExtAdvertisement::setCompleteServices16()']]],
+ ['setcompleteservices32_718',['setCompleteServices32',['../class_nim_b_l_e_advertisement_data.html#a712aa09a4d7f2b3cae9b2f1f1be6372f',1,'NimBLEAdvertisementData::setCompleteServices32()'],['../class_nim_b_l_e_ext_advertisement.html#a31ef2860f84d44a110f2a6d2d8eda3fc',1,'NimBLEExtAdvertisement::setCompleteServices32(const std::vector< NimBLEUUID > &v_uuid)']]],
+ ['setconnectable_719',['setConnectable',['../class_nim_b_l_e_ext_advertisement.html#a6162f7b7692b5ddabf7e015893b0ffa2',1,'NimBLEExtAdvertisement']]],
+ ['setconnectionparams_720',['setConnectionParams',['../class_nim_b_l_e_client.html#a17718339f76eb621db0d7919c73b9267',1,'NimBLEClient']]],
+ ['setconnectphy_721',['setConnectPhy',['../class_nim_b_l_e_client.html#a3ab0a864d8fc7f91ea27f459e2c76b9e',1,'NimBLEClient']]],
+ ['setconnecttimeout_722',['setConnectTimeout',['../class_nim_b_l_e_client.html#a4068b29a9bd12e3110465908864dd20e',1,'NimBLEClient']]],
+ ['setcount_723',['setCount',['../class_nim_b_l_e_eddystone_t_l_m.html#a6d033c09a513b2dfdad6f1b962b906a8',1,'NimBLEEddystoneTLM']]],
+ ['setcustomgaphandler_724',['setCustomGapHandler',['../class_nim_b_l_e_device.html#a8d4e1013815e7b021029f447f1702833',1,'NimBLEDevice']]],
+ ['setdata_725',['setData',['../class_nim_b_l_e_eddystone_t_l_m.html#a160e33218dc7fb33f678cda1605da52e',1,'NimBLEEddystoneTLM::setData()'],['../class_nim_b_l_e_ext_advertisement.html#a08a31a938ccd10fad61e1115c1db6274',1,'NimBLEExtAdvertisement::setData()'],['../class_nim_b_l_e_eddystone_u_r_l.html#ada3ac4a544b8565635871f39f1593811',1,'NimBLEEddystoneURL::setData()'],['../class_nim_b_l_e_beacon.html#a92292c8b1f5ba0097f063ff6e60934ff',1,'NimBLEBeacon::setData()']]],
+ ['setdatalen_726',['setDataLen',['../class_nim_b_l_e_client.html#a33a0114a126e0e58f7b4359c74f4ed41',1,'NimBLEClient::setDataLen()'],['../class_nim_b_l_e_server.html#a15112931d1eb6226188c7e383523ba06',1,'NimBLEServer::setDataLen()']]],
+ ['setdescription_727',['setDescription',['../class_nim_b_l_e2904.html#a498c863cb3fbf92eecc23f9f8856037c',1,'NimBLE2904']]],
+ ['setdevicename_728',['setDeviceName',['../class_nim_b_l_e_device.html#ae0dd47ddcab25136a0adfee6ae76bd9c',1,'NimBLEDevice']]],
+ ['setdirected_729',['setDirected',['../class_nim_b_l_e_ext_advertisement.html#a2b29a03b9a8b3a30245ff5468f239887',1,'NimBLEExtAdvertisement']]],
+ ['setdirectedpeer_730',['setDirectedPeer',['../class_nim_b_l_e_ext_advertisement.html#a52ee2ff1ccd011ed3410d52c0518728e',1,'NimBLEExtAdvertisement']]],
+ ['setduplicatefilter_731',['setDuplicateFilter',['../class_nim_b_l_e_scan.html#ac40563af803f3b9ab88398c7f30e21bb',1,'NimBLEScan']]],
+ ['setexponent_732',['setExponent',['../class_nim_b_l_e2904.html#ab1c53f99246f67dca1d63b812bef631d',1,'NimBLE2904']]],
+ ['setfilterpolicy_733',['setFilterPolicy',['../class_nim_b_l_e_scan.html#a4248aabb5da67953eadab2a6f834d967',1,'NimBLEScan']]],
+ ['setflags_734',['setFlags',['../class_nim_b_l_e_advertisement_data.html#a73766a872477512bd750c773d96ca4e2',1,'NimBLEAdvertisementData::setFlags()'],['../class_nim_b_l_e_ext_advertisement.html#a5536d30615b87b68ec0c0f01292f5df9',1,'NimBLEExtAdvertisement::setFlags()']]],
+ ['setformat_735',['setFormat',['../class_nim_b_l_e2904.html#ab7f21651b4493fd3daaa0f1545032ff1',1,'NimBLE2904']]],
+ ['setinitencryptionkey_736',['setInitEncryptionKey',['../class_nim_b_l_e_security.html#adfc3caa3e1a5aedc3be5c0f1dc5c99ac',1,'NimBLESecurity']]],
+ ['setinstancedata_737',['setInstanceData',['../class_nim_b_l_e_ext_advertising.html#a321fb75a0ffacedfb54da4cc00484b7c',1,'NimBLEExtAdvertising']]],
+ ['setinterval_738',['setInterval',['../class_nim_b_l_e_scan.html#a3f3e30d8b79aeb4d64af10d5f9d33788',1,'NimBLEScan']]],
+ ['setkeysize_739',['setKeySize',['../class_nim_b_l_e_security.html#ab2be50284a325ec8937abdab0baafd4b',1,'NimBLESecurity']]],
+ ['setlegacyadvertising_740',['setLegacyAdvertising',['../class_nim_b_l_e_ext_advertisement.html#a6a0bcbde65ccb9e49aa93d31514c8225',1,'NimBLEExtAdvertisement']]],
+ ['setlimitedonly_741',['setLimitedOnly',['../class_nim_b_l_e_scan.html#a77483be2bd9dad08322cc64f4e7012c1',1,'NimBLEScan']]],
+ ['setmajor_742',['setMajor',['../class_nim_b_l_e_beacon.html#abef1334108f8049832da7fffb56f6eea',1,'NimBLEBeacon']]],
+ ['setmanufacturerdata_743',['setManufacturerData',['../class_nim_b_l_e_advertisement_data.html#aa4df88b578782cda2bd77368b50f2d27',1,'NimBLEAdvertisementData::setManufacturerData()'],['../class_nim_b_l_e_advertising.html#a1eff592870a47b0f62b0f0894efadbd4',1,'NimBLEAdvertising::setManufacturerData()'],['../class_nim_b_l_e_ext_advertisement.html#a5e90a75173354fe9c6959004eb43b20a',1,'NimBLEExtAdvertisement::setManufacturerData()']]],
+ ['setmanufacturerid_744',['setManufacturerId',['../class_nim_b_l_e_beacon.html#a1ec99fe7684181e7b899cd763f9b44d9',1,'NimBLEBeacon']]],
+ ['setmaxinterval_745',['setMaxInterval',['../class_nim_b_l_e_ext_advertisement.html#a4c339022b5523d20cc7fa956c5dbe1be',1,'NimBLEExtAdvertisement::setMaxInterval()'],['../class_nim_b_l_e_advertising.html#aab512576d8873fbbb631bac8ada19530',1,'NimBLEAdvertising::setMaxInterval(uint16_t maxinterval)']]],
+ ['setmaxpreferred_746',['setMaxPreferred',['../class_nim_b_l_e_advertising.html#a3382cdf80f5ae46a52e3b9159f8e1b66',1,'NimBLEAdvertising']]],
+ ['setmaxresults_747',['setMaxResults',['../class_nim_b_l_e_scan.html#aad9cd2462d00d7c0fa39d095aa2d8e81',1,'NimBLEScan']]],
+ ['setmininterval_748',['setMinInterval',['../class_nim_b_l_e_advertising.html#a16bd135cab3f06bc0ba81c2aec19cbbc',1,'NimBLEAdvertising::setMinInterval()'],['../class_nim_b_l_e_ext_advertisement.html#ae9777a0c544be6c674f4e39d56e930b8',1,'NimBLEExtAdvertisement::setMinInterval()']]],
+ ['setminor_749',['setMinor',['../class_nim_b_l_e_beacon.html#a44d03b0c2b1bea3bee8f15feeb73fb8e',1,'NimBLEBeacon']]],
+ ['setminpreferred_750',['setMinPreferred',['../class_nim_b_l_e_advertising.html#a3bc158da1f732361df69cf16ca1cfd42',1,'NimBLEAdvertising']]],
+ ['setmtu_751',['setMTU',['../class_nim_b_l_e_device.html#a7d8203040611e3f82bf4848a9b371e98',1,'NimBLEDevice']]],
+ ['setname_752',['setName',['../class_nim_b_l_e_advertising.html#add2ecd09877d7e4548b11ec7cb8c7a47',1,'NimBLEAdvertising::setName()'],['../class_nim_b_l_e_ext_advertisement.html#a7d7d57268d7c54fe5492e92bc7af33d8',1,'NimBLEExtAdvertisement::setName()'],['../class_nim_b_l_e_advertisement_data.html#a885b4ed75dd71c4c19b86048c16350bf',1,'NimBLEAdvertisementData::setName()']]],
+ ['setnamespace_753',['setNamespace',['../class_nim_b_l_e2904.html#a2206274c217d43a8ba121e1d279f8962',1,'NimBLE2904']]],
+ ['setpartialservices_754',['setPartialServices',['../class_nim_b_l_e_advertisement_data.html#af52546d7c3b733a831f6232a845bef85',1,'NimBLEAdvertisementData::setPartialServices()'],['../class_nim_b_l_e_ext_advertisement.html#ab76aa4b9fb743e5269cfbbae8215d8a8',1,'NimBLEExtAdvertisement::setPartialServices()']]],
+ ['setpartialservices16_755',['setPartialServices16',['../class_nim_b_l_e_advertisement_data.html#a50063c7ffa24f0f0407366a450e23ae4',1,'NimBLEAdvertisementData::setPartialServices16()'],['../class_nim_b_l_e_ext_advertisement.html#a747ef73a02df72709cf9bd89aabc08b3',1,'NimBLEExtAdvertisement::setPartialServices16()']]],
+ ['setpartialservices32_756',['setPartialServices32',['../class_nim_b_l_e_advertisement_data.html#a0ff5a72bccd349e551270ceadf528306',1,'NimBLEAdvertisementData::setPartialServices32()'],['../class_nim_b_l_e_ext_advertisement.html#ad3bd08736cc70700c00432ec9ccfe94d',1,'NimBLEExtAdvertisement::setPartialServices32()']]],
+ ['setpeeraddress_757',['setPeerAddress',['../class_nim_b_l_e_client.html#a93b5b7c01e58a95dcea335f837d81d07',1,'NimBLEClient']]],
+ ['setpower_758',['setPower',['../class_nim_b_l_e_eddystone_u_r_l.html#a8038c895e8da7c7ac861557ea0a9d91b',1,'NimBLEEddystoneURL']]],
+ ['setpreferredparams_759',['setPreferredParams',['../class_nim_b_l_e_advertisement_data.html#a58ba06eb062a47cc58ba2829af8aafa5',1,'NimBLEAdvertisementData::setPreferredParams()'],['../class_nim_b_l_e_ext_advertisement.html#abb66ffe5783f91f03301fc705701569f',1,'NimBLEExtAdvertisement::setPreferredParams(uint16_t min, uint16_t max)']]],
+ ['setprimarychannels_760',['setPrimaryChannels',['../class_nim_b_l_e_ext_advertisement.html#ab6103c5e86949d0e334101353b109775',1,'NimBLEExtAdvertisement']]],
+ ['setprimaryphy_761',['setPrimaryPhy',['../class_nim_b_l_e_ext_advertisement.html#ad8522542b90067e3a53076823d2087c3',1,'NimBLEExtAdvertisement']]],
+ ['setproximityuuid_762',['setProximityUUID',['../class_nim_b_l_e_beacon.html#a7f33ffc298285d1ab02088b2584f2256',1,'NimBLEBeacon']]],
+ ['setrespencryptionkey_763',['setRespEncryptionKey',['../class_nim_b_l_e_security.html#aac8434faa02a6813b7efd87224e04714',1,'NimBLESecurity']]],
+ ['setscanfilter_764',['setScanFilter',['../class_nim_b_l_e_advertising.html#aa3da80c7d17a7824484ee254076e4790',1,'NimBLEAdvertising::setScanFilter()'],['../class_nim_b_l_e_ext_advertisement.html#a24034d49c9ebadd947db1ef839c8b138',1,'NimBLEExtAdvertisement::setScanFilter(bool scanRequestWhitelistOnly, bool connectWhitelistOnly)']]],
+ ['setscannable_765',['setScannable',['../class_nim_b_l_e_ext_advertisement.html#a07b1589ad58a9e09b6ba7269fec87df0',1,'NimBLEExtAdvertisement']]],
+ ['setscanresponse_766',['setScanResponse',['../class_nim_b_l_e_advertising.html#a6fb4d9ad3949928ac83d3e74857ab91f',1,'NimBLEAdvertising']]],
+ ['setscanresponsedata_767',['setScanResponseData',['../class_nim_b_l_e_advertising.html#a04a51a0c639a70295a9b671f73b34358',1,'NimBLEAdvertising::setScanResponseData()'],['../class_nim_b_l_e_ext_advertising.html#a9395a0087e96329591ed2515cc21456b',1,'NimBLEExtAdvertising::setScanResponseData()']]],
+ ['setsecondaryphy_768',['setSecondaryPhy',['../class_nim_b_l_e_ext_advertisement.html#aaa47ca630ab01d75bdea8d252d10b506',1,'NimBLEExtAdvertisement']]],
+ ['setsecurityauth_769',['setSecurityAuth',['../class_nim_b_l_e_device.html#aa8e340c02418771ce72dec758d560938',1,'NimBLEDevice::setSecurityAuth(bool bonding, bool mitm, bool sc)'],['../class_nim_b_l_e_device.html#a2f10da171794581870d678fc947a5d1f',1,'NimBLEDevice::setSecurityAuth(uint8_t auth_req)']]],
+ ['setsecuritycallbacks_770',['setSecurityCallbacks',['../class_nim_b_l_e_device.html#a7d44bb960c0bb1bec02a33369c693085',1,'NimBLEDevice']]],
+ ['setsecurityinitkey_771',['setSecurityInitKey',['../class_nim_b_l_e_device.html#a92d36c3a34d9474fa1d7f66c0e477d1e',1,'NimBLEDevice']]],
+ ['setsecurityiocap_772',['setSecurityIOCap',['../class_nim_b_l_e_device.html#ab9fee9e810d5fa18bc8a37053eb9b5d0',1,'NimBLEDevice']]],
+ ['setsecuritypasskey_773',['setSecurityPasskey',['../class_nim_b_l_e_device.html#a84631f6d657fb6bd39722560fa229d35',1,'NimBLEDevice']]],
+ ['setsecurityrespkey_774',['setSecurityRespKey',['../class_nim_b_l_e_device.html#a57f0d4db1cc564176b23e860fce13f6a',1,'NimBLEDevice']]],
+ ['setservicedata_775',['setServiceData',['../class_nim_b_l_e_advertisement_data.html#aee4fdb5af06fcda9cab9fad3f5bf80d5',1,'NimBLEAdvertisementData::setServiceData()'],['../class_nim_b_l_e_advertising.html#a994e43e9e4ace6ce64c57e57d0575781',1,'NimBLEAdvertising::setServiceData()'],['../class_nim_b_l_e_ext_advertisement.html#a1a4fd6883b11c339e397fc52f75c9ebb',1,'NimBLEExtAdvertisement::setServiceData()']]],
+ ['setshortname_776',['setShortName',['../class_nim_b_l_e_advertisement_data.html#ae5b514ad9be6552727f1c7a744a29ae5',1,'NimBLEAdvertisementData::setShortName()'],['../class_nim_b_l_e_ext_advertisement.html#a6220b378a1f2361c6dc76ba125936c51',1,'NimBLEExtAdvertisement::setShortName()']]],
+ ['setsignalpower_777',['setSignalPower',['../class_nim_b_l_e_beacon.html#ae2dd8cd367260dd8374309576457cec0',1,'NimBLEBeacon']]],
+ ['setstaticpin_778',['setStaticPIN',['../class_nim_b_l_e_security.html#a0bb1535e1b0d48566c17f681b7539f82',1,'NimBLESecurity']]],
+ ['settemp_779',['setTemp',['../class_nim_b_l_e_eddystone_t_l_m.html#a8e8ee8fff10730089a370f9da7b6a691',1,'NimBLEEddystoneTLM']]],
+ ['settime_780',['setTime',['../class_nim_b_l_e_eddystone_t_l_m.html#a999d53f4bad59c2ebc688403f66474b1',1,'NimBLEEddystoneTLM']]],
+ ['settxpower_781',['setTxPower',['../class_nim_b_l_e_ext_advertisement.html#a63c2f5900752edad428304c5342b8458',1,'NimBLEExtAdvertisement']]],
+ ['setunit_782',['setUnit',['../class_nim_b_l_e2904.html#ad0cf78a2a1c3418be9a39beaa0c826ee',1,'NimBLE2904']]],
+ ['seturi_783',['setURI',['../class_nim_b_l_e_advertisement_data.html#aa003bc4cf9bff2b2bcac9b742ec97a36',1,'NimBLEAdvertisementData::setURI()'],['../class_nim_b_l_e_advertising.html#a6495d7c9ad80a8c2a5edf974705f8103',1,'NimBLEAdvertising::setURI()'],['../class_nim_b_l_e_ext_advertisement.html#af25522e956cfeb64bd6beca881d8786e',1,'NimBLEExtAdvertisement::setURI()']]],
+ ['seturl_784',['setURL',['../class_nim_b_l_e_eddystone_u_r_l.html#a8102533ff1e7b6527ea744279f8f64ca',1,'NimBLEEddystoneURL']]],
+ ['setuuid_785',['setUUID',['../class_nim_b_l_e_eddystone_u_r_l.html#af183e8483ae81fff65d909e67986fcad',1,'NimBLEEddystoneURL::setUUID()'],['../class_nim_b_l_e_eddystone_t_l_m.html#a49fdfb7c2edf2ae92f69856ec0ce4291',1,'NimBLEEddystoneTLM::setUUID()']]],
+ ['setvalue_786',['setValue',['../class_nim_b_l_e_descriptor.html#a644f739b6621702856be8db93035e9a0',1,'NimBLEDescriptor::setValue()'],['../class_nim_b_l_e_remote_service.html#a4bb8c7c85580d86fd9ab7be5c3933b72',1,'NimBLERemoteService::setValue()'],['../class_nim_b_l_e_descriptor.html#a9136cc9e4b41110b3dd99d1c9553a477',1,'NimBLEDescriptor::setValue(const T &s)'],['../class_nim_b_l_e_descriptor.html#a9447cee9092dc516266f7764131ba923',1,'NimBLEDescriptor::setValue(const uint8_t *data, size_t size)'],['../class_nim_b_l_e_client.html#a967d0c75083706f336f2283eac6d0de2',1,'NimBLEClient::setValue()'],['../class_nim_b_l_e_characteristic.html#aba05898f446e31222fbe509fa357c730',1,'NimBLECharacteristic::setValue(const T &s)'],['../class_nim_b_l_e_characteristic.html#a9daeb13599265cb0f8ea94b7ac4ef053',1,'NimBLECharacteristic::setValue(const std::vector< uint8_t > &vec)'],['../class_nim_b_l_e_characteristic.html#a7cd211a8bb9a0c2ffaed57f2af273677',1,'NimBLECharacteristic::setValue(const uint8_t *data, size_t size)'],['../class_nim_b_l_e_att_value.html#ac94a41f0c0d42d48b29d5b18d7ad7bd8',1,'NimBLEAttValue::setValue(const T &s)'],['../class_nim_b_l_e_att_value.html#ac94a41f0c0d42d48b29d5b18d7ad7bd8',1,'NimBLEAttValue::setValue(const T &s)'],['../class_nim_b_l_e_att_value.html#a9c0f67d150d198c5bcad6eafafee21b6',1,'NimBLEAttValue::setValue(const char *s)'],['../class_nim_b_l_e_att_value.html#a5c8c5ecfa3864d45ea5b155385e3f9fa',1,'NimBLEAttValue::setValue(const uint8_t *value, uint16_t len)']]],
+ ['setversion_787',['setVersion',['../class_nim_b_l_e_eddystone_t_l_m.html#a205e0e2efc09c4c5043f11aeddee4d63',1,'NimBLEEddystoneTLM']]],
+ ['setvolt_788',['setVolt',['../class_nim_b_l_e_eddystone_t_l_m.html#ad69af8fe47502d922203916357f6c206',1,'NimBLEEddystoneTLM']]],
+ ['setwindow_789',['setWindow',['../class_nim_b_l_e_scan.html#ac2e8c921413f1ad217f45fecf63c0d22',1,'NimBLEScan']]],
+ ['size_790',['size',['../class_nim_b_l_e_att_value.html#aa8c75101d9898c3ff4646d84521ed61c',1,'NimBLEAttValue']]],
+ ['start_791',['start',['../class_nim_b_l_e_scan.html#a21b1e27816717b77533755f31dfaa820',1,'NimBLEScan::start()'],['../class_nim_b_l_e_service.html#ad37324ed0404d596923d6fdc0133b985',1,'NimBLEService::start()'],['../class_nim_b_l_e_server.html#ae94ad52f3c97f62553af9765acdb7bcb',1,'NimBLEServer::start()'],['../class_nim_b_l_e_ext_advertising.html#a8044a281a37f4d7c96166ce6f0851159',1,'NimBLEExtAdvertising::start()'],['../class_nim_b_l_e_advertising.html#aeeee5a131b42a4f76010751f4c182e4f',1,'NimBLEAdvertising::start()'],['../class_nim_b_l_e_scan.html#a8459a1c69476fcdfd6370a1d10e0e159',1,'NimBLEScan::start()']]],
+ ['startadvertising_792',['startAdvertising',['../class_nim_b_l_e_device.html#aea8d74a45689590e965db210c7648e5a',1,'NimBLEDevice::startAdvertising(uint8_t inst_id, int duration=0, int max_events=0)'],['../class_nim_b_l_e_device.html#ad652f03bc10a469b26c5f9c213f005dd',1,'NimBLEDevice::startAdvertising()'],['../class_nim_b_l_e_server.html#a8f4b6c2fc5602f5ec34f963df6a21f75',1,'NimBLEServer::startAdvertising(uint8_t inst_id, int duration=0, int max_events=0)'],['../class_nim_b_l_e_server.html#adb1e37c174a5b62f6fd674376fac99d0',1,'NimBLEServer::startAdvertising()']]],
+ ['startsecurity_793',['startSecurity',['../class_nim_b_l_e_device.html#a339157bf3d8fc712fa838e9a5127cc62',1,'NimBLEDevice']]],
+ ['startservices_794',['startServices',['../class_nim_b_l_e_h_i_d_device.html#a5984042cd05ea4ead895f5577133a235',1,'NimBLEHIDDevice']]],
+ ['stop_795',['stop',['../class_nim_b_l_e_advertising.html#a3ab772936ace18c9a7e509740aa59800',1,'NimBLEAdvertising::stop()'],['../class_nim_b_l_e_scan.html#a68fa5cc715f62a9a97ac0dccfb8557c1',1,'NimBLEScan::stop()'],['../class_nim_b_l_e_ext_advertising.html#a3ea2e93f8c3ce4498d30e4dac7b29109',1,'NimBLEExtAdvertising::stop()'],['../class_nim_b_l_e_ext_advertising.html#a02b4e33908456341fb98753d51316609',1,'NimBLEExtAdvertising::stop(uint8_t inst_id)']]],
+ ['stopadvertising_796',['stopAdvertising',['../class_nim_b_l_e_device.html#a3be45b458aada9b37019e43840ef7275',1,'NimBLEDevice::stopAdvertising(uint8_t inst_id)'],['../class_nim_b_l_e_device.html#a3c251b1d5c651ab9ef9b4819f79c1629',1,'NimBLEDevice::stopAdvertising()'],['../class_nim_b_l_e_server.html#af827ef8988c1584795447a634502f0df',1,'NimBLEServer::stopAdvertising(uint8_t inst_id)'],['../class_nim_b_l_e_server.html#a7a4c114b572675e82700604db29e6e25',1,'NimBLEServer::stopAdvertising()']]],
+ ['subscribe_797',['subscribe',['../class_nim_b_l_e_remote_characteristic.html#aa08b2f62376568e1fc833e4ff91e8aa7',1,'NimBLERemoteCharacteristic']]]
];
diff --git a/search/pages_0.js b/search/pages_0.js
index aeb10e8..eb82496 100644
--- a/search/pages_0.js
+++ b/search/pages_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['bluetooth_205_2ex_20features_833',['Bluetooth 5.x features',['../md__bluetooth_5_features.html',1,'']]]
+ ['bluetooth_205_2ex_20features_835',['Bluetooth 5.x features',['../md__bluetooth_5_features.html',1,'']]]
];
diff --git a/search/pages_1.js b/search/pages_1.js
index 36edadd..8e2c972 100644
--- a/search/pages_1.js
+++ b/search/pages_1.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['changelog_834',['Changelog',['../md__k___users__ryan__desktop_test_idf_components_esp_nimble_cpp__c_h_a_n_g_e_l_o_g.html',1,'']]]
+ ['changelog_836',['Changelog',['../md__github_workspace__c_h_a_n_g_e_l_o_g.html',1,'']]]
];
diff --git a/search/pages_2.js b/search/pages_2.js
index 6ba710e..ec4c44b 100644
--- a/search/pages_2.js
+++ b/search/pages_2.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['deprecated_20list_835',['Deprecated List',['../deprecated.html',1,'']]]
+ ['deprecated_20list_837',['Deprecated List',['../deprecated.html',1,'']]]
];
diff --git a/search/pages_3.js b/search/pages_3.js
index 2db9ae6..377591c 100644
--- a/search/pages_3.js
+++ b/search/pages_3.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['improvements_20and_20updates_836',['Improvements and updates',['../md__improvements_and_updates.html',1,'']]]
+ ['improvements_20and_20updates_838',['Improvements and updates',['../md__improvements_and_updates.html',1,'']]]
];
diff --git a/search/pages_4.js b/search/pages_4.js
index 74cd67e..8d436ef 100644
--- a/search/pages_4.js
+++ b/search/pages_4.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['migrating_20from_20bluedroid_20to_20nimble_837',['Migrating from Bluedroid to NimBLE',['../md__migration_guide.html',1,'']]]
+ ['migrating_20from_20bluedroid_20to_20nimble_839',['Migrating from Bluedroid to NimBLE',['../md__migration_guide.html',1,'']]]
];
diff --git a/search/pages_5.js b/search/pages_5.js
index 5e3e967..87e8f2b 100644
--- a/search/pages_5.js
+++ b/search/pages_5.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['new_20user_20guide_838',['New User Guide',['../md__new_user_guide.html',1,'']]]
+ ['new_20user_20guide_840',['New User Guide',['../md__new_user_guide.html',1,'']]]
];
diff --git a/search/pages_6.js b/search/pages_6.js
index 2d96995..5baea6a 100644
--- a/search/pages_6.js
+++ b/search/pages_6.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['overview_839',['Overview',['../index.html',1,'']]]
+ ['overview_841',['Overview',['../index.html',1,'']]]
];
diff --git a/search/pages_7.js b/search/pages_7.js
index e538231..b92ca3a 100644
--- a/search/pages_7.js
+++ b/search/pages_7.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['todo_20list_840',['Todo List',['../todo.html',1,'']]]
+ ['todo_20list_842',['Todo List',['../todo.html',1,'']]]
];
diff --git a/search/pages_8.js b/search/pages_8.js
index 6d0ef6a..6ec58ee 100644
--- a/search/pages_8.js
+++ b/search/pages_8.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['usage_20tips_841',['Usage Tips',['../md__usage_tips.html',1,'']]]
+ ['usage_20tips_843',['Usage Tips',['../md__usage_tips.html',1,'']]]
];
diff --git a/todo.html b/todo.html
index 204321b..86587ba 100644
--- a/todo.html
+++ b/todo.html
@@ -26,7 +26,7 @@
esp-nimble-cpp
- 1.4.0
+ 1.4.1