diff --git a/_h_i_d_keyboard_types_8h_source.html b/_h_i_d_keyboard_types_8h_source.html index b08ad1f..9420a2a 100644 --- a/_h_i_d_keyboard_types_8h_source.html +++ b/_h_i_d_keyboard_types_8h_source.html @@ -25,7 +25,7 @@
Public Member Functions | ||
void | setDescription (uint16_t) | |
Set the description. | ||
void | setDescription (uint16_t description) | |
Set the description. | ||
void | setExponent (int8_t exponent) | |
Set the exponent. | ||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
||
isConnectable() const | NimBLEAdvertisedDevice | |
isLegacyAdvertisement() const | NimBLEAdvertisedDevice | |
isScannable() const | NimBLEAdvertisedDevice | |
toString() const | NimBLEAdvertisedDevice | |
operator NimBLEAddress() const | NimBLEAdvertisedDevice | |
toString() const | NimBLEAdvertisedDevice |
Check if this device is advertising as scannable.
NimBLEAdvertisedDevice::operator NimBLEAddress | +( | +) | +const | +
Convenience operator to convert this NimBLEAdvertisedDevice to NimBLEAddress representation.
+This allows passing NimBLEAdvertisedDevice to functions that accept NimBLEAddress and/or or it's methods as a parameter.
+begin() | NimBLEClient | |
cancelConnect() const | NimBLEClient | |
connect(const NimBLEAdvertisedDevice *device, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true) | NimBLEClient | |
connect(const NimBLEAddress &address, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true) | NimBLEClient | |
connect(bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true) | NimBLEClient | |
deleteService(const NimBLEUUID &uuid) | NimBLEClient | |
deleteServices() | NimBLEClient | |
disconnect(uint8_t reason=BLE_ERR_REM_USER_CONN_TERM) | NimBLEClient | |
discoverAttributes() | NimBLEClient | |
end() | NimBLEClient | |
exchangeMTU() | NimBLEClient | |
getCharacteristic(uint16_t handle) | NimBLEClient | |
getConfig() const | NimBLEClient | |
getConnHandle() const | NimBLEClient | |
getConnInfo() const | NimBLEClient | |
getLastError() const | NimBLEClient | |
getMTU() const | NimBLEClient | |
getPeerAddress() const | NimBLEClient | |
getPhy(uint8_t *txPhy, uint8_t *rxPhy) | NimBLEClient | |
getRssi() const | NimBLEClient | |
getService(const char *uuid) | NimBLEClient | |
getService(const NimBLEUUID &uuid) | NimBLEClient | |
getServices(bool refresh=false) | NimBLEClient | |
getValue(const NimBLEUUID &serviceUUID, const NimBLEUUID &characteristicUUID) | NimBLEClient | |
isConnected() const | NimBLEClient | |
secureConnection(bool async=false) const | NimBLEClient | |
setClientCallbacks(NimBLEClientCallbacks *pClientCallbacks, bool deleteCallbacks=true) | NimBLEClient | |
setConfig(Config config) | NimBLEClient | |
setConnectionParams(uint16_t minInterval, uint16_t maxInterval, uint16_t latency, uint16_t timeout, uint16_t scanInterval=16, uint16_t scanWindow=16) | NimBLEClient | |
setConnectPhy(uint8_t phyMask) | NimBLEClient | |
setConnectTimeout(uint32_t timeout) | NimBLEClient | |
setDataLen(uint16_t txOctets) | NimBLEClient | |
setPeerAddress(const NimBLEAddress &address) | NimBLEClient | |
setSelfDelete(bool deleteOnDisconnect, bool deleteOnConnectFail) | NimBLEClient | |
setValue(const NimBLEUUID &serviceUUID, const NimBLEUUID &characteristicUUID, const NimBLEAttValue &value, bool response=false) | NimBLEClient | |
toString() const | NimBLEClient | |
updateConnParams(uint16_t minInterval, uint16_t maxInterval, uint16_t latency, uint16_t timeout) | NimBLEClient | |
updatePhy(uint8_t txPhysMask, uint8_t rxPhysMask, uint16_t phyOptions=0) | NimBLEClient | |
connect(const NimBLEAddress &address, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true) | NimBLEClient | |
connect(bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true) | NimBLEClient | |
deleteService(const NimBLEUUID &uuid) | NimBLEClient | |
deleteServices() | NimBLEClient | |
disconnect(uint8_t reason=BLE_ERR_REM_USER_CONN_TERM) | NimBLEClient | |
discoverAttributes() | NimBLEClient | |
end() | NimBLEClient | |
exchangeMTU() | NimBLEClient | |
getCharacteristic(uint16_t handle) | NimBLEClient | |
getConfig() const | NimBLEClient | |
getConnHandle() const | NimBLEClient | |
getConnInfo() const | NimBLEClient | |
getLastError() const | NimBLEClient | |
getMTU() const | NimBLEClient | |
getPeerAddress() const | NimBLEClient | |
getPhy(uint8_t *txPhy, uint8_t *rxPhy) | NimBLEClient | |
getRssi() const | NimBLEClient | |
getService(const char *uuid) | NimBLEClient | |
getService(const NimBLEUUID &uuid) | NimBLEClient | |
getServices(bool refresh=false) | NimBLEClient | |
getValue(const NimBLEUUID &serviceUUID, const NimBLEUUID &characteristicUUID) | NimBLEClient | |
isConnected() const | NimBLEClient | |
secureConnection(bool async=false) const | NimBLEClient | |
setClientCallbacks(NimBLEClientCallbacks *pClientCallbacks, bool deleteCallbacks=true) | NimBLEClient | |
setConfig(Config config) | NimBLEClient | |
setConnectionParams(uint16_t minInterval, uint16_t maxInterval, uint16_t latency, uint16_t timeout, uint16_t scanInterval=16, uint16_t scanWindow=16) | NimBLEClient | |
setConnectPhy(uint8_t phyMask) | NimBLEClient | |
setConnectTimeout(uint32_t timeout) | NimBLEClient | |
setDataLen(uint16_t txOctets) | NimBLEClient | |
setPeerAddress(const NimBLEAddress &address) | NimBLEClient | |
setSelfDelete(bool deleteOnDisconnect, bool deleteOnConnectFail) | NimBLEClient | |
setValue(const NimBLEUUID &serviceUUID, const NimBLEUUID &characteristicUUID, const NimBLEAttValue &value, bool response=false) | NimBLEClient | |
toString() const | NimBLEClient | |
updateConnParams(uint16_t minInterval, uint16_t maxInterval, uint16_t latency, uint16_t timeout) | NimBLEClient | |
updatePhy(uint8_t txPhysMask, uint8_t rxPhysMask, uint16_t phyOptions=0) | NimBLEClient |
Public Member Functions | |||||||||||||
bool | connect (const NimBLEAdvertisedDevice *device, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true) | ||||||||||||
Connect to an advertising device. | |||||||||||||
bool | connect (const NimBLEAddress &address, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true) | ||||||||||||
Connect to a BLE Server by address. | |||||||||||||
deleteServices ()
-◆ connect() [1/3]+◆ connect() [1/2]
@@ -314,7 +311,7 @@ If false, the client will use the default MTU size and the application will need
◆ connect() [2/3]+◆ connect() [2/2]
@@ -366,61 +363,6 @@ If false, the client will use the default MTU size and the application will need
-
◆ connect() [3/3]- -
-
diff --git a/class_nim_b_l_e_client.js b/class_nim_b_l_e_client.js
index 60674d6..527cfc1 100644
--- a/class_nim_b_l_e_client.js
+++ b/class_nim_b_l_e_client.js
@@ -4,7 +4,6 @@ var class_nim_b_l_e_client =
[ "cancelConnect", "class_nim_b_l_e_client.html#af77b2a5390ea811e9405ff81dba8ecac", null ],
[ "connect", "class_nim_b_l_e_client.html#a26c8117d56d8b637780390a6506716be", null ],
[ "connect", "class_nim_b_l_e_client.html#a27e53c3746bc2d20ea7cfcea1a123cbf", null ],
- [ "connect", "class_nim_b_l_e_client.html#a2b49bc73802bf716cf3df3b5a93f0543", null ],
[ "deleteService", "class_nim_b_l_e_client.html#a0f940c51807469db1f1802b742180beb", null ],
[ "deleteServices", "class_nim_b_l_e_client.html#a668d476de250055a106a9f46bb7719f3", null ],
[ "disconnect", "class_nim_b_l_e_client.html#a36b298b70a42d32b8d578869b0763140", null ],
diff --git a/class_nim_b_l_e_client_callbacks-members.html b/class_nim_b_l_e_client_callbacks-members.html
index d7763b7..2ae4622 100644
--- a/class_nim_b_l_e_client_callbacks-members.html
+++ b/class_nim_b_l_e_client_callbacks-members.html
@@ -25,7 +25,7 @@
-
-
-
Connect to an advertising device. -
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
|||||||||||||
- esp-nimble-cpp 2.1.1
+ esp-nimble-cpp 2.2.0
|
+ esp-nimble-cpp 2.2.0
+
+ |
+
This is the complete list of members for NimBLEDeviceCallbacks, including all inherited members.
+onStoreStatus(struct ble_store_status_event *event, void *arg) | NimBLEDeviceCallbacks | virtual |
+ esp-nimble-cpp 2.2.0
+
+ |
+
Callbacks associated with a BLE device. + More...
+ +#include <NimBLEDevice.h>
+Public Member Functions | |
virtual int | onStoreStatus (struct ble_store_status_event *event, void *arg) |
Indicates an inability to perform a store operation. This callback should do one of two things: -Address the problem and return 0, indicating that the store operation should proceed. -Return nonzero to indicate that the store operation should be aborted. | |
Callbacks associated with a BLE device.
+
+
|
+ +virtual | +
Indicates an inability to perform a store operation. This callback should do one of two things: -Address the problem and return 0, indicating that the store operation should proceed. -Return nonzero to indicate that the store operation should be aborted.
+event | Describes the store event being reported. BLE_STORE_EVENT_FULL; or BLE_STORE_EVENT_OVERFLOW |
All notable changes to this project will be documented in this file.
+NimBLEDevicecallbacks
class with a callback for handling bond storage.NimBLEDevice::setPower
and NimBLEDevice::getPower
now take an additional parameter NimBLETxPowerType
to set/get the power level for different operations.CONFIG_NIMBLE_CPP_ADDR_FMT_EXCLUDE_DELIMITER
, if defined will remove the ":" delimiter from the BLE address string.NimBLEHIDDevice
now allows for the same report ID in multiple input/output/feature reports.NimBLEClient::secureConnection
now takes an additional parameter bool async
, if true, will send the secure command and return immediately with a true value for successfully sending the command, else false. This allows for asynchronously securing a connection.onDisconnect
callback is now supported.NimBLEClient::connect
will no longer cancel already in progress connections.NimBLEClient::connect
will no longer cancel already in progress connections.NimBLEClient::setDataLen
now returns bool, true if successful.NimBLEClient::updateConnParams
now returns bool, true if successful.NimBLEClient::setPeerAddress
now returns a bool, true on success.NimBLEAttValue
cleanup and optimization.NimBLEDevice::setPowerLevel
and NimBLEDevice::getPowerLevel
which take and return the related esp_power_level*
types.NimBLEClient::setSelfDelete
that takes the bool parameters deleteOnDisconnect
and deleteOnConnectFail
, which will configure the client to delete itself when disconnected or the connection attempt fails.NimBLEClient::setConfig
and NimBLEClient::getConfig
which takes or returns a NimBLEClient::Config
object respectively.NimBLEClient::cancelConnect()
to cancel an in-progress connection, returns bool
, true = success.NimBLEClient::connect
option added via 2 new bool
parameters added to the function:NimBLEClient::connect
option added via 2 new bool
parameters added to the function:asyncConnect
; if true, will send the connect command and return immediately.exchangeMTU
; if true will send the exchange MTU command upon connection.NimBLEClientCallbacks::onConnectFail
callback that is called when the connection attempt fail while connecting asynchronously.NimBLEClient::discoverAttributes
now returns a bool value to indicate success/failure.NimBLEClient::getLastError
: Gets the error code of the last function call that produces a return code from the stack.NimBLECharacteristic::removeDescriptor
: Dynamically remove a descriptor from a characteristic. Takes effect after all connections are closed and sends a service changed indication.NimBLECharacteristic::getDescriptorByHandle
: Return the BLE Descriptor for the given handle.NimBLEDevice::setOwnAddrType
added to enable the use of random and random-resolvable addresses, by asukiaaaNimBLEClient::connect
would hang on the task block if no event arrived to unblock. A time limit has been added to timeout appropriately.NimBLEClient::connect
would hang on the task block if no event arrived to unblock. A time limit has been added to timeout appropriately.NimBLEAddress
constructor: NimBLEAddress()
produces an address of 00:00:00:00:00:00 type 0.Extended advertising is supported when enabled with the config option CONFIG_BT_NIMBLE_EXT_ADV
set to a value of 1. This is done in menuconfig under Component config > Bluetooth > NimBLE options > Enable extended advertising
, or set in nimconfig.h
for Arduino, or in build_flags
in PlatformIO.
When enabled the following will occur:
NimBLEScan::start
method will scan on both the 1M PHY and the coded PHY standards automatically.NimBLEClient::connect
will use the primary PHY the device is listening on, unless specified (see below).NimBLEClient::connect
will use the primary PHY the device is listening on, unless specified (see below).NimBLEClient::setConnectPhy
becomes available to specify the PHY's to connect with (default is all).NimBLEAdvertising
is no longer available for use and is replaced by NimBLEExtAdvertising
. NimBLEDevice::getAdvertising
will now return an instance of NimBLEExtAdvertising
.NimBLEAdvertisementData
is no longer available for use and is replaced by NimBLEExtAdvertisement
. This new class is where everything about the advertisement is configured, including the advertisement intervals and advertisement ended callback. Client instances are created just as before with BLEDevice::createClient
(NimBLEDevice::createClient
).
Multiple client instances can be created, up to the maximum number of connections set in the config file (default: 3). To delete a client instance you must use NimBLEDevice::deleteClient
.
BLEClient::connect
(NimBLEClient::connect
) Has had it's parameters altered. Defined as:
-NimBLEClient::connect(bool deleteServices = true, , bool asyncConnect = false, bool exchangeMTU = true);
+
- NimBLEClient::connect(const NimBLEAddress& address, bool deleteAttributes = true, bool asyncConnect = false, bool exchangeMTU = true);
- NimBLEClient::connect(const NimBLEAdvertisedDevice* device, bool deleteServices = true, bool asyncConnect = false, bool exchangeMTU = true);
BLEClient::connect
(NimBLEClient::connect
) Has had it's parameters altered. Defined as:+NimBLEClient::connect(bool deleteServices = true, , bool asyncConnect = false, bool exchangeMTU = true);
+ NimBLEClient::connect(const NimBLEAddress& address, bool deleteAttributes = true, bool asyncConnect = false, bool exchangeMTU = true);
+ NimBLEClient::connect(const NimBLEAdvertisedDevice* device, bool deleteServices = true, bool asyncConnect = false, bool exchangeMTU = true);The type parameter has been removed and a new bool parameter has been added to indicate if the client should delete the attribute database previously retrieved (if applicable) for the peripheral, default value is true.
If set to false the client will use the attribute database it retrieved from the peripheral when previously connected. This allows for faster connections and power saving if the devices dropped connection and are reconnecting.
diff --git a/md__new__user__guide.html b/md__new__user__guide.html index 7260272..b89f909 100644 --- a/md__new__user__guide.html +++ b/md__new__user__guide.html @@ -25,7 +25,7 @@@@ -263,7 +263,7 @@ Creating a Client - esp-nimble-cpp 2.1.1 +esp-nimble-cpp 2.2.0To do this we call
-NimBLEDevice::createClient
which creates theNimBLEClient
instance and returns a pointer to it.
After this we call
NimBLEClient::connect
to connect to the advertiser.
+After this we call
NimBLEClient::connect
to connect to the advertiser.
This takes a pointer to theNimBLEAdvertisedDevice
and returnstrue
if successful.Lets do that now:
NimBLEUUID serviceUuid("ABCD");@@ -280,7 +280,7 @@ Creating a Client}}}-As shown, the call to
NimBLEClient::connect
should have it's return value tested to make sure it succeeded before proceeding to get data.
+As shown, the call to
NimBLEClient::connect
should have it's return value tested to make sure it succeeded before proceeding to get data.
Next we need to access the servers data by asking it for the service and the characteristic we are interested in, then read the characteristic value.
diff --git a/md__usage__tips.html b/md__usage__tips.html index e6239e5..5e663e0 100644 --- a/md__usage__tips.html +++ b/md__usage__tips.html @@ -25,7 +25,7 @@@@ -122,7 +122,7 @@ Only retrieve the services and characteristics needed - esp-nimble-cpp 2.1.1 +esp-nimble-cpp 2.2.0Check return values
-Many user issues can be avoided by checking if a function returned successfully, by either testing for true/false such as when calling
NimBLEClient::connect
,
+Many user issues can be avoided by checking if a function returned successfully, by either testing for true/false such as when calling
NimBLEClient::connect
,
or nullptr such as when callingNimBLEClient::getService
. The latter being a must, as calling a method on a nullptr will surely result in a crash.
Most of the functions in this library return something that should be checked before proceeding.
diff --git a/navtreedata.js b/navtreedata.js index cc96b7f..d32306f 100644 --- a/navtreedata.js +++ b/navtreedata.js @@ -27,16 +27,18 @@ var NAVTREE = [ "esp-nimble-cpp", "index.html", [ [ "Overview", "index.html", "index" ], [ "Changelog", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html", [ + [ "[2.2.0] 2025-02-24", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24", null ], + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added", null ], [ "[2.1.1] 2025-01-26", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26", null ], [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed", null ], [ "[2.1.0] 2025-01-12", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12", null ], [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-1", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed", null ], - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added", null ], + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1", null ], [ "[2.0.3] 2025-01-05", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05", null ], [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-1", null ], - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1", null ], + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2", null ], [ "[2.0.2] 2024-12-21", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21", null ], [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2", null ], @@ -47,17 +49,17 @@ var NAVTREE = [ "Breaking changes", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes", null ], [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5", [ [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4", null ], - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2", null ] + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3", null ] ] ], [ "[1.4.1] - 2022-10-30", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-30", [ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5", null ], - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3", null ] + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4", null ] ] ], [ "[1.4.0] - 2022-07-31", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31", [ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6", null ], - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4", null ] + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5", null ] ] ], [ "[1.3.3] - 2022-02-15", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15", [ [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7", null ], @@ -65,24 +67,24 @@ var NAVTREE = ] ], [ "[1.3.2] - 2022-01-15", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15", [ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9", null ], - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5", null ], + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8", null ] ] ], [ "[1.3.1] - 2021-08-04", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04", [ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10", null ] ] ], [ "[1.3.0] - 2021-08-02", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02", [ - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6", null ], + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9", null ], [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11", null ] ] ], [ "[1.2.0] - 2021-02-08", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08", [ - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7", null ], + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10", null ], [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12", null ] ] ], [ "[1.1.0] - 2021-01-20", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20", [ - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8", null ], + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11", null ], [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13", null ] ] ], @@ -90,7 +92,7 @@ var NAVTREE = [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12", null ] ] ], [ "[1.0.1] - 2020-09-02", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02", [ - [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9", null ], + [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-10", null ], [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13", null ], [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14", null ] ] ], @@ -191,9 +193,9 @@ var NAVTREE = var NAVTREEINDEX = [ "_h_i_d_keyboard_types_8h_source.html", -"class_nim_b_l_e_characteristic.html#ab05a81528522e7f12acff65fa86f9a28", -"class_nim_b_l_e_scan_callbacks.html", -"md__migration__guide.html#services-1" +"class_nim_b_l_e_characteristic.html#aabdc2745d2523239a9ab3f02e39aa3cf", +"class_nim_b_l_e_scan.html#ad421a09eeb021755b193a7a5e01f183b", +"md__migration__guide.html#remote-services-1" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/navtreeindex0.js b/navtreeindex0.js index 28bf148..1c92274 100644 --- a/navtreeindex0.js +++ b/navtreeindex0.js @@ -32,8 +32,8 @@ var NAVTREEINDEX0 = "_nim_b_l_e_utils_8h_source.html":[9,0,0,28], "annotated.html":[8,0], "class_nim_b_l_e2904.html":[8,0,0], +"class_nim_b_l_e2904.html#a08cdb490d2f88f82856a7666757bc40c":[8,0,0,0], "class_nim_b_l_e2904.html#a2206274c217d43a8ba121e1d279f8962":[8,0,0,3], -"class_nim_b_l_e2904.html#a498c863cb3fbf92eecc23f9f8856037c":[8,0,0,0], "class_nim_b_l_e2904.html#ab1c53f99246f67dca1d63b812bef631d":[8,0,0,1], "class_nim_b_l_e2904.html#ab7f21651b4493fd3daaa0f1545032ff1":[8,0,0,2], "class_nim_b_l_e2904.html#ad0cf78a2a1c3418be9a39beaa0c826ee":[8,0,0,4], @@ -60,6 +60,7 @@ var NAVTREEINDEX0 = "class_nim_b_l_e_address.html#ae243127c78af69b26dfa225effd806ce":[8,0,1,16], "class_nim_b_l_e_advertised_device.html":[8,0,2], "class_nim_b_l_e_advertised_device.html#a08c0fb778eedde4c4004410d124799f1":[8,0,2,11], +"class_nim_b_l_e_advertised_device.html#a0e36b522584f14687657cd29739c491b":[8,0,2,50], "class_nim_b_l_e_advertised_device.html#a12971984cf749647c659b659bdfeda5d":[8,0,2,15], "class_nim_b_l_e_advertised_device.html#a16738b3a745d29edff39bb4bbf4dfb28":[8,0,2,32], "class_nim_b_l_e_advertised_device.html#a1e61faae3ba0bdbb1bc197d1ca113f61":[8,0,2,41], @@ -98,7 +99,7 @@ var NAVTREEINDEX0 = "class_nim_b_l_e_advertised_device.html#acf7ec676680fd4eb800b85779a220b67":[8,0,2,14], "class_nim_b_l_e_advertised_device.html#ad006b08552281a3e6c9d9444e7942709":[8,0,2,46], "class_nim_b_l_e_advertised_device.html#ad06e4e81a8d568199d1145f437175749":[8,0,2,5], -"class_nim_b_l_e_advertised_device.html#ad46b9300d435e3d20997fbafa5305148":[8,0,2,50], +"class_nim_b_l_e_advertised_device.html#ad46b9300d435e3d20997fbafa5305148":[8,0,2,51], "class_nim_b_l_e_advertised_device.html#ad68b1b03f59266f4aac9070e5e33d15f":[8,0,2,38], "class_nim_b_l_e_advertised_device.html#ad7313053fa990a9aa8f4bc832f35ee13":[8,0,2,30], "class_nim_b_l_e_advertised_device.html#adbdb381a86c556344e676a1e4e654d9f":[8,0,2,29], @@ -111,7 +112,6 @@ var NAVTREEINDEX0 = "class_nim_b_l_e_advertised_device.html#afb7a089c220e4987852ea1d7a0b5dca4":[8,0,2,6], "class_nim_b_l_e_advertised_device.html#afde2edb305d4d78804b4750d1bc7aa38":[8,0,2,43], "class_nim_b_l_e_advertisement_data.html":[8,0,3], -"class_nim_b_l_e_advertisement_data.html#a00c9c605b9a1054ad056fc0f0f7ebf0d":[8,0,3,16], "class_nim_b_l_e_advertisement_data.html#a0399149f6359d33ca4781c8282844394":[8,0,3,27], "class_nim_b_l_e_advertisement_data.html#a043d49566c5d7a3e0808554587ad051b":[8,0,3,17], "class_nim_b_l_e_advertisement_data.html#a051d8f4ae66d2caa39351af8277bf0ed":[8,0,3,0], @@ -141,6 +141,7 @@ var NAVTREEINDEX0 = "class_nim_b_l_e_advertisement_data.html#adf8f35c7735f8a29130482b302f04006":[8,0,3,20], "class_nim_b_l_e_advertisement_data.html#ae179e55a5a133a66858047b29343bd75":[8,0,3,25], "class_nim_b_l_e_advertisement_data.html#aef5e7a5b2d3dd9c09b6a55582d7d22d6":[8,0,3,15], +"class_nim_b_l_e_advertisement_data.html#afa3e54526ad926e0d13cb31c620361c6":[8,0,3,16], "class_nim_b_l_e_advertisement_data.html#aff30e0d0dc95e1dc8bb1cb6858a4e813":[8,0,3,9], "class_nim_b_l_e_advertising.html":[8,0,4], "class_nim_b_l_e_advertising.html#a0d3c5cb3a93416a4206abb1f8e443ebf":[8,0,4,3], @@ -198,8 +199,8 @@ var NAVTREEINDEX0 = "class_nim_b_l_e_att_value.html#a86acbb5ab3a35b3d5692c2e05fdccadd":[8,0,6,13], "class_nim_b_l_e_att_value.html#a8ca8d07c06a79e30bf6279e6817e4881":[8,0,6,27], "class_nim_b_l_e_att_value.html#a91cbe0ba44781943390a80514383ee58":[8,0,6,14], -"class_nim_b_l_e_att_value.html#a98da1765d9cfd2d93cdac2fb7a108a79":[8,0,6,31], "class_nim_b_l_e_att_value.html#a98da1765d9cfd2d93cdac2fb7a108a79":[8,0,6,30], +"class_nim_b_l_e_att_value.html#a98da1765d9cfd2d93cdac2fb7a108a79":[8,0,6,31], "class_nim_b_l_e_att_value.html#aa217dfc649daed50eb75c7168442f86e":[8,0,6,9], "class_nim_b_l_e_att_value.html#aa53ee00be956c25596cf7cce71b502ba":[8,0,6,23], "class_nim_b_l_e_att_value.html#aa801ed93f65e8cbc507c6ea6f4f49294":[8,0,6,0], @@ -246,8 +247,7 @@ var NAVTREEINDEX0 = "class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954":[8,0,8,20], "class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954":[8,0,8,19], "class_nim_b_l_e_characteristic.html#aa5eb7de28ee6ec5661acac5c07abb11c":[8,0,8,16], -"class_nim_b_l_e_characteristic.html#aa824e4b90d8f9418d7c9ccc8735a6e31":[8,0,8,14], "class_nim_b_l_e_characteristic.html#aa824e4b90d8f9418d7c9ccc8735a6e31":[8,0,8,15], -"class_nim_b_l_e_characteristic.html#aa9817ffdcc2d57e65e4ec3d88836af3f":[8,0,8,5], -"class_nim_b_l_e_characteristic.html#aabdc2745d2523239a9ab3f02e39aa3cf":[8,0,8,17] +"class_nim_b_l_e_characteristic.html#aa824e4b90d8f9418d7c9ccc8735a6e31":[8,0,8,14], +"class_nim_b_l_e_characteristic.html#aa9817ffdcc2d57e65e4ec3d88836af3f":[8,0,8,5] }; diff --git a/navtreeindex1.js b/navtreeindex1.js index ae37c98..746d595 100644 --- a/navtreeindex1.js +++ b/navtreeindex1.js @@ -1,5 +1,6 @@ var NAVTREEINDEX1 = { +"class_nim_b_l_e_characteristic.html#aabdc2745d2523239a9ab3f02e39aa3cf":[8,0,8,17], "class_nim_b_l_e_characteristic.html#ab05a81528522e7f12acff65fa86f9a28":[8,0,8,18], "class_nim_b_l_e_characteristic.html#ac194f58f909f9e447949a41c2a7cdf00":[8,0,8,7], "class_nim_b_l_e_characteristic.html#ac4482e038124724d8bb6d147bcdb5481":[8,0,8,22], @@ -15,43 +16,42 @@ var NAVTREEINDEX1 = "class_nim_b_l_e_characteristic_callbacks.html#a6f9b1f0f15492e3d47662e5e2ff0baee":[8,0,9,1], "class_nim_b_l_e_characteristic_callbacks.html#ab4edbb758f0212fd190dedad6c9b8ec9":[8,0,9,3], "class_nim_b_l_e_client.html":[8,0,10], -"class_nim_b_l_e_client.html#a004a85999b1ee4283e1e8e1e31090cca":[8,0,10,29], -"class_nim_b_l_e_client.html#a0accd665926ea77d85ecb483b2b853fe":[8,0,10,9], -"class_nim_b_l_e_client.html#a0bdaf55b06367d1abd6f59bfbe1e8689":[8,0,10,24], -"class_nim_b_l_e_client.html#a0f940c51807469db1f1802b742180beb":[8,0,10,5], -"class_nim_b_l_e_client.html#a1019178a12799ca2c3a84f523b3a7db9":[8,0,10,8], -"class_nim_b_l_e_client.html#a165957953c2773dacc6a203c969f6069":[8,0,10,37], -"class_nim_b_l_e_client.html#a17718339f76eb621db0d7919c73b9267":[8,0,10,28], -"class_nim_b_l_e_client.html#a19d97b47f01f0862e04f3011752b2f2f":[8,0,10,10], -"class_nim_b_l_e_client.html#a2645d4a2f8e381bf9bbffdfca846ae17":[8,0,10,19], +"class_nim_b_l_e_client.html#a004a85999b1ee4283e1e8e1e31090cca":[8,0,10,28], +"class_nim_b_l_e_client.html#a0accd665926ea77d85ecb483b2b853fe":[8,0,10,8], +"class_nim_b_l_e_client.html#a0bdaf55b06367d1abd6f59bfbe1e8689":[8,0,10,23], +"class_nim_b_l_e_client.html#a0f940c51807469db1f1802b742180beb":[8,0,10,4], +"class_nim_b_l_e_client.html#a1019178a12799ca2c3a84f523b3a7db9":[8,0,10,7], +"class_nim_b_l_e_client.html#a165957953c2773dacc6a203c969f6069":[8,0,10,36], +"class_nim_b_l_e_client.html#a17718339f76eb621db0d7919c73b9267":[8,0,10,27], +"class_nim_b_l_e_client.html#a19d97b47f01f0862e04f3011752b2f2f":[8,0,10,9], +"class_nim_b_l_e_client.html#a2645d4a2f8e381bf9bbffdfca846ae17":[8,0,10,18], "class_nim_b_l_e_client.html#a26c8117d56d8b637780390a6506716be":[8,0,10,2], "class_nim_b_l_e_client.html#a27e53c3746bc2d20ea7cfcea1a123cbf":[8,0,10,3], -"class_nim_b_l_e_client.html#a2b49bc73802bf716cf3df3b5a93f0543":[8,0,10,4], -"class_nim_b_l_e_client.html#a2dac3bd373134ae6d22e3b5c96ed65ef":[8,0,10,25], -"class_nim_b_l_e_client.html#a36b298b70a42d32b8d578869b0763140":[8,0,10,7], -"class_nim_b_l_e_client.html#a3903fb7589e2b8b781f8f81f9e0f2a83":[8,0,10,23], -"class_nim_b_l_e_client.html#a44a6f7f9379e2fc129c37915636db61f":[8,0,10,17], -"class_nim_b_l_e_client.html#a4e8b16bb2c8ba3534bbd04803a411911":[8,0,10,31], -"class_nim_b_l_e_client.html#a50b691f395c4dcf4b633efede0783805":[8,0,10,14], -"class_nim_b_l_e_client.html#a665a5ef97b3ab0307bccc54872d3c218":[8,0,10,33], -"class_nim_b_l_e_client.html#a668d476de250055a106a9f46bb7719f3":[8,0,10,6], -"class_nim_b_l_e_client.html#a6b801e91a37745445499dadfb4c38597":[8,0,10,11], -"class_nim_b_l_e_client.html#a6ca4e212d5b69d4759bd695def020525":[8,0,10,18], -"class_nim_b_l_e_client.html#a7f3230e45ac77bd4cb50b5c270f9c74c":[8,0,10,16], -"class_nim_b_l_e_client.html#a89d5aee4deaba953b8f77af75e3ee910":[8,0,10,32], -"class_nim_b_l_e_client.html#a8ead2efdfdf23db4f7847a133939cd75":[8,0,10,35], -"class_nim_b_l_e_client.html#a967d0c75083706f336f2283eac6d0de2":[8,0,10,34], +"class_nim_b_l_e_client.html#a2dac3bd373134ae6d22e3b5c96ed65ef":[8,0,10,24], +"class_nim_b_l_e_client.html#a36b298b70a42d32b8d578869b0763140":[8,0,10,6], +"class_nim_b_l_e_client.html#a3903fb7589e2b8b781f8f81f9e0f2a83":[8,0,10,22], +"class_nim_b_l_e_client.html#a44a6f7f9379e2fc129c37915636db61f":[8,0,10,16], +"class_nim_b_l_e_client.html#a4e8b16bb2c8ba3534bbd04803a411911":[8,0,10,30], +"class_nim_b_l_e_client.html#a50b691f395c4dcf4b633efede0783805":[8,0,10,13], +"class_nim_b_l_e_client.html#a665a5ef97b3ab0307bccc54872d3c218":[8,0,10,32], +"class_nim_b_l_e_client.html#a668d476de250055a106a9f46bb7719f3":[8,0,10,5], +"class_nim_b_l_e_client.html#a6b801e91a37745445499dadfb4c38597":[8,0,10,10], +"class_nim_b_l_e_client.html#a6ca4e212d5b69d4759bd695def020525":[8,0,10,17], +"class_nim_b_l_e_client.html#a7f3230e45ac77bd4cb50b5c270f9c74c":[8,0,10,15], +"class_nim_b_l_e_client.html#a89d5aee4deaba953b8f77af75e3ee910":[8,0,10,31], +"class_nim_b_l_e_client.html#a8ead2efdfdf23db4f7847a133939cd75":[8,0,10,34], +"class_nim_b_l_e_client.html#a967d0c75083706f336f2283eac6d0de2":[8,0,10,33], "class_nim_b_l_e_client.html#ab09639b499fdcd0021a2432b2b8203f5":[8,0,10,0], -"class_nim_b_l_e_client.html#ac053fba7c84201dc6e7455231cf99f4a":[8,0,10,12], -"class_nim_b_l_e_client.html#ac1e517e5a57b0bd05d4bafa66a17f1bd":[8,0,10,13], -"class_nim_b_l_e_client.html#ad168d34de0f57f91824a78688b88b2b8":[8,0,10,36], -"class_nim_b_l_e_client.html#ad89d8202400ecb573ce0e2ec5fc801dc":[8,0,10,27], -"class_nim_b_l_e_client.html#ad8ba10522d79af1136019606802f0978":[8,0,10,21], -"class_nim_b_l_e_client.html#adefe48b87e8a814e1643cdb8c3759298":[8,0,10,22], -"class_nim_b_l_e_client.html#ae22379ab10bd82932d2303fb3753c366":[8,0,10,20], -"class_nim_b_l_e_client.html#aeb0593ebffa7e8833e5854480e41cce5":[8,0,10,15], -"class_nim_b_l_e_client.html#aeb3675ab243ae6f0e4e7165cd07f7b80":[8,0,10,30], -"class_nim_b_l_e_client.html#aeede4deef7421b9121387a786c07820c":[8,0,10,26], +"class_nim_b_l_e_client.html#ac053fba7c84201dc6e7455231cf99f4a":[8,0,10,11], +"class_nim_b_l_e_client.html#ac1e517e5a57b0bd05d4bafa66a17f1bd":[8,0,10,12], +"class_nim_b_l_e_client.html#ad168d34de0f57f91824a78688b88b2b8":[8,0,10,35], +"class_nim_b_l_e_client.html#ad89d8202400ecb573ce0e2ec5fc801dc":[8,0,10,26], +"class_nim_b_l_e_client.html#ad8ba10522d79af1136019606802f0978":[8,0,10,20], +"class_nim_b_l_e_client.html#adefe48b87e8a814e1643cdb8c3759298":[8,0,10,21], +"class_nim_b_l_e_client.html#ae22379ab10bd82932d2303fb3753c366":[8,0,10,19], +"class_nim_b_l_e_client.html#aeb0593ebffa7e8833e5854480e41cce5":[8,0,10,14], +"class_nim_b_l_e_client.html#aeb3675ab243ae6f0e4e7165cd07f7b80":[8,0,10,29], +"class_nim_b_l_e_client.html#aeede4deef7421b9121387a786c07820c":[8,0,10,25], "class_nim_b_l_e_client.html#af77b2a5390ea811e9405ff81dba8ecac":[8,0,10,1], "class_nim_b_l_e_client_callbacks.html":[8,0,11], "class_nim_b_l_e_client_callbacks.html#a4e91ebb66e46b7f3ccc6291ece0b549c":[8,0,11,9], @@ -88,166 +88,166 @@ var NAVTREEINDEX1 = "class_nim_b_l_e_descriptor_callbacks.html#a061576b56702a6aca62a38f2ba27ba98":[8,0,14,0], "class_nim_b_l_e_descriptor_callbacks.html#a2872d9e602d4e23cc63f55f5b2f76dd7":[8,0,14,1], "class_nim_b_l_e_device.html":[8,0,15], -"class_nim_b_l_e_eddystone_t_l_m.html":[8,0,16], -"class_nim_b_l_e_eddystone_t_l_m.html#a05989cc6df5d5dc423c878d2317ddb89":[8,0,16,9], -"class_nim_b_l_e_eddystone_t_l_m.html#a205e0e2efc09c4c5043f11aeddee4d63":[8,0,16,13], -"class_nim_b_l_e_eddystone_t_l_m.html#a32c448f92ce2e61a9589d1cb0d149d07":[8,0,16,1], -"class_nim_b_l_e_eddystone_t_l_m.html#a394d96131aecd687905fbff05196d4e6":[8,0,16,8], -"class_nim_b_l_e_eddystone_t_l_m.html#a49fdfb7c2edf2ae92f69856ec0ce4291":[8,0,16,12], -"class_nim_b_l_e_eddystone_t_l_m.html#a556a6b6a75693997390f3bacf6e5ca5e":[8,0,16,0], -"class_nim_b_l_e_eddystone_t_l_m.html#a6d033c09a513b2dfdad6f1b962b906a8":[8,0,16,7], -"class_nim_b_l_e_eddystone_t_l_m.html#a72589029e329c3939b05f9df5e8113ce":[8,0,16,2], -"class_nim_b_l_e_eddystone_t_l_m.html#a970ba10424567d17c961ed3b3ef83d8e":[8,0,16,15], -"class_nim_b_l_e_eddystone_t_l_m.html#a999d53f4bad59c2ebc688403f66474b1":[8,0,16,11], -"class_nim_b_l_e_eddystone_t_l_m.html#aa511375f22952c0f5846a51e6c2511c5":[8,0,16,4], -"class_nim_b_l_e_eddystone_t_l_m.html#ab1c4a13c2f57a6e0293810dd09be3db3":[8,0,16,3], -"class_nim_b_l_e_eddystone_t_l_m.html#ad69af8fe47502d922203916357f6c206":[8,0,16,14], -"class_nim_b_l_e_eddystone_t_l_m.html#ae9f17d2c1e4150775881babb73f0b10c":[8,0,16,5], -"class_nim_b_l_e_eddystone_t_l_m.html#af5ff73359f3c7f7e76395d32f4efe575":[8,0,16,10], -"class_nim_b_l_e_eddystone_t_l_m.html#af9862f983df6f48a96220e936d13d17b":[8,0,16,6], -"class_nim_b_l_e_ext_advertisement.html":[8,0,17], -"class_nim_b_l_e_ext_advertisement.html#a02fe1652f994e5bf76dc03381e47b39e":[8,0,17,14], -"class_nim_b_l_e_ext_advertisement.html#a048872d3793e7e0884f958b7c0719b9f":[8,0,17,16], -"class_nim_b_l_e_ext_advertisement.html#a0707d6393d91e1e8912cff65e3d030ca":[8,0,17,24], -"class_nim_b_l_e_ext_advertisement.html#a0e7a8731b021ba8813a3a9024171e926":[8,0,17,4], -"class_nim_b_l_e_ext_advertisement.html#a1391be9ee1b2ba1dc0548f2431b1d3af":[8,0,17,6], -"class_nim_b_l_e_ext_advertisement.html#a1b1c9d52252b651163826b0c6c098439":[8,0,17,15], -"class_nim_b_l_e_ext_advertisement.html#a1ef0dd63c99b5cab049a61c75c8e1ac2":[8,0,17,34], -"class_nim_b_l_e_ext_advertisement.html#a1f449f67deca3d7ef66c07d61c12d28e":[8,0,17,2], -"class_nim_b_l_e_ext_advertisement.html#a1fd2471e3ffd6dca56133eeb195a7662":[8,0,17,18], -"class_nim_b_l_e_ext_advertisement.html#a24034d49c9ebadd947db1ef839c8b138":[8,0,17,38], -"class_nim_b_l_e_ext_advertisement.html#a28a6b771e81c043d471d87a6aa5a7622":[8,0,17,10], -"class_nim_b_l_e_ext_advertisement.html#a2bcfe468c00347e93c0f4ac2b46654be":[8,0,17,43], -"class_nim_b_l_e_ext_advertisement.html#a2d95f2975f229386023348749305df43":[8,0,17,35], -"class_nim_b_l_e_ext_advertisement.html#a3a597fa81719aa3bbea590ee7b8c10fe":[8,0,17,25], -"class_nim_b_l_e_ext_advertisement.html#a45a7838bb2ca27edac22b02d77072e3c":[8,0,17,32], -"class_nim_b_l_e_ext_advertisement.html#a4b4bea2600ee592ffe6877fe8eac7872":[8,0,17,3], -"class_nim_b_l_e_ext_advertisement.html#a4c339022b5523d20cc7fa956c5dbe1be":[8,0,17,29], -"class_nim_b_l_e_ext_advertisement.html#a4d994e568031faf320eb988b9a2a372e":[8,0,17,28], -"class_nim_b_l_e_ext_advertisement.html#a4f8da0cb7cf2b3e18543e78b15b46918":[8,0,17,44], -"class_nim_b_l_e_ext_advertisement.html#a50dceb2c296b11957fc837a6dc420503":[8,0,17,27], -"class_nim_b_l_e_ext_advertisement.html#a52ee2ff1ccd011ed3410d52c0518728e":[8,0,17,23], -"class_nim_b_l_e_ext_advertisement.html#a54d2bb1e314a975643bcd7d038f1c164":[8,0,17,47], -"class_nim_b_l_e_ext_advertisement.html#a56418c5b331cecae3c5b644567329c56":[8,0,17,41], -"class_nim_b_l_e_ext_advertisement.html#a5ddd5bc3a96406518580bc33aab62a84":[8,0,17,13], -"class_nim_b_l_e_ext_advertisement.html#a63c2f5900752edad428304c5342b8458":[8,0,17,45], -"class_nim_b_l_e_ext_advertisement.html#a691335b073c8385b3e2e75c6962fbe3f":[8,0,17,46], -"class_nim_b_l_e_ext_advertisement.html#a6f4e01c26ab1d26123d81dfbc0f6f9f8":[8,0,17,42], -"class_nim_b_l_e_ext_advertisement.html#a7cb10f1b8cbfe6706144a20ee3258c63":[8,0,17,12], -"class_nim_b_l_e_ext_advertisement.html#a7cf145aa6be376efaddadc507f5018d0":[8,0,17,8], -"class_nim_b_l_e_ext_advertisement.html#a8388496cf91818138b10e898c7fc2bfc":[8,0,17,31], -"class_nim_b_l_e_ext_advertisement.html#a97eb35f2d1942178bc56e1a13fc0fc8b":[8,0,17,26], -"class_nim_b_l_e_ext_advertisement.html#a9e739c3117da31c486f8f4dd8d273c9c":[8,0,17,0], -"class_nim_b_l_e_ext_advertisement.html#aa423a004e031744463e82623142195d6":[8,0,17,5], -"class_nim_b_l_e_ext_advertisement.html#aaa47ca630ab01d75bdea8d252d10b506":[8,0,17,40], -"class_nim_b_l_e_ext_advertisement.html#aaaebae05827e8264f2ca6d4f23828bdf":[8,0,17,19], -"class_nim_b_l_e_ext_advertisement.html#aaf6c44bc23f03a72bc02c3d45a9adf1d":[8,0,17,7], -"class_nim_b_l_e_ext_advertisement.html#ab387e2739a3b8b207b965ba0cda70595":[8,0,17,1], -"class_nim_b_l_e_ext_advertisement.html#ab6103c5e86949d0e334101353b109775":[8,0,17,36], -"class_nim_b_l_e_ext_advertisement.html#ab71e5616a011eae51c58b4edfbd3bc71":[8,0,17,11], -"class_nim_b_l_e_ext_advertisement.html#abd02fa34228263fef2d2b875e6576316":[8,0,17,20], -"class_nim_b_l_e_ext_advertisement.html#ad8522542b90067e3a53076823d2087c3":[8,0,17,37], -"class_nim_b_l_e_ext_advertisement.html#ad968d1999c50acd24170be9d8d3ba095":[8,0,17,33], -"class_nim_b_l_e_ext_advertisement.html#adc868da6e3e33c3e21f78ac386e9eb50":[8,0,17,39], -"class_nim_b_l_e_ext_advertisement.html#ae3f915131471deba63c1275fc8557aa2":[8,0,17,9], -"class_nim_b_l_e_ext_advertisement.html#ae9777a0c544be6c674f4e39d56e930b8":[8,0,17,30], -"class_nim_b_l_e_ext_advertisement.html#af254895a52b1ee65f47ace003039514a":[8,0,17,17], -"class_nim_b_l_e_ext_advertisement.html#af7a99ce4a6fab8034435e6719e27e934":[8,0,17,22], -"class_nim_b_l_e_ext_advertisement.html#afbc963aac74110423c22537f905ca259":[8,0,17,21], -"class_nim_b_l_e_ext_advertising.html":[8,0,18], -"class_nim_b_l_e_ext_advertising.html#a1dd95b432a8dfdfda20974a25da21953":[8,0,18,11], -"class_nim_b_l_e_ext_advertising.html#a3ea2e93f8c3ce4498d30e4dac7b29109":[8,0,18,10], -"class_nim_b_l_e_ext_advertising.html#a477c57db99ce3b5e987d6838b661808f":[8,0,18,1], -"class_nim_b_l_e_ext_advertising.html#a50ecfdca2fee14c6bcfffa110cc5e25a":[8,0,18,9], -"class_nim_b_l_e_ext_advertising.html#a6fd8c8fff9fcb8be80c76774be031104":[8,0,18,2], -"class_nim_b_l_e_ext_advertising.html#a8c4df0be35301c90a39491b9e98d3e24":[8,0,18,4], -"class_nim_b_l_e_ext_advertising.html#abd7d35653a6831e75700eb5ac9ab5789":[8,0,18,3], -"class_nim_b_l_e_ext_advertising.html#ac669489f8d7d67fe8dfc48ef15c7985f":[8,0,18,8], -"class_nim_b_l_e_ext_advertising.html#acace5e9e195b65b61041f7007f9359ab":[8,0,18,5], -"class_nim_b_l_e_ext_advertising.html#add623162d46c952d692e26888c9f8826":[8,0,18,6], -"class_nim_b_l_e_ext_advertising.html#afbb3b7ea90d4a5b84bdc796c5844203e":[8,0,18,7], -"class_nim_b_l_e_ext_advertising.html#afe321b856d785b78242b2ea020a96af3":[8,0,18,0], -"class_nim_b_l_e_ext_advertising_callbacks.html":[8,0,19], -"class_nim_b_l_e_ext_advertising_callbacks.html#add0646acf63c19e96c499b737144d8fe":[8,0,19,1], -"class_nim_b_l_e_ext_advertising_callbacks.html#aeec59f9c28ef5e257e4e8fd306d92ccd":[8,0,19,0], -"class_nim_b_l_e_h_i_d_device.html":[8,0,20], -"class_nim_b_l_e_h_i_d_device.html#a1bdd21f3cc61d0128b06cdfd9588d6f5":[8,0,20,13], -"class_nim_b_l_e_h_i_d_device.html#a21aa774e08a344fc98e217c79c9ddf12":[8,0,20,8], -"class_nim_b_l_e_h_i_d_device.html#a2aea1e924f327152db713834bc2ad5a6":[8,0,20,9], -"class_nim_b_l_e_h_i_d_device.html#a323892b69461ac6fc081432f633eda3e":[8,0,20,1], -"class_nim_b_l_e_h_i_d_device.html#a33821f02034b8ed47f3cd0555ac9e949":[8,0,20,0], -"class_nim_b_l_e_h_i_d_device.html#a35c42432a5a8f5b3286293bea1b9f397":[8,0,20,17], -"class_nim_b_l_e_h_i_d_device.html#a5984042cd05ea4ead895f5577133a235":[8,0,20,20], -"class_nim_b_l_e_h_i_d_device.html#a7d6592bba748b4be7ed1e4fb9275d346":[8,0,20,5], -"class_nim_b_l_e_h_i_d_device.html#a956ea4caa4f5bac7cda3bdb152ac1176":[8,0,20,3], -"class_nim_b_l_e_h_i_d_device.html#ab0495fb5fbee85277a14a0b9476a0239":[8,0,20,18], -"class_nim_b_l_e_h_i_d_device.html#ab24968002ba94c2029e9d55364e1ec2b":[8,0,20,15], -"class_nim_b_l_e_h_i_d_device.html#ab29c3d71cd592aa867b8c6655d586f24":[8,0,20,7], -"class_nim_b_l_e_h_i_d_device.html#abda5099d23c7111e99d8d755565be84a":[8,0,20,12], -"class_nim_b_l_e_h_i_d_device.html#abdc7efa80e3a1cc9c35bcce012c1d37c":[8,0,20,19], -"class_nim_b_l_e_h_i_d_device.html#ac34cb2703dc655220270604e2a28cf41":[8,0,20,6], -"class_nim_b_l_e_h_i_d_device.html#ace0ea997b5c986bb8a56cd8673163203":[8,0,20,11], -"class_nim_b_l_e_h_i_d_device.html#ad2584be6dfe497dc83686a51ff0194f6":[8,0,20,4], -"class_nim_b_l_e_h_i_d_device.html#adce27e45dc04de669c512f6550efadc7":[8,0,20,2], -"class_nim_b_l_e_h_i_d_device.html#aea007674892608877cdbf9122208ba28":[8,0,20,16], -"class_nim_b_l_e_h_i_d_device.html#af2f973843304c2d513963a9dbbc48714":[8,0,20,10], -"class_nim_b_l_e_h_i_d_device.html#afe75c42779aef757cd3ba84ec281efb5":[8,0,20,14], -"class_nim_b_l_e_local_attribute.html":[8,0,21], -"class_nim_b_l_e_local_attribute.html#a4d8b3828536a49051311bc236157a8a4":[8,0,21,3], -"class_nim_b_l_e_local_attribute.html#a7664b8e5353f33ebfcff20a63273fe55":[8,0,21,2], -"class_nim_b_l_e_local_attribute.html#a9fd2c2130f8bea42f86ee0d3263e9788":[8,0,21,0], -"class_nim_b_l_e_local_attribute.html#af3a224e382c76e2bc2040d033e4f165b":[8,0,21,1], -"class_nim_b_l_e_remote_characteristic.html":[8,0,22], -"class_nim_b_l_e_remote_characteristic.html#a03c4da5f5fc36bd5f66c39aed3feb6f2":[8,0,22,8], -"class_nim_b_l_e_remote_characteristic.html#a0920d576b12ee1e20a724a7da836d153":[8,0,22,6], -"class_nim_b_l_e_remote_characteristic.html#a0d8e8ae12a89d64d0ca52dd3b3b7c67d":[8,0,22,1], -"class_nim_b_l_e_remote_characteristic.html#a160cf1b93ae583038606d27b258156e9":[8,0,22,0], -"class_nim_b_l_e_remote_characteristic.html#a17aea026b6a795dbb6bcdc27bbe3d17e":[8,0,22,10], -"class_nim_b_l_e_remote_characteristic.html#a1b021f9ca0501abed573daee878b51eb":[8,0,22,9], -"class_nim_b_l_e_remote_characteristic.html#a1b3bbd1bcdde6dd952ee69ebad0ffc58":[8,0,22,13], -"class_nim_b_l_e_remote_characteristic.html#a27746c8b2405beb1d44567e2c1f85f87":[8,0,22,12], -"class_nim_b_l_e_remote_characteristic.html#a3ba2263c976bd4ece81a6b37e09fa121":[8,0,22,5], -"class_nim_b_l_e_remote_characteristic.html#a4be19e1a3a82f3db0fa8a7236638b737":[8,0,22,4], -"class_nim_b_l_e_remote_characteristic.html#a64a74ffc6612cf4a42f33836e34887f0":[8,0,22,17], -"class_nim_b_l_e_remote_characteristic.html#a79dbe281933d8cab342a5506746b9ded":[8,0,22,2], -"class_nim_b_l_e_remote_characteristic.html#a8a2e29de02b97c99e88ce1a56e54cdd7":[8,0,22,11], -"class_nim_b_l_e_remote_characteristic.html#ad77a00c64a83dd58e985e3bbefd87ce2":[8,0,22,16], -"class_nim_b_l_e_remote_characteristic.html#adf445e6bd9dee047a61c708ae943304a":[8,0,22,15], -"class_nim_b_l_e_remote_characteristic.html#ae3b10383d5b72bdf241bb2f215836772":[8,0,22,3], -"class_nim_b_l_e_remote_characteristic.html#afb07f80d83e41768d228b92210b83657":[8,0,22,7], -"class_nim_b_l_e_remote_characteristic.html#aff5a242abcba3f239bd177cebc69e1cb":[8,0,22,14], -"class_nim_b_l_e_remote_descriptor.html":[8,0,23], -"class_nim_b_l_e_remote_descriptor.html#a05befb3c020c14f6b49439fd784a868c":[8,0,23,0], -"class_nim_b_l_e_remote_descriptor.html#aeea50cff665118bfa5ac755934755735":[8,0,23,1], -"class_nim_b_l_e_remote_service.html":[8,0,24], -"class_nim_b_l_e_remote_service.html#a0d571db36b8af93b35d44f7cf4afa5ed":[8,0,24,9], -"class_nim_b_l_e_remote_service.html#a2f56031169ebeefcd834fff971a972c2":[8,0,24,7], -"class_nim_b_l_e_remote_service.html#a347e848039121cbf3005349f9aa50680":[8,0,24,10], -"class_nim_b_l_e_remote_service.html#a404ee02ca3ecf8c9d244029ede066bda":[8,0,24,5], -"class_nim_b_l_e_remote_service.html#a4c00a195d20c8eba714979427f90c239":[8,0,24,3], -"class_nim_b_l_e_remote_service.html#a5b07f0756c401d40396886e80d64b03b":[8,0,24,6], -"class_nim_b_l_e_remote_service.html#a7248e58b58753d8b44c420617d854408":[8,0,24,2], -"class_nim_b_l_e_remote_service.html#a828d57a4691d25e9e0e6124c3b0f1ac2":[8,0,24,1], -"class_nim_b_l_e_remote_service.html#a99e6d6a6fba063b2c165cf8adb19d6e3":[8,0,24,0], -"class_nim_b_l_e_remote_service.html#ac2f19f76f0c0ac9b0efe2baa2ad2f7ec":[8,0,24,8], -"class_nim_b_l_e_remote_service.html#ae10ddb56bc48bd06538ab49e4a561594":[8,0,24,4], -"class_nim_b_l_e_scan.html":[8,0,25], -"class_nim_b_l_e_scan.html#a0fec97ad0f4ff191bb853138c30d5316":[8,0,25,15], -"class_nim_b_l_e_scan.html#a17f2f775b5e6793f06a412f840d5dceb":[8,0,25,13], -"class_nim_b_l_e_scan.html#a2ae53719546e2d410c816e12c56aad61":[8,0,25,3], -"class_nim_b_l_e_scan.html#a3b0d41fc5d9113a02357c1b2a43c5d1d":[8,0,25,14], -"class_nim_b_l_e_scan.html#a4248aabb5da67953eadab2a6f834d967":[8,0,25,8], -"class_nim_b_l_e_scan.html#a4c3e1794c3e56acba76ee269ffb1393e":[8,0,25,9], -"class_nim_b_l_e_scan.html#a566a9ef25b04e946ac23402bb760cda1":[8,0,25,1], -"class_nim_b_l_e_scan.html#a68fa5cc715f62a9a97ac0dccfb8557c1":[8,0,25,17], -"class_nim_b_l_e_scan.html#a77483be2bd9dad08322cc64f4e7012c1":[8,0,25,10], -"class_nim_b_l_e_scan.html#a7d24e77d6b339552b6ac16effdb54910":[8,0,25,6], -"class_nim_b_l_e_scan.html#aaace4d0b128b6294276347f6790f3f8b":[8,0,25,12], -"class_nim_b_l_e_scan.html#aabbf3f1804a844a7db0284ecc2b78408":[8,0,25,7], -"class_nim_b_l_e_scan.html#aad9cd2462d00d7c0fa39d095aa2d8e81":[8,0,25,11], -"class_nim_b_l_e_scan.html#ab788ad282fdbf4467302f6ad2d4d6016":[8,0,25,5], -"class_nim_b_l_e_scan.html#ac1307f30a881688d3a4d57bac7abe02c":[8,0,25,16], -"class_nim_b_l_e_scan.html#acaa40328d16e040e9f92cba4819cb045":[8,0,25,2], -"class_nim_b_l_e_scan.html#ad421a09eeb021755b193a7a5e01f183b":[8,0,25,0], -"class_nim_b_l_e_scan.html#ade1492b5d1b5d97efa76cd41583bfc96":[8,0,25,4] +"class_nim_b_l_e_device_callbacks.html":[8,0,16], +"class_nim_b_l_e_device_callbacks.html#aa0584e7aee6b90e377fc7ef34e89b419":[8,0,16,0], +"class_nim_b_l_e_eddystone_t_l_m.html":[8,0,17], +"class_nim_b_l_e_eddystone_t_l_m.html#a05989cc6df5d5dc423c878d2317ddb89":[8,0,17,9], +"class_nim_b_l_e_eddystone_t_l_m.html#a205e0e2efc09c4c5043f11aeddee4d63":[8,0,17,13], +"class_nim_b_l_e_eddystone_t_l_m.html#a32c448f92ce2e61a9589d1cb0d149d07":[8,0,17,1], +"class_nim_b_l_e_eddystone_t_l_m.html#a394d96131aecd687905fbff05196d4e6":[8,0,17,8], +"class_nim_b_l_e_eddystone_t_l_m.html#a49fdfb7c2edf2ae92f69856ec0ce4291":[8,0,17,12], +"class_nim_b_l_e_eddystone_t_l_m.html#a556a6b6a75693997390f3bacf6e5ca5e":[8,0,17,0], +"class_nim_b_l_e_eddystone_t_l_m.html#a6d033c09a513b2dfdad6f1b962b906a8":[8,0,17,7], +"class_nim_b_l_e_eddystone_t_l_m.html#a72589029e329c3939b05f9df5e8113ce":[8,0,17,2], +"class_nim_b_l_e_eddystone_t_l_m.html#a970ba10424567d17c961ed3b3ef83d8e":[8,0,17,15], +"class_nim_b_l_e_eddystone_t_l_m.html#a999d53f4bad59c2ebc688403f66474b1":[8,0,17,11], +"class_nim_b_l_e_eddystone_t_l_m.html#aa511375f22952c0f5846a51e6c2511c5":[8,0,17,4], +"class_nim_b_l_e_eddystone_t_l_m.html#ab1c4a13c2f57a6e0293810dd09be3db3":[8,0,17,3], +"class_nim_b_l_e_eddystone_t_l_m.html#ad69af8fe47502d922203916357f6c206":[8,0,17,14], +"class_nim_b_l_e_eddystone_t_l_m.html#ae9f17d2c1e4150775881babb73f0b10c":[8,0,17,5], +"class_nim_b_l_e_eddystone_t_l_m.html#af5ff73359f3c7f7e76395d32f4efe575":[8,0,17,10], +"class_nim_b_l_e_eddystone_t_l_m.html#af9862f983df6f48a96220e936d13d17b":[8,0,17,6], +"class_nim_b_l_e_ext_advertisement.html":[8,0,18], +"class_nim_b_l_e_ext_advertisement.html#a02fe1652f994e5bf76dc03381e47b39e":[8,0,18,14], +"class_nim_b_l_e_ext_advertisement.html#a048872d3793e7e0884f958b7c0719b9f":[8,0,18,16], +"class_nim_b_l_e_ext_advertisement.html#a0707d6393d91e1e8912cff65e3d030ca":[8,0,18,24], +"class_nim_b_l_e_ext_advertisement.html#a0e7a8731b021ba8813a3a9024171e926":[8,0,18,4], +"class_nim_b_l_e_ext_advertisement.html#a1391be9ee1b2ba1dc0548f2431b1d3af":[8,0,18,6], +"class_nim_b_l_e_ext_advertisement.html#a1b1c9d52252b651163826b0c6c098439":[8,0,18,15], +"class_nim_b_l_e_ext_advertisement.html#a1ef0dd63c99b5cab049a61c75c8e1ac2":[8,0,18,34], +"class_nim_b_l_e_ext_advertisement.html#a1f449f67deca3d7ef66c07d61c12d28e":[8,0,18,2], +"class_nim_b_l_e_ext_advertisement.html#a1fd2471e3ffd6dca56133eeb195a7662":[8,0,18,18], +"class_nim_b_l_e_ext_advertisement.html#a24034d49c9ebadd947db1ef839c8b138":[8,0,18,38], +"class_nim_b_l_e_ext_advertisement.html#a28a6b771e81c043d471d87a6aa5a7622":[8,0,18,10], +"class_nim_b_l_e_ext_advertisement.html#a2bcfe468c00347e93c0f4ac2b46654be":[8,0,18,43], +"class_nim_b_l_e_ext_advertisement.html#a2d95f2975f229386023348749305df43":[8,0,18,35], +"class_nim_b_l_e_ext_advertisement.html#a3a597fa81719aa3bbea590ee7b8c10fe":[8,0,18,25], +"class_nim_b_l_e_ext_advertisement.html#a45a7838bb2ca27edac22b02d77072e3c":[8,0,18,32], +"class_nim_b_l_e_ext_advertisement.html#a4b4bea2600ee592ffe6877fe8eac7872":[8,0,18,3], +"class_nim_b_l_e_ext_advertisement.html#a4c339022b5523d20cc7fa956c5dbe1be":[8,0,18,29], +"class_nim_b_l_e_ext_advertisement.html#a4d994e568031faf320eb988b9a2a372e":[8,0,18,28], +"class_nim_b_l_e_ext_advertisement.html#a4f8da0cb7cf2b3e18543e78b15b46918":[8,0,18,44], +"class_nim_b_l_e_ext_advertisement.html#a50dceb2c296b11957fc837a6dc420503":[8,0,18,27], +"class_nim_b_l_e_ext_advertisement.html#a52ee2ff1ccd011ed3410d52c0518728e":[8,0,18,23], +"class_nim_b_l_e_ext_advertisement.html#a54d2bb1e314a975643bcd7d038f1c164":[8,0,18,47], +"class_nim_b_l_e_ext_advertisement.html#a56418c5b331cecae3c5b644567329c56":[8,0,18,41], +"class_nim_b_l_e_ext_advertisement.html#a5ddd5bc3a96406518580bc33aab62a84":[8,0,18,13], +"class_nim_b_l_e_ext_advertisement.html#a63c2f5900752edad428304c5342b8458":[8,0,18,45], +"class_nim_b_l_e_ext_advertisement.html#a691335b073c8385b3e2e75c6962fbe3f":[8,0,18,46], +"class_nim_b_l_e_ext_advertisement.html#a6f4e01c26ab1d26123d81dfbc0f6f9f8":[8,0,18,42], +"class_nim_b_l_e_ext_advertisement.html#a7cb10f1b8cbfe6706144a20ee3258c63":[8,0,18,12], +"class_nim_b_l_e_ext_advertisement.html#a7cf145aa6be376efaddadc507f5018d0":[8,0,18,8], +"class_nim_b_l_e_ext_advertisement.html#a8388496cf91818138b10e898c7fc2bfc":[8,0,18,31], +"class_nim_b_l_e_ext_advertisement.html#a97eb35f2d1942178bc56e1a13fc0fc8b":[8,0,18,26], +"class_nim_b_l_e_ext_advertisement.html#a9e739c3117da31c486f8f4dd8d273c9c":[8,0,18,0], +"class_nim_b_l_e_ext_advertisement.html#aa423a004e031744463e82623142195d6":[8,0,18,5], +"class_nim_b_l_e_ext_advertisement.html#aaa47ca630ab01d75bdea8d252d10b506":[8,0,18,40], +"class_nim_b_l_e_ext_advertisement.html#aaaebae05827e8264f2ca6d4f23828bdf":[8,0,18,19], +"class_nim_b_l_e_ext_advertisement.html#aaf6c44bc23f03a72bc02c3d45a9adf1d":[8,0,18,7], +"class_nim_b_l_e_ext_advertisement.html#ab387e2739a3b8b207b965ba0cda70595":[8,0,18,1], +"class_nim_b_l_e_ext_advertisement.html#ab6103c5e86949d0e334101353b109775":[8,0,18,36], +"class_nim_b_l_e_ext_advertisement.html#ab71e5616a011eae51c58b4edfbd3bc71":[8,0,18,11], +"class_nim_b_l_e_ext_advertisement.html#abd02fa34228263fef2d2b875e6576316":[8,0,18,20], +"class_nim_b_l_e_ext_advertisement.html#ad8522542b90067e3a53076823d2087c3":[8,0,18,37], +"class_nim_b_l_e_ext_advertisement.html#ad968d1999c50acd24170be9d8d3ba095":[8,0,18,33], +"class_nim_b_l_e_ext_advertisement.html#adc868da6e3e33c3e21f78ac386e9eb50":[8,0,18,39], +"class_nim_b_l_e_ext_advertisement.html#ae3f915131471deba63c1275fc8557aa2":[8,0,18,9], +"class_nim_b_l_e_ext_advertisement.html#ae9777a0c544be6c674f4e39d56e930b8":[8,0,18,30], +"class_nim_b_l_e_ext_advertisement.html#af254895a52b1ee65f47ace003039514a":[8,0,18,17], +"class_nim_b_l_e_ext_advertisement.html#af7a99ce4a6fab8034435e6719e27e934":[8,0,18,22], +"class_nim_b_l_e_ext_advertisement.html#afbc963aac74110423c22537f905ca259":[8,0,18,21], +"class_nim_b_l_e_ext_advertising.html":[8,0,19], +"class_nim_b_l_e_ext_advertising.html#a1dd95b432a8dfdfda20974a25da21953":[8,0,19,11], +"class_nim_b_l_e_ext_advertising.html#a3ea2e93f8c3ce4498d30e4dac7b29109":[8,0,19,10], +"class_nim_b_l_e_ext_advertising.html#a477c57db99ce3b5e987d6838b661808f":[8,0,19,1], +"class_nim_b_l_e_ext_advertising.html#a50ecfdca2fee14c6bcfffa110cc5e25a":[8,0,19,9], +"class_nim_b_l_e_ext_advertising.html#a6fd8c8fff9fcb8be80c76774be031104":[8,0,19,2], +"class_nim_b_l_e_ext_advertising.html#a8c4df0be35301c90a39491b9e98d3e24":[8,0,19,4], +"class_nim_b_l_e_ext_advertising.html#abd7d35653a6831e75700eb5ac9ab5789":[8,0,19,3], +"class_nim_b_l_e_ext_advertising.html#ac669489f8d7d67fe8dfc48ef15c7985f":[8,0,19,8], +"class_nim_b_l_e_ext_advertising.html#acace5e9e195b65b61041f7007f9359ab":[8,0,19,5], +"class_nim_b_l_e_ext_advertising.html#add623162d46c952d692e26888c9f8826":[8,0,19,6], +"class_nim_b_l_e_ext_advertising.html#afbb3b7ea90d4a5b84bdc796c5844203e":[8,0,19,7], +"class_nim_b_l_e_ext_advertising.html#afe321b856d785b78242b2ea020a96af3":[8,0,19,0], +"class_nim_b_l_e_ext_advertising_callbacks.html":[8,0,20], +"class_nim_b_l_e_ext_advertising_callbacks.html#add0646acf63c19e96c499b737144d8fe":[8,0,20,1], +"class_nim_b_l_e_ext_advertising_callbacks.html#aeec59f9c28ef5e257e4e8fd306d92ccd":[8,0,20,0], +"class_nim_b_l_e_h_i_d_device.html":[8,0,21], +"class_nim_b_l_e_h_i_d_device.html#a1bdd21f3cc61d0128b06cdfd9588d6f5":[8,0,21,13], +"class_nim_b_l_e_h_i_d_device.html#a21aa774e08a344fc98e217c79c9ddf12":[8,0,21,8], +"class_nim_b_l_e_h_i_d_device.html#a2aea1e924f327152db713834bc2ad5a6":[8,0,21,9], +"class_nim_b_l_e_h_i_d_device.html#a323892b69461ac6fc081432f633eda3e":[8,0,21,1], +"class_nim_b_l_e_h_i_d_device.html#a33821f02034b8ed47f3cd0555ac9e949":[8,0,21,0], +"class_nim_b_l_e_h_i_d_device.html#a35c42432a5a8f5b3286293bea1b9f397":[8,0,21,17], +"class_nim_b_l_e_h_i_d_device.html#a5984042cd05ea4ead895f5577133a235":[8,0,21,20], +"class_nim_b_l_e_h_i_d_device.html#a7d6592bba748b4be7ed1e4fb9275d346":[8,0,21,5], +"class_nim_b_l_e_h_i_d_device.html#a956ea4caa4f5bac7cda3bdb152ac1176":[8,0,21,3], +"class_nim_b_l_e_h_i_d_device.html#ab0495fb5fbee85277a14a0b9476a0239":[8,0,21,18], +"class_nim_b_l_e_h_i_d_device.html#ab24968002ba94c2029e9d55364e1ec2b":[8,0,21,15], +"class_nim_b_l_e_h_i_d_device.html#ab29c3d71cd592aa867b8c6655d586f24":[8,0,21,7], +"class_nim_b_l_e_h_i_d_device.html#abda5099d23c7111e99d8d755565be84a":[8,0,21,12], +"class_nim_b_l_e_h_i_d_device.html#abdc7efa80e3a1cc9c35bcce012c1d37c":[8,0,21,19], +"class_nim_b_l_e_h_i_d_device.html#ac34cb2703dc655220270604e2a28cf41":[8,0,21,6], +"class_nim_b_l_e_h_i_d_device.html#ace0ea997b5c986bb8a56cd8673163203":[8,0,21,11], +"class_nim_b_l_e_h_i_d_device.html#ad2584be6dfe497dc83686a51ff0194f6":[8,0,21,4], +"class_nim_b_l_e_h_i_d_device.html#adce27e45dc04de669c512f6550efadc7":[8,0,21,2], +"class_nim_b_l_e_h_i_d_device.html#aea007674892608877cdbf9122208ba28":[8,0,21,16], +"class_nim_b_l_e_h_i_d_device.html#af2f973843304c2d513963a9dbbc48714":[8,0,21,10], +"class_nim_b_l_e_h_i_d_device.html#afe75c42779aef757cd3ba84ec281efb5":[8,0,21,14], +"class_nim_b_l_e_local_attribute.html":[8,0,22], +"class_nim_b_l_e_local_attribute.html#a4d8b3828536a49051311bc236157a8a4":[8,0,22,3], +"class_nim_b_l_e_local_attribute.html#a7664b8e5353f33ebfcff20a63273fe55":[8,0,22,2], +"class_nim_b_l_e_local_attribute.html#a9fd2c2130f8bea42f86ee0d3263e9788":[8,0,22,0], +"class_nim_b_l_e_local_attribute.html#af3a224e382c76e2bc2040d033e4f165b":[8,0,22,1], +"class_nim_b_l_e_remote_characteristic.html":[8,0,23], +"class_nim_b_l_e_remote_characteristic.html#a03c4da5f5fc36bd5f66c39aed3feb6f2":[8,0,23,8], +"class_nim_b_l_e_remote_characteristic.html#a0920d576b12ee1e20a724a7da836d153":[8,0,23,6], +"class_nim_b_l_e_remote_characteristic.html#a0d8e8ae12a89d64d0ca52dd3b3b7c67d":[8,0,23,1], +"class_nim_b_l_e_remote_characteristic.html#a160cf1b93ae583038606d27b258156e9":[8,0,23,0], +"class_nim_b_l_e_remote_characteristic.html#a17aea026b6a795dbb6bcdc27bbe3d17e":[8,0,23,10], +"class_nim_b_l_e_remote_characteristic.html#a1b021f9ca0501abed573daee878b51eb":[8,0,23,9], +"class_nim_b_l_e_remote_characteristic.html#a1b3bbd1bcdde6dd952ee69ebad0ffc58":[8,0,23,13], +"class_nim_b_l_e_remote_characteristic.html#a27746c8b2405beb1d44567e2c1f85f87":[8,0,23,12], +"class_nim_b_l_e_remote_characteristic.html#a3ba2263c976bd4ece81a6b37e09fa121":[8,0,23,5], +"class_nim_b_l_e_remote_characteristic.html#a4be19e1a3a82f3db0fa8a7236638b737":[8,0,23,4], +"class_nim_b_l_e_remote_characteristic.html#a64a74ffc6612cf4a42f33836e34887f0":[8,0,23,17], +"class_nim_b_l_e_remote_characteristic.html#a79dbe281933d8cab342a5506746b9ded":[8,0,23,2], +"class_nim_b_l_e_remote_characteristic.html#a8a2e29de02b97c99e88ce1a56e54cdd7":[8,0,23,11], +"class_nim_b_l_e_remote_characteristic.html#ad77a00c64a83dd58e985e3bbefd87ce2":[8,0,23,16], +"class_nim_b_l_e_remote_characteristic.html#adf445e6bd9dee047a61c708ae943304a":[8,0,23,15], +"class_nim_b_l_e_remote_characteristic.html#ae3b10383d5b72bdf241bb2f215836772":[8,0,23,3], +"class_nim_b_l_e_remote_characteristic.html#afb07f80d83e41768d228b92210b83657":[8,0,23,7], +"class_nim_b_l_e_remote_characteristic.html#aff5a242abcba3f239bd177cebc69e1cb":[8,0,23,14], +"class_nim_b_l_e_remote_descriptor.html":[8,0,24], +"class_nim_b_l_e_remote_descriptor.html#a05befb3c020c14f6b49439fd784a868c":[8,0,24,0], +"class_nim_b_l_e_remote_descriptor.html#aeea50cff665118bfa5ac755934755735":[8,0,24,1], +"class_nim_b_l_e_remote_service.html":[8,0,25], +"class_nim_b_l_e_remote_service.html#a0d571db36b8af93b35d44f7cf4afa5ed":[8,0,25,9], +"class_nim_b_l_e_remote_service.html#a2f56031169ebeefcd834fff971a972c2":[8,0,25,7], +"class_nim_b_l_e_remote_service.html#a347e848039121cbf3005349f9aa50680":[8,0,25,10], +"class_nim_b_l_e_remote_service.html#a404ee02ca3ecf8c9d244029ede066bda":[8,0,25,5], +"class_nim_b_l_e_remote_service.html#a4c00a195d20c8eba714979427f90c239":[8,0,25,3], +"class_nim_b_l_e_remote_service.html#a5b07f0756c401d40396886e80d64b03b":[8,0,25,6], +"class_nim_b_l_e_remote_service.html#a7248e58b58753d8b44c420617d854408":[8,0,25,2], +"class_nim_b_l_e_remote_service.html#a828d57a4691d25e9e0e6124c3b0f1ac2":[8,0,25,1], +"class_nim_b_l_e_remote_service.html#a99e6d6a6fba063b2c165cf8adb19d6e3":[8,0,25,0], +"class_nim_b_l_e_remote_service.html#ac2f19f76f0c0ac9b0efe2baa2ad2f7ec":[8,0,25,8], +"class_nim_b_l_e_remote_service.html#ae10ddb56bc48bd06538ab49e4a561594":[8,0,25,4], +"class_nim_b_l_e_scan.html":[8,0,26], +"class_nim_b_l_e_scan.html#a0fec97ad0f4ff191bb853138c30d5316":[8,0,26,15], +"class_nim_b_l_e_scan.html#a17f2f775b5e6793f06a412f840d5dceb":[8,0,26,13], +"class_nim_b_l_e_scan.html#a2ae53719546e2d410c816e12c56aad61":[8,0,26,3], +"class_nim_b_l_e_scan.html#a3b0d41fc5d9113a02357c1b2a43c5d1d":[8,0,26,14], +"class_nim_b_l_e_scan.html#a4248aabb5da67953eadab2a6f834d967":[8,0,26,8], +"class_nim_b_l_e_scan.html#a4c3e1794c3e56acba76ee269ffb1393e":[8,0,26,9], +"class_nim_b_l_e_scan.html#a566a9ef25b04e946ac23402bb760cda1":[8,0,26,1], +"class_nim_b_l_e_scan.html#a68fa5cc715f62a9a97ac0dccfb8557c1":[8,0,26,17], +"class_nim_b_l_e_scan.html#a77483be2bd9dad08322cc64f4e7012c1":[8,0,26,10], +"class_nim_b_l_e_scan.html#a7d24e77d6b339552b6ac16effdb54910":[8,0,26,6], +"class_nim_b_l_e_scan.html#aaace4d0b128b6294276347f6790f3f8b":[8,0,26,12], +"class_nim_b_l_e_scan.html#aabbf3f1804a844a7db0284ecc2b78408":[8,0,26,7], +"class_nim_b_l_e_scan.html#aad9cd2462d00d7c0fa39d095aa2d8e81":[8,0,26,11], +"class_nim_b_l_e_scan.html#ab788ad282fdbf4467302f6ad2d4d6016":[8,0,26,5], +"class_nim_b_l_e_scan.html#ac1307f30a881688d3a4d57bac7abe02c":[8,0,26,16], +"class_nim_b_l_e_scan.html#acaa40328d16e040e9f92cba4819cb045":[8,0,26,2] }; diff --git a/navtreeindex2.js b/navtreeindex2.js index 56d05ac..354ca53 100644 --- a/navtreeindex2.js +++ b/navtreeindex2.js @@ -1,97 +1,99 @@ var NAVTREEINDEX2 = { -"class_nim_b_l_e_scan_callbacks.html":[8,0,26], -"class_nim_b_l_e_scan_callbacks.html#a1f9b5eac5982340afbb84954a4c06277":[8,0,26,0], -"class_nim_b_l_e_scan_callbacks.html#a61c11db405e87ec847066ca3b6ad8375":[8,0,26,2], -"class_nim_b_l_e_scan_callbacks.html#a962d8b08cf14ac3091e6fd6962d7e283":[8,0,26,1], -"class_nim_b_l_e_scan_results.html":[8,0,27], -"class_nim_b_l_e_scan_results.html#a2547ebc0f9f0e1f48346ff0188ed6479":[8,0,27,2], -"class_nim_b_l_e_scan_results.html#a59c62c0825917ebb26bcb1efa2a98f4d":[8,0,27,3], -"class_nim_b_l_e_scan_results.html#a5a0b1dc434c4ad68ae5ce233eeacc230":[8,0,27,0], -"class_nim_b_l_e_scan_results.html#a98b106a3929919bf2c80cc0dfff59ba1":[8,0,27,5], -"class_nim_b_l_e_scan_results.html#aa96e8a647f0db95e2fa8cfae44f6d92e":[8,0,27,4], -"class_nim_b_l_e_scan_results.html#af143b1aa3bd67157dd263fcbeb4827ba":[8,0,27,1], -"class_nim_b_l_e_server.html":[8,0,28], -"class_nim_b_l_e_server.html#a00c92f62f41ec1c499dfaf042b487d75":[8,0,28,20], -"class_nim_b_l_e_server.html#a0697fab04372df6412d3e948f3d55654":[8,0,28,24], -"class_nim_b_l_e_server.html#a08916d16ea00b4718bd6241bd407829f":[8,0,28,14], -"class_nim_b_l_e_server.html#a0b009a568399014462a5ba7700b0129e":[8,0,28,17], -"class_nim_b_l_e_server.html#a1513647f2c8a565404410a5dbd71a9ce":[8,0,28,13], -"class_nim_b_l_e_server.html#a1cedae8a9346f605b8319cbc8209f0df":[8,0,28,11], -"class_nim_b_l_e_server.html#a1da4f645f62b523eb6383ff7d1ed76c6":[8,0,28,26], -"class_nim_b_l_e_server.html#a26af61c030e9ad1108b24df4d3b6b633":[8,0,28,18], -"class_nim_b_l_e_server.html#a31f73892bcf7eb66ee540bf1da9c419c":[8,0,28,9], -"class_nim_b_l_e_server.html#a3bedf02970de34eaf7b90a2f37765fe8":[8,0,28,15], -"class_nim_b_l_e_server.html#a3e3ca166e06c0b3dfc7c69a2c8bee681":[8,0,28,27], -"class_nim_b_l_e_server.html#a4277e57885576664b9adf11f586e75ba":[8,0,28,10], -"class_nim_b_l_e_server.html#a485c90ce36275f9e4ec26a7f3d348cd9":[8,0,28,21], -"class_nim_b_l_e_server.html#a49e1252a2f14732070eb85e78b641646":[8,0,28,5], -"class_nim_b_l_e_server.html#a55eb6176fd8d0a1e9ba68158dde4f325":[8,0,28,12], -"class_nim_b_l_e_server.html#a56add4759f7df045f51b70a026897975":[8,0,28,28], -"class_nim_b_l_e_server.html#a5be3c18cb6728c365ebc23af6b2a95f4":[8,0,28,8], -"class_nim_b_l_e_server.html#a5f0d43106db713e2ac716eabd70a10b2":[8,0,28,3], -"class_nim_b_l_e_server.html#a6bd0d52090b31cf39e2e9666091b8a61":[8,0,28,19], -"class_nim_b_l_e_server.html#a6eda4c9e0ac1dd031c678d4bf7da1d56":[8,0,28,0], -"class_nim_b_l_e_server.html#a709eb11532ec43a35f8653845b3158fc":[8,0,28,16], -"class_nim_b_l_e_server.html#a70aafa98cc487c43e11ab30990d5ecb5":[8,0,28,7], -"class_nim_b_l_e_server.html#aa7dd69e19e6cb8c22579c68e9731cdea":[8,0,28,4], -"class_nim_b_l_e_server.html#aaeb58b4de85754d1aac6964e9248aa35":[8,0,28,2], -"class_nim_b_l_e_server.html#ab8cab448de62d05448ccb27d1bbb5c33":[8,0,28,25], -"class_nim_b_l_e_server.html#abfd159ff5f10848bd611733835ddf215":[8,0,28,29], -"class_nim_b_l_e_server.html#ac79e828bcc3c45ae817bf51be914bfc0":[8,0,28,6], -"class_nim_b_l_e_server.html#ae94ad52f3c97f62553af9765acdb7bcb":[8,0,28,23], -"class_nim_b_l_e_server.html#aecf5b57888c55249a9c207d318a0495b":[8,0,28,1], -"class_nim_b_l_e_server.html#afbffb933eed8142bd24222e3cacc138a":[8,0,28,22], -"class_nim_b_l_e_server_callbacks.html":[8,0,29], -"class_nim_b_l_e_server_callbacks.html#a11d48696c2121eb301a76301555df2c5":[8,0,29,2], -"class_nim_b_l_e_server_callbacks.html#a45b5fc1c98b287a2ddeab8f2f5b63c4f":[8,0,29,7], -"class_nim_b_l_e_server_callbacks.html#a4622b24e5553cc7961c04ab25b63d943":[8,0,29,4], -"class_nim_b_l_e_server_callbacks.html#a507296393ca8557db2e4afa786c5b436":[8,0,29,1], -"class_nim_b_l_e_server_callbacks.html#a5096aa8ec49fe1eddb5d9ab18c112b22":[8,0,29,8], -"class_nim_b_l_e_server_callbacks.html#a7cbed42919678d9e8d40b351dec82523":[8,0,29,0], -"class_nim_b_l_e_server_callbacks.html#aa6e5e8ef90a537540d9c72f8744c0199":[8,0,29,3], -"class_nim_b_l_e_server_callbacks.html#ab702f73e739b4df72e191f47056c01ff":[8,0,29,6], -"class_nim_b_l_e_server_callbacks.html#afa1c14bfba74491e9f57ccaea22b0664":[8,0,29,5], -"class_nim_b_l_e_service.html":[8,0,30], -"class_nim_b_l_e_service.html#a200714f911accd64acfd2fa3d0c6b863":[8,0,30,8], -"class_nim_b_l_e_service.html#a415e1b836946831c6f9edd74adba8763":[8,0,30,4], -"class_nim_b_l_e_service.html#a488df9c39d1c49d4b1537abddddb1a7d":[8,0,30,9], -"class_nim_b_l_e_service.html#a5084a6db9c9b5ddb4f3e9261606b1e65":[8,0,30,0], -"class_nim_b_l_e_service.html#a557ec314a4b2f912b1c1b03e332f9fe1":[8,0,30,12], -"class_nim_b_l_e_service.html#a819ff207ef7c30f59887af277aa09ce9":[8,0,30,17], -"class_nim_b_l_e_service.html#a8219ccefd97180bee485b62572c62e58":[8,0,30,10], -"class_nim_b_l_e_service.html#a8904838e785b967c770a240e6c5099e7":[8,0,30,2], -"class_nim_b_l_e_service.html#a8fafb0c55e447114daf9ad758218905e":[8,0,30,6], -"class_nim_b_l_e_service.html#a9bb082780665005271fab6e79416f3ed":[8,0,30,11], -"class_nim_b_l_e_service.html#aa780d072e6257258e27cbc96106626ad":[8,0,30,5], -"class_nim_b_l_e_service.html#aa9464e97d7e39a4634c5d9bdce1abbac":[8,0,30,14], -"class_nim_b_l_e_service.html#acfbb7abadee89abd496b89f8fe085f58":[8,0,30,13], -"class_nim_b_l_e_service.html#ad37324ed0404d596923d6fdc0133b985":[8,0,30,16], -"class_nim_b_l_e_service.html#aeeaa4b0c543230e7819ad92d48432f5e":[8,0,30,7], -"class_nim_b_l_e_service.html#af4e9e030046352a6ff3d9ba67fe872e3":[8,0,30,1], -"class_nim_b_l_e_service.html#af8215dbfdaf7ced32d6158f8ff5116e8":[8,0,30,3], -"class_nim_b_l_e_service.html#af992d0c27e3a559789fb77fc46623234":[8,0,30,15], -"class_nim_b_l_e_u_u_i_d.html":[8,0,33], -"class_nim_b_l_e_u_u_i_d.html#a11f607fa0f7afbad0f047c6e9cba9d4d":[8,0,33,1], -"class_nim_b_l_e_u_u_i_d.html#a399dca7d70ee262aa155b39d357321b1":[8,0,33,7], -"class_nim_b_l_e_u_u_i_d.html#a3d9763ff434905457ed69118e93a35fd":[8,0,33,9], -"class_nim_b_l_e_u_u_i_d.html#a4315e760bf763333022658ff980f3048":[8,0,33,12], -"class_nim_b_l_e_u_u_i_d.html#a46484dcb0a1bfef6a8afe97f49f97875":[8,0,33,14], -"class_nim_b_l_e_u_u_i_d.html#a618f6c29565338a496715ca951c98afb":[8,0,33,17], -"class_nim_b_l_e_u_u_i_d.html#a68c61ae225675ac84d60f76058a5bdd4":[8,0,33,10], -"class_nim_b_l_e_u_u_i_d.html#a6fd3849062c96cee3d6cd00544fadfac":[8,0,33,2], -"class_nim_b_l_e_u_u_i_d.html#a7103976da820d0c1840aa77aca38306c":[8,0,33,16], -"class_nim_b_l_e_u_u_i_d.html#a7265f67b8ca3a2cd55b37a74b66d18bc":[8,0,33,0], -"class_nim_b_l_e_u_u_i_d.html#a9708e07b8e0915aafcfa32fe74ccdf64":[8,0,33,18], -"class_nim_b_l_e_u_u_i_d.html#a9b96d90463f02f6a21afbaebcc242dd9":[8,0,33,15], -"class_nim_b_l_e_u_u_i_d.html#aadbfc5504e63cd91c59c778607b8dd92":[8,0,33,3], -"class_nim_b_l_e_u_u_i_d.html#ab4e1658b1c414edb9aea5cf5140fa461":[8,0,33,4], -"class_nim_b_l_e_u_u_i_d.html#abeee22e6661f7533f05802e1f89fedfe":[8,0,33,13], -"class_nim_b_l_e_u_u_i_d.html#ac9fbd00e7ffeb334571016c61bca9286":[8,0,33,5], -"class_nim_b_l_e_u_u_i_d.html#aca27c0b572bb65ff9559f3b7ce8541fd":[8,0,33,6], -"class_nim_b_l_e_u_u_i_d.html#acf379fca7d3689a73e6750d7ab50a0af":[8,0,33,11], -"class_nim_b_l_e_u_u_i_d.html#aefc88e493b63ccd6dc86227dc92af0c6":[8,0,33,8], -"class_nim_b_l_e_utils.html":[8,0,32], +"class_nim_b_l_e_scan.html#ad421a09eeb021755b193a7a5e01f183b":[8,0,26,0], +"class_nim_b_l_e_scan.html#ade1492b5d1b5d97efa76cd41583bfc96":[8,0,26,4], +"class_nim_b_l_e_scan_callbacks.html":[8,0,27], +"class_nim_b_l_e_scan_callbacks.html#a1f9b5eac5982340afbb84954a4c06277":[8,0,27,0], +"class_nim_b_l_e_scan_callbacks.html#a61c11db405e87ec847066ca3b6ad8375":[8,0,27,2], +"class_nim_b_l_e_scan_callbacks.html#a962d8b08cf14ac3091e6fd6962d7e283":[8,0,27,1], +"class_nim_b_l_e_scan_results.html":[8,0,28], +"class_nim_b_l_e_scan_results.html#a2547ebc0f9f0e1f48346ff0188ed6479":[8,0,28,2], +"class_nim_b_l_e_scan_results.html#a59c62c0825917ebb26bcb1efa2a98f4d":[8,0,28,3], +"class_nim_b_l_e_scan_results.html#a5a0b1dc434c4ad68ae5ce233eeacc230":[8,0,28,0], +"class_nim_b_l_e_scan_results.html#a98b106a3929919bf2c80cc0dfff59ba1":[8,0,28,5], +"class_nim_b_l_e_scan_results.html#aa96e8a647f0db95e2fa8cfae44f6d92e":[8,0,28,4], +"class_nim_b_l_e_scan_results.html#af143b1aa3bd67157dd263fcbeb4827ba":[8,0,28,1], +"class_nim_b_l_e_server.html":[8,0,29], +"class_nim_b_l_e_server.html#a00c92f62f41ec1c499dfaf042b487d75":[8,0,29,20], +"class_nim_b_l_e_server.html#a0697fab04372df6412d3e948f3d55654":[8,0,29,24], +"class_nim_b_l_e_server.html#a08916d16ea00b4718bd6241bd407829f":[8,0,29,14], +"class_nim_b_l_e_server.html#a0b009a568399014462a5ba7700b0129e":[8,0,29,17], +"class_nim_b_l_e_server.html#a1513647f2c8a565404410a5dbd71a9ce":[8,0,29,13], +"class_nim_b_l_e_server.html#a1cedae8a9346f605b8319cbc8209f0df":[8,0,29,11], +"class_nim_b_l_e_server.html#a1da4f645f62b523eb6383ff7d1ed76c6":[8,0,29,26], +"class_nim_b_l_e_server.html#a26af61c030e9ad1108b24df4d3b6b633":[8,0,29,18], +"class_nim_b_l_e_server.html#a31f73892bcf7eb66ee540bf1da9c419c":[8,0,29,9], +"class_nim_b_l_e_server.html#a3bedf02970de34eaf7b90a2f37765fe8":[8,0,29,15], +"class_nim_b_l_e_server.html#a3e3ca166e06c0b3dfc7c69a2c8bee681":[8,0,29,27], +"class_nim_b_l_e_server.html#a4277e57885576664b9adf11f586e75ba":[8,0,29,10], +"class_nim_b_l_e_server.html#a485c90ce36275f9e4ec26a7f3d348cd9":[8,0,29,21], +"class_nim_b_l_e_server.html#a49e1252a2f14732070eb85e78b641646":[8,0,29,5], +"class_nim_b_l_e_server.html#a55eb6176fd8d0a1e9ba68158dde4f325":[8,0,29,12], +"class_nim_b_l_e_server.html#a56add4759f7df045f51b70a026897975":[8,0,29,28], +"class_nim_b_l_e_server.html#a5be3c18cb6728c365ebc23af6b2a95f4":[8,0,29,8], +"class_nim_b_l_e_server.html#a5f0d43106db713e2ac716eabd70a10b2":[8,0,29,3], +"class_nim_b_l_e_server.html#a6bd0d52090b31cf39e2e9666091b8a61":[8,0,29,19], +"class_nim_b_l_e_server.html#a6eda4c9e0ac1dd031c678d4bf7da1d56":[8,0,29,0], +"class_nim_b_l_e_server.html#a709eb11532ec43a35f8653845b3158fc":[8,0,29,16], +"class_nim_b_l_e_server.html#a70aafa98cc487c43e11ab30990d5ecb5":[8,0,29,7], +"class_nim_b_l_e_server.html#aa7dd69e19e6cb8c22579c68e9731cdea":[8,0,29,4], +"class_nim_b_l_e_server.html#aaeb58b4de85754d1aac6964e9248aa35":[8,0,29,2], +"class_nim_b_l_e_server.html#ab8cab448de62d05448ccb27d1bbb5c33":[8,0,29,25], +"class_nim_b_l_e_server.html#abfd159ff5f10848bd611733835ddf215":[8,0,29,29], +"class_nim_b_l_e_server.html#ac79e828bcc3c45ae817bf51be914bfc0":[8,0,29,6], +"class_nim_b_l_e_server.html#ae94ad52f3c97f62553af9765acdb7bcb":[8,0,29,23], +"class_nim_b_l_e_server.html#aecf5b57888c55249a9c207d318a0495b":[8,0,29,1], +"class_nim_b_l_e_server.html#afbffb933eed8142bd24222e3cacc138a":[8,0,29,22], +"class_nim_b_l_e_server_callbacks.html":[8,0,30], +"class_nim_b_l_e_server_callbacks.html#a11d48696c2121eb301a76301555df2c5":[8,0,30,2], +"class_nim_b_l_e_server_callbacks.html#a45b5fc1c98b287a2ddeab8f2f5b63c4f":[8,0,30,7], +"class_nim_b_l_e_server_callbacks.html#a4622b24e5553cc7961c04ab25b63d943":[8,0,30,4], +"class_nim_b_l_e_server_callbacks.html#a507296393ca8557db2e4afa786c5b436":[8,0,30,1], +"class_nim_b_l_e_server_callbacks.html#a5096aa8ec49fe1eddb5d9ab18c112b22":[8,0,30,8], +"class_nim_b_l_e_server_callbacks.html#a7cbed42919678d9e8d40b351dec82523":[8,0,30,0], +"class_nim_b_l_e_server_callbacks.html#aa6e5e8ef90a537540d9c72f8744c0199":[8,0,30,3], +"class_nim_b_l_e_server_callbacks.html#ab702f73e739b4df72e191f47056c01ff":[8,0,30,6], +"class_nim_b_l_e_server_callbacks.html#afa1c14bfba74491e9f57ccaea22b0664":[8,0,30,5], +"class_nim_b_l_e_service.html":[8,0,31], +"class_nim_b_l_e_service.html#a200714f911accd64acfd2fa3d0c6b863":[8,0,31,8], +"class_nim_b_l_e_service.html#a415e1b836946831c6f9edd74adba8763":[8,0,31,4], +"class_nim_b_l_e_service.html#a488df9c39d1c49d4b1537abddddb1a7d":[8,0,31,9], +"class_nim_b_l_e_service.html#a5084a6db9c9b5ddb4f3e9261606b1e65":[8,0,31,0], +"class_nim_b_l_e_service.html#a557ec314a4b2f912b1c1b03e332f9fe1":[8,0,31,12], +"class_nim_b_l_e_service.html#a819ff207ef7c30f59887af277aa09ce9":[8,0,31,17], +"class_nim_b_l_e_service.html#a8219ccefd97180bee485b62572c62e58":[8,0,31,10], +"class_nim_b_l_e_service.html#a8904838e785b967c770a240e6c5099e7":[8,0,31,2], +"class_nim_b_l_e_service.html#a8fafb0c55e447114daf9ad758218905e":[8,0,31,6], +"class_nim_b_l_e_service.html#a9bb082780665005271fab6e79416f3ed":[8,0,31,11], +"class_nim_b_l_e_service.html#aa780d072e6257258e27cbc96106626ad":[8,0,31,5], +"class_nim_b_l_e_service.html#aa9464e97d7e39a4634c5d9bdce1abbac":[8,0,31,14], +"class_nim_b_l_e_service.html#acfbb7abadee89abd496b89f8fe085f58":[8,0,31,13], +"class_nim_b_l_e_service.html#ad37324ed0404d596923d6fdc0133b985":[8,0,31,16], +"class_nim_b_l_e_service.html#aeeaa4b0c543230e7819ad92d48432f5e":[8,0,31,7], +"class_nim_b_l_e_service.html#af4e9e030046352a6ff3d9ba67fe872e3":[8,0,31,1], +"class_nim_b_l_e_service.html#af8215dbfdaf7ced32d6158f8ff5116e8":[8,0,31,3], +"class_nim_b_l_e_service.html#af992d0c27e3a559789fb77fc46623234":[8,0,31,15], +"class_nim_b_l_e_u_u_i_d.html":[8,0,34], +"class_nim_b_l_e_u_u_i_d.html#a11f607fa0f7afbad0f047c6e9cba9d4d":[8,0,34,1], +"class_nim_b_l_e_u_u_i_d.html#a399dca7d70ee262aa155b39d357321b1":[8,0,34,7], +"class_nim_b_l_e_u_u_i_d.html#a3d9763ff434905457ed69118e93a35fd":[8,0,34,9], +"class_nim_b_l_e_u_u_i_d.html#a4315e760bf763333022658ff980f3048":[8,0,34,12], +"class_nim_b_l_e_u_u_i_d.html#a46484dcb0a1bfef6a8afe97f49f97875":[8,0,34,14], +"class_nim_b_l_e_u_u_i_d.html#a618f6c29565338a496715ca951c98afb":[8,0,34,17], +"class_nim_b_l_e_u_u_i_d.html#a68c61ae225675ac84d60f76058a5bdd4":[8,0,34,10], +"class_nim_b_l_e_u_u_i_d.html#a6fd3849062c96cee3d6cd00544fadfac":[8,0,34,2], +"class_nim_b_l_e_u_u_i_d.html#a7103976da820d0c1840aa77aca38306c":[8,0,34,16], +"class_nim_b_l_e_u_u_i_d.html#a7265f67b8ca3a2cd55b37a74b66d18bc":[8,0,34,0], +"class_nim_b_l_e_u_u_i_d.html#a9708e07b8e0915aafcfa32fe74ccdf64":[8,0,34,18], +"class_nim_b_l_e_u_u_i_d.html#a9b96d90463f02f6a21afbaebcc242dd9":[8,0,34,15], +"class_nim_b_l_e_u_u_i_d.html#aadbfc5504e63cd91c59c778607b8dd92":[8,0,34,3], +"class_nim_b_l_e_u_u_i_d.html#ab4e1658b1c414edb9aea5cf5140fa461":[8,0,34,4], +"class_nim_b_l_e_u_u_i_d.html#abeee22e6661f7533f05802e1f89fedfe":[8,0,34,13], +"class_nim_b_l_e_u_u_i_d.html#ac9fbd00e7ffeb334571016c61bca9286":[8,0,34,5], +"class_nim_b_l_e_u_u_i_d.html#aca27c0b572bb65ff9559f3b7ce8541fd":[8,0,34,6], +"class_nim_b_l_e_u_u_i_d.html#acf379fca7d3689a73e6750d7ab50a0af":[8,0,34,11], +"class_nim_b_l_e_u_u_i_d.html#aefc88e493b63ccd6dc86227dc92af0c6":[8,0,34,8], +"class_nim_b_l_e_utils.html":[8,0,33], "classes.html":[8,1], "deprecated.html":[7], "dir_68267d1309a1af8e8297ef4c3efbcdba.html":[9,0,0], @@ -103,8 +105,8 @@ var NAVTREEINDEX2 = "functions_d.html":[8,3,0,3], "functions_e.html":[8,3,0,4], "functions_f.html":[8,3,0,5], -"functions_func.html":[8,3,1], "functions_func.html":[8,3,1,0], +"functions_func.html":[8,3,1], "functions_func_b.html":[8,3,1,1], "functions_func_c.html":[8,3,1,2], "functions_func_d.html":[8,3,1,3], @@ -167,63 +169,65 @@ var NAVTREEINDEX2 = "md_1_8x__to2_8x__migration__guide.html#services":[2,4,0], "md_1_8x__to2_8x__migration__guide.html#utilities":[2,9], "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html":[1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added":[1,5], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1":[1,9], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2":[1,18,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3":[1,19,2], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4":[1,20,2], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5":[1,22,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6":[1,24,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7":[1,25,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8":[1,26,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added":[1,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1":[1,7], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-10":[1,30,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2":[1,11], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3":[1,20,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4":[1,21,2], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5":[1,22,2], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6":[1,24,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7":[1,26,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8":[1,27,0], "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9":[1,28,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22":[1,29], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02":[1,28], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13":[1,27], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20":[1,26], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08":[1,25], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02":[1,24], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04":[1,23], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15":[1,22], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15":[1,21], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31":[1,20], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-30":[1,19], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md200-2024-12-14":[1,16], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md201-2024-12-16":[1,13], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21":[1,10], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05":[1,6], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12":[1,2], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26":[1,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes":[1,17], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed":[1,4], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-1":[1,8], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10":[1,25,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11":[1,26,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12":[1,27,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13":[1,28,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2":[1,12], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3":[1,15], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4":[1,18,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5":[1,19,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6":[1,20,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7":[1,21,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8":[1,22,2], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9":[1,24,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed":[1,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-1":[1,3], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10":[1,23,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11":[1,24,2], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12":[1,25,2], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13":[1,26,2], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14":[1,28,2], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2":[1,7], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3":[1,11], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4":[1,14], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5":[1,18], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6":[1,19,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7":[1,20,0], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8":[1,21,1], -"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9":[1,22,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22":[1,31], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02":[1,30], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13":[1,29], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20":[1,28], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08":[1,27], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02":[1,26], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04":[1,25], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15":[1,24], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15":[1,23], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31":[1,22], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-30":[1,21], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md200-2024-12-14":[1,18], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md201-2024-12-16":[1,15], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21":[1,12], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05":[1,8], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12":[1,4], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26":[1,2], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24":[1,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes":[1,19], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed":[1,6], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-1":[1,10], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10":[1,27,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11":[1,28,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12":[1,29,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13":[1,30,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2":[1,14], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3":[1,17], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4":[1,20,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5":[1,21,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6":[1,22,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7":[1,23,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8":[1,24,2], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9":[1,26,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed":[1,3], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-1":[1,5], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10":[1,25,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11":[1,26,2], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12":[1,27,2], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13":[1,28,2], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14":[1,30,2], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2":[1,9], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3":[1,13], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4":[1,16], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5":[1,20], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6":[1,21,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7":[1,22,0], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8":[1,23,1], +"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9":[1,24,0], "md__bluetooth_015_01features.html":[3], "md__bluetooth_015_01features.html#about-extended-advertising":[3,0], "md__bluetooth_015_01features.html#enabling-extended-advertising":[3,1], @@ -245,9 +249,5 @@ var NAVTREEINDEX2 = "md__migration__guide.html#header-files":[4,0,0], "md__migration__guide.html#is-now":[4,1,1,1], "md__migration__guide.html#originally":[4,1,1,0], -"md__migration__guide.html#remote-characteristics-1":[4,3,1], -"md__migration__guide.html#remote-services-1":[4,3,0], -"md__migration__guide.html#security-api":[4,5], -"md__migration__guide.html#server-api":[4,1], -"md__migration__guide.html#server-security-1":[4,1,3] +"md__migration__guide.html#remote-characteristics-1":[4,3,1] }; diff --git a/navtreeindex3.js b/navtreeindex3.js index 46e072e..777a444 100644 --- a/navtreeindex3.js +++ b/navtreeindex3.js @@ -1,5 +1,9 @@ var NAVTREEINDEX3 = { +"md__migration__guide.html#remote-services-1":[4,3,0], +"md__migration__guide.html#security-api":[4,5], +"md__migration__guide.html#server-api":[4,1], +"md__migration__guide.html#server-security-1":[4,1,3], "md__migration__guide.html#services-1":[4,1,0], "md__migration__guide.html#the-full-list-of-properties":[4,1,1,2], "md__new__user__guide.html":[5], @@ -38,7 +42,7 @@ var NAVTREEINDEX3 = "nimconfig_8h.html#abe2e5c7dbca929d3ed6cf70a73aced23":[9,0,0,30,17], "nimconfig_8h_source.html":[9,0,0,30], "pages.html":[], -"struct_nim_b_l_e_task_data.html":[8,0,31], -"struct_nim_b_l_e_task_data.html#a7b08f7ba2161d6309da1fc40c83027c4":[8,0,31,0], -"struct_nim_b_l_e_task_data.html#af2d5d10d7cc8801cf4d001f89bf301c6":[8,0,31,1] +"struct_nim_b_l_e_task_data.html":[8,0,32], +"struct_nim_b_l_e_task_data.html#a7b08f7ba2161d6309da1fc40c83027c4":[8,0,32,0], +"struct_nim_b_l_e_task_data.html#af2d5d10d7cc8801cf4d001f89bf301c6":[8,0,32,1] }; diff --git a/nimconfig_8h.html b/nimconfig_8h.html index 949ce0c..07b2538 100644 --- a/nimconfig_8h.html +++ b/nimconfig_8h.html @@ -25,7 +25,7 @@diff --git a/nimconfig_8h_source.html b/nimconfig_8h_source.html index 2720230..1f7aed8 100644 --- a/nimconfig_8h_source.html +++ b/nimconfig_8h_source.html @@ -25,7 +25,7 @@ - esp-nimble-cpp 2.1.1 +esp-nimble-cpp 2.2.0diff --git a/pages.html b/pages.html index 4956bd0..52ffa4f 100644 --- a/pages.html +++ b/pages.html @@ -25,7 +25,7 @@ - esp-nimble-cpp 2.1.1 +esp-nimble-cpp 2.2.0diff --git a/search/all_0.js b/search/all_0.js index 2f9383b..1048b79 100644 --- a/search/all_0.js +++ b/search/all_0.js @@ -12,22 +12,24 @@ var searchData= ['0_202021_2008_2002_9',['[1.3.0] - 2021-08-02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02',1,'']]], ['0_202022_2007_2031_10',['[1.4.0] - 2022-07-31',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31',1,'']]], ['0_202025_2001_2012_11',['[2.1.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12',1,'']]], - ['0_203_202025_2001_2005_12',['[2.0.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05',1,'']]], - ['01_2005_13',['[2.0.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05',1,'']]], - ['01_2012_14',['[2.1.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12',1,'']]], - ['01_2015_15',['[1.3.2] - 2022-01-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15',1,'']]], - ['01_2020_16',['[1.1.0] - 2021-01-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20',1,'']]], - ['01_2026_17',['[2.1.1] 2025-01-26',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26',1,'']]], - ['02_18',['02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02',1,'[1.0.1] - 2020-09-02'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02',1,'[1.3.0] - 2021-08-02']]], - ['02_2008_19',['[1.2.0] - 2021-02-08',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08',1,'']]], - ['02_2015_20',['[1.3.3] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15',1,'']]], - ['04_21',['[1.3.1] - 2021-08-04',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04',1,'']]], - ['05_22',['[2.0.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05',1,'']]], - ['07_2031_23',['[1.4.0] - 2022-07-31',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31',1,'']]], - ['08_24',['[1.2.0] - 2021-02-08',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08',1,'']]], - ['08_2002_25',['[1.3.0] - 2021-08-02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02',1,'']]], - ['08_2004_26',['[1.3.1] - 2021-08-04',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04',1,'']]], - ['08_2022_27',['[1.0.0] - 2020-08-22',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22',1,'']]], - ['09_2002_28',['[1.0.1] - 2020-09-02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02',1,'']]], - ['09_2013_29',['[1.0.2] - 2020-09-13',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13',1,'']]] + ['0_202025_2002_2024_12',['[2.2.0] 2025-02-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24',1,'']]], + ['0_203_202025_2001_2005_13',['[2.0.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05',1,'']]], + ['01_2005_14',['[2.0.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05',1,'']]], + ['01_2012_15',['[2.1.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12',1,'']]], + ['01_2015_16',['[1.3.2] - 2022-01-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15',1,'']]], + ['01_2020_17',['[1.1.0] - 2021-01-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20',1,'']]], + ['01_2026_18',['[2.1.1] 2025-01-26',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26',1,'']]], + ['02_19',['02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02',1,'[1.0.1] - 2020-09-02'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02',1,'[1.3.0] - 2021-08-02']]], + ['02_2008_20',['[1.2.0] - 2021-02-08',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08',1,'']]], + ['02_2015_21',['[1.3.3] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15',1,'']]], + ['02_2024_22',['[2.2.0] 2025-02-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24',1,'']]], + ['04_23',['[1.3.1] - 2021-08-04',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04',1,'']]], + ['05_24',['[2.0.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05',1,'']]], + ['07_2031_25',['[1.4.0] - 2022-07-31',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31',1,'']]], + ['08_26',['[1.2.0] - 2021-02-08',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08',1,'']]], + ['08_2002_27',['[1.3.0] - 2021-08-02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02',1,'']]], + ['08_2004_28',['[1.3.1] - 2021-08-04',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04',1,'']]], + ['08_2022_29',['[1.0.0] - 2020-08-22',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22',1,'']]], + ['09_2002_30',['[1.0.1] - 2020-09-02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02',1,'']]], + ['09_2013_31',['[1.0.2] - 2020-09-13',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13',1,'']]] ]; diff --git a/search/all_11.js b/search/all_11.js index aa6b083..b5a7940 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -22,26 +22,27 @@ var searchData= ['nimbledescriptor_19',['nimbledescriptor',['../class_nim_b_l_e_descriptor.html#acdae256772e6ba433df5ff3217335a1b',1,'NimBLEDescriptor::NimBLEDescriptor(const char *uuid, uint16_t properties, uint16_t maxLen, NimBLECharacteristic *pCharacteristic=nullptr)'],['../class_nim_b_l_e_descriptor.html#a9b371ae4807648762cad1346ba6fd3c3',1,'NimBLEDescriptor::NimBLEDescriptor(const NimBLEUUID &uuid, uint16_t properties, uint16_t maxLen, NimBLECharacteristic *pCharacteristic=nullptr)'],['../class_nim_b_l_e_descriptor.html',1,'NimBLEDescriptor']]], ['nimbledescriptorcallbacks_20',['NimBLEDescriptorCallbacks',['../class_nim_b_l_e_descriptor_callbacks.html',1,'']]], ['nimbledevice_21',['NimBLEDevice',['../class_nim_b_l_e_device.html',1,'']]], - ['nimbleeddystonetlm_22',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html',1,'']]], - ['nimbleextadvertisement_23',['nimbleextadvertisement',['../class_nim_b_l_e_ext_advertisement.html#a9e739c3117da31c486f8f4dd8d273c9c',1,'NimBLEExtAdvertisement::NimBLEExtAdvertisement()'],['../class_nim_b_l_e_ext_advertisement.html',1,'NimBLEExtAdvertisement']]], - ['nimbleextadvertising_24',['nimbleextadvertising',['../class_nim_b_l_e_ext_advertising.html#afe321b856d785b78242b2ea020a96af3',1,'NimBLEExtAdvertising::NimBLEExtAdvertising()'],['../class_nim_b_l_e_ext_advertising.html',1,'NimBLEExtAdvertising']]], - ['nimbleextadvertisingcallbacks_25',['NimBLEExtAdvertisingCallbacks',['../class_nim_b_l_e_ext_advertising_callbacks.html',1,'']]], - ['nimblehiddevice_26',['nimblehiddevice',['../class_nim_b_l_e_h_i_d_device.html#a33821f02034b8ed47f3cd0555ac9e949',1,'NimBLEHIDDevice::NimBLEHIDDevice()'],['../class_nim_b_l_e_h_i_d_device.html',1,'NimBLEHIDDevice']]], - ['nimblelocalattribute_27',['nimblelocalattribute',['../class_nim_b_l_e_local_attribute.html',1,'NimBLELocalAttribute'],['../class_nim_b_l_e_local_attribute.html#a9fd2c2130f8bea42f86ee0d3263e9788',1,'NimBLELocalAttribute::NimBLELocalAttribute()']]], - ['nimbleremotecharacteristic_28',['NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html',1,'']]], - ['nimbleremotedescriptor_29',['NimBLERemoteDescriptor',['../class_nim_b_l_e_remote_descriptor.html',1,'']]], - ['nimbleremoteservice_30',['NimBLERemoteService',['../class_nim_b_l_e_remote_service.html',1,'']]], - ['nimblescan_31',['NimBLEScan',['../class_nim_b_l_e_scan.html',1,'']]], - ['nimblescancallbacks_32',['NimBLEScanCallbacks',['../class_nim_b_l_e_scan_callbacks.html',1,'']]], - ['nimblescanresults_33',['NimBLEScanResults',['../class_nim_b_l_e_scan_results.html',1,'']]], - ['nimbleserver_34',['NimBLEServer',['../class_nim_b_l_e_server.html',1,'']]], - ['nimbleservercallbacks_35',['NimBLEServerCallbacks',['../class_nim_b_l_e_server_callbacks.html',1,'']]], - ['nimbleservice_36',['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)']]], - ['nimbletaskdata_37',['nimbletaskdata',['../struct_nim_b_l_e_task_data.html',1,'NimBLETaskData'],['../struct_nim_b_l_e_task_data.html#a7b08f7ba2161d6309da1fc40c83027c4',1,'NimBLETaskData::NimBLETaskData()']]], - ['nimbleutils_38',['NimBLEUtils',['../class_nim_b_l_e_utils.html',1,'']]], - ['nimbleuuid_39',['nimbleuuid',['../class_nim_b_l_e_u_u_i_d.html#a11f607fa0f7afbad0f047c6e9cba9d4d',1,'NimBLEUUID::NimBLEUUID()'],['../class_nim_b_l_e_u_u_i_d.html',1,'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#aca27c0b572bb65ff9559f3b7ce8541fd',1,'NimBLEUUID::NimBLEUUID(const uint8_t *pData, size_t size)'],['../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#aadbfc5504e63cd91c59c778607b8dd92',1,'NimBLEUUID::NimBLEUUID(uint16_t uuid)'],['../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#a7265f67b8ca3a2cd55b37a74b66d18bc',1,'NimBLEUUID::NimBLEUUID()=default']]], - ['nimconfig_2eh_40',['nimconfig.h',['../nimconfig_8h.html',1,'']]], - ['not_20delete_20client_20instances_20unless_20necessary_20or_20unused_41',['Do not delete client instances unless necessary or unused',['../md__usage__tips.html#do-not-delete-client-instances-unless-necessary-or-unused',1,'']]], - ['notify_42',['notify',['../class_nim_b_l_e_characteristic.html#ac4482e038124724d8bb6d147bcdb5481',1,'NimBLECharacteristic::notify(uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const'],['../class_nim_b_l_e_characteristic.html#a7676bd1b73979101c394471299d71c0b',1,'NimBLECharacteristic::notify(const uint8_t *value, size_t length, uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const'],['../class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954',1,'NimBLECharacteristic::notify(const T &v, uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const'],['../class_nim_b_l_e_characteristic.html#ab05a81528522e7f12acff65fa86f9a28',1,'NimBLECharacteristic::notify(const T &s, uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const'],['../class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954',1,'NimBLECharacteristic::notify(const T &v, uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const']]], - ['now_43',['Is Now',['../md__migration__guide.html#is-now',1,'']]] + ['nimbledevicecallbacks_22',['NimBLEDeviceCallbacks',['../class_nim_b_l_e_device_callbacks.html',1,'']]], + ['nimbleeddystonetlm_23',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html',1,'']]], + ['nimbleextadvertisement_24',['nimbleextadvertisement',['../class_nim_b_l_e_ext_advertisement.html#a9e739c3117da31c486f8f4dd8d273c9c',1,'NimBLEExtAdvertisement::NimBLEExtAdvertisement()'],['../class_nim_b_l_e_ext_advertisement.html',1,'NimBLEExtAdvertisement']]], + ['nimbleextadvertising_25',['nimbleextadvertising',['../class_nim_b_l_e_ext_advertising.html',1,'NimBLEExtAdvertising'],['../class_nim_b_l_e_ext_advertising.html#afe321b856d785b78242b2ea020a96af3',1,'NimBLEExtAdvertising::NimBLEExtAdvertising()']]], + ['nimbleextadvertisingcallbacks_26',['NimBLEExtAdvertisingCallbacks',['../class_nim_b_l_e_ext_advertising_callbacks.html',1,'']]], + ['nimblehiddevice_27',['nimblehiddevice',['../class_nim_b_l_e_h_i_d_device.html#a33821f02034b8ed47f3cd0555ac9e949',1,'NimBLEHIDDevice::NimBLEHIDDevice()'],['../class_nim_b_l_e_h_i_d_device.html',1,'NimBLEHIDDevice']]], + ['nimblelocalattribute_28',['nimblelocalattribute',['../class_nim_b_l_e_local_attribute.html',1,'NimBLELocalAttribute'],['../class_nim_b_l_e_local_attribute.html#a9fd2c2130f8bea42f86ee0d3263e9788',1,'NimBLELocalAttribute::NimBLELocalAttribute()']]], + ['nimbleremotecharacteristic_29',['NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html',1,'']]], + ['nimbleremotedescriptor_30',['NimBLERemoteDescriptor',['../class_nim_b_l_e_remote_descriptor.html',1,'']]], + ['nimbleremoteservice_31',['NimBLERemoteService',['../class_nim_b_l_e_remote_service.html',1,'']]], + ['nimblescan_32',['NimBLEScan',['../class_nim_b_l_e_scan.html',1,'']]], + ['nimblescancallbacks_33',['NimBLEScanCallbacks',['../class_nim_b_l_e_scan_callbacks.html',1,'']]], + ['nimblescanresults_34',['NimBLEScanResults',['../class_nim_b_l_e_scan_results.html',1,'']]], + ['nimbleserver_35',['NimBLEServer',['../class_nim_b_l_e_server.html',1,'']]], + ['nimbleservercallbacks_36',['NimBLEServerCallbacks',['../class_nim_b_l_e_server_callbacks.html',1,'']]], + ['nimbleservice_37',['nimbleservice',['../class_nim_b_l_e_service.html#a5084a6db9c9b5ddb4f3e9261606b1e65',1,'NimBLEService::NimBLEService()'],['../class_nim_b_l_e_service.html',1,'NimBLEService'],['../class_nim_b_l_e_service.html#af4e9e030046352a6ff3d9ba67fe872e3',1,'NimBLEService::NimBLEService()']]], + ['nimbletaskdata_38',['nimbletaskdata',['../struct_nim_b_l_e_task_data.html#a7b08f7ba2161d6309da1fc40c83027c4',1,'NimBLETaskData::NimBLETaskData()'],['../struct_nim_b_l_e_task_data.html',1,'NimBLETaskData']]], + ['nimbleutils_39',['NimBLEUtils',['../class_nim_b_l_e_utils.html',1,'']]], + ['nimbleuuid_40',['nimbleuuid',['../class_nim_b_l_e_u_u_i_d.html#a7265f67b8ca3a2cd55b37a74b66d18bc',1,'NimBLEUUID::NimBLEUUID()'],['../class_nim_b_l_e_u_u_i_d.html',1,'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#aca27c0b572bb65ff9559f3b7ce8541fd',1,'NimBLEUUID::NimBLEUUID(const uint8_t *pData, size_t size)'],['../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#aadbfc5504e63cd91c59c778607b8dd92',1,'NimBLEUUID::NimBLEUUID(uint16_t uuid)'],['../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#a11f607fa0f7afbad0f047c6e9cba9d4d',1,'NimBLEUUID::NimBLEUUID(const ble_uuid_any_t &uuid)']]], + ['nimconfig_2eh_41',['nimconfig.h',['../nimconfig_8h.html',1,'']]], + ['not_20delete_20client_20instances_20unless_20necessary_20or_20unused_42',['Do not delete client instances unless necessary or unused',['../md__usage__tips.html#do-not-delete-client-instances-unless-necessary-or-unused',1,'']]], + ['notify_43',['notify',['../class_nim_b_l_e_characteristic.html#ac4482e038124724d8bb6d147bcdb5481',1,'NimBLECharacteristic::notify(uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const'],['../class_nim_b_l_e_characteristic.html#a7676bd1b73979101c394471299d71c0b',1,'NimBLECharacteristic::notify(const uint8_t *value, size_t length, uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const'],['../class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954',1,'NimBLECharacteristic::notify(const T &v, uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const'],['../class_nim_b_l_e_characteristic.html#ab05a81528522e7f12acff65fa86f9a28',1,'NimBLECharacteristic::notify(const T &s, uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const'],['../class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954',1,'NimBLECharacteristic::notify(const T &v, uint16_t connHandle=BLE_HS_CONN_HANDLE_NONE) const']]], + ['now_44',['Is Now',['../md__migration__guide.html#is-now',1,'']]] ]; diff --git a/search/all_12.js b/search/all_12.js index 011f820..d6eb49c 100644 --- a/search/all_12.js +++ b/search/all_12.js @@ -2,8 +2,8 @@ var searchData= [ ['of_20properties_0',['The full list of properties',['../md__migration__guide.html#the-full-list-of-properties',1,'']]], ['on_20the_20nimble_20stack_20core_1',['Put BLE functions in a task running on the NimBLE stack core',['../md__usage__tips.html#put-ble-functions-in-a-task-running-on-the-nimble-stack-core',1,'']]], - ['onauthenticationcomplete_2',['onauthenticationcomplete',['../class_nim_b_l_e_server_callbacks.html#a7cbed42919678d9e8d40b351dec82523',1,'NimBLEServerCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_client_callbacks.html#ae8e2abef6949ac87abf5ecad1a4dfe35',1,'NimBLEClientCallbacks::onAuthenticationComplete(NimBLEConnInfo &connInfo)']]], - ['onconfirmpasskey_3',['onconfirmpasskey',['../class_nim_b_l_e_client_callbacks.html#a6e7cfa81cd43420f78d6da727c67928b',1,'NimBLEClientCallbacks::onConfirmPasskey()'],['../class_nim_b_l_e_server_callbacks.html#a507296393ca8557db2e4afa786c5b436',1,'NimBLEServerCallbacks::onConfirmPassKey()']]], + ['onauthenticationcomplete_2',['onauthenticationcomplete',['../class_nim_b_l_e_server_callbacks.html#a7cbed42919678d9e8d40b351dec82523',1,'NimBLEServerCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_client_callbacks.html#ae8e2abef6949ac87abf5ecad1a4dfe35',1,'NimBLEClientCallbacks::onAuthenticationComplete()']]], + ['onconfirmpasskey_3',['onconfirmpasskey',['../class_nim_b_l_e_server_callbacks.html#a507296393ca8557db2e4afa786c5b436',1,'NimBLEServerCallbacks::onConfirmPassKey()'],['../class_nim_b_l_e_client_callbacks.html#a6e7cfa81cd43420f78d6da727c67928b',1,'NimBLEClientCallbacks::onConfirmPasskey(NimBLEConnInfo &connInfo, uint32_t pin)']]], ['onconnect_4',['onconnect',['../class_nim_b_l_e_client_callbacks.html#a96de53d9745f243d544cd89498f979ae',1,'NimBLEClientCallbacks::onConnect()'],['../class_nim_b_l_e_server_callbacks.html#a11d48696c2121eb301a76301555df2c5',1,'NimBLEServerCallbacks::onConnect()']]], ['onconnectfail_5',['onConnectFail',['../class_nim_b_l_e_client_callbacks.html#ad0eb6bee07ef8c41dd8924aaca3bc71e',1,'NimBLEClientCallbacks']]], ['onconnparamsupdate_6',['onConnParamsUpdate',['../class_nim_b_l_e_server_callbacks.html#aa6e5e8ef90a537540d9c72f8744c0199',1,'NimBLEServerCallbacks']]], @@ -23,20 +23,22 @@ var searchData= ['onscanrequest_20',['onScanRequest',['../class_nim_b_l_e_ext_advertising_callbacks.html#aeec59f9c28ef5e257e4e8fd306d92ccd',1,'NimBLEExtAdvertisingCallbacks']]], ['onstatus_21',['onStatus',['../class_nim_b_l_e_characteristic_callbacks.html#a6f9b1f0f15492e3d47662e5e2ff0baee',1,'NimBLECharacteristicCallbacks']]], ['onstopped_22',['onStopped',['../class_nim_b_l_e_ext_advertising_callbacks.html#add0646acf63c19e96c499b737144d8fe',1,'NimBLEExtAdvertisingCallbacks']]], - ['onsubscribe_23',['onSubscribe',['../class_nim_b_l_e_characteristic_callbacks.html#a024951384bb777d7ee71bfd1d5eff185',1,'NimBLECharacteristicCallbacks']]], - ['onsync_24',['onSync',['../class_nim_b_l_e_device.html#a01737196c77959a03964504ee0b48f4d',1,'NimBLEDevice']]], - ['onwhitelist_25',['onWhiteList',['../class_nim_b_l_e_device.html#ae51e2d4d6169a61133178a1b0d6b5b45',1,'NimBLEDevice']]], - ['onwrite_26',['onwrite',['../class_nim_b_l_e_descriptor_callbacks.html#a2872d9e602d4e23cc63f55f5b2f76dd7',1,'NimBLEDescriptorCallbacks::onWrite()'],['../class_nim_b_l_e_characteristic_callbacks.html#ab4edbb758f0212fd190dedad6c9b8ec9',1,'NimBLECharacteristicCallbacks::onWrite()']]], - ['operator_20const_20uint8_5ft_20_2a_27',['operator const uint8_t *',['../class_nim_b_l_e_att_value.html#a3aa926c56cd58146a5b1c6e02c97894b',1,'NimBLEAttValue']]], - ['operator_20std_3a_3astring_28',['operator std::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()']]], - ['operator_20std_3a_3avector_3c_20uint8_5ft_20_3e_29',['vector< uint8_t >',['../class_nim_b_l_e_att_value.html#a3af3b6efb528b1063df2de409c64a0d6',1,'NimBLEAttValue']]], - ['operator_20uint64_5ft_30',['operator uint64_t',['../class_nim_b_l_e_address.html#aa7d5d8d323d2846bf2082b83381bd7c8',1,'NimBLEAddress']]], - ['operator_21_3d_31',['operator!=',['../class_nim_b_l_e_u_u_i_d.html#abeee22e6661f7533f05802e1f89fedfe',1,'NimBLEUUID::operator!=()'],['../class_nim_b_l_e_att_value.html#afda6ab2bce142146bad453249bd0dc43',1,'NimBLEAttValue::operator!=()'],['../class_nim_b_l_e_address.html#ae243127c78af69b26dfa225effd806ce',1,'NimBLEAddress::operator!=()']]], - ['operator_2b_3d_32',['operator+=',['../class_nim_b_l_e_att_value.html#a643f989881afd01a25f9d102421c36ec',1,'NimBLEAttValue']]], - ['operator_3d_33',['operator=',['../class_nim_b_l_e_att_value.html#add319bc80a9a7569f42c8568879c8be9',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_34',['operator==',['../class_nim_b_l_e_address.html#a87e8ccc81c2d83bf0503166939319164',1,'NimBLEAddress::operator==()'],['../class_nim_b_l_e_att_value.html#ad01c8ae4ce617b5ed31733ac245b2e91',1,'NimBLEAttValue::operator==()'],['../class_nim_b_l_e_u_u_i_d.html#a46484dcb0a1bfef6a8afe97f49f97875',1,'NimBLEUUID::operator==()']]], - ['operator_5b_5d_35',['operator[]',['../class_nim_b_l_e_att_value.html#a8ca8d07c06a79e30bf6279e6817e4881',1,'NimBLEAttValue']]], - ['or_20unused_36',['Do not delete client instances unless necessary or unused',['../md__usage__tips.html#do-not-delete-client-instances-unless-necessary-or-unused',1,'']]], - ['originally_37',['Originally',['../md__migration__guide.html#originally',1,'']]], - ['overview_38',['Overview',['../index.html',1,'']]] + ['onstorestatus_23',['onStoreStatus',['../class_nim_b_l_e_device_callbacks.html#aa0584e7aee6b90e377fc7ef34e89b419',1,'NimBLEDeviceCallbacks']]], + ['onsubscribe_24',['onSubscribe',['../class_nim_b_l_e_characteristic_callbacks.html#a024951384bb777d7ee71bfd1d5eff185',1,'NimBLECharacteristicCallbacks']]], + ['onsync_25',['onSync',['../class_nim_b_l_e_device.html#a01737196c77959a03964504ee0b48f4d',1,'NimBLEDevice']]], + ['onwhitelist_26',['onWhiteList',['../class_nim_b_l_e_device.html#ae51e2d4d6169a61133178a1b0d6b5b45',1,'NimBLEDevice']]], + ['onwrite_27',['onwrite',['../class_nim_b_l_e_descriptor_callbacks.html#a2872d9e602d4e23cc63f55f5b2f76dd7',1,'NimBLEDescriptorCallbacks::onWrite()'],['../class_nim_b_l_e_characteristic_callbacks.html#ab4edbb758f0212fd190dedad6c9b8ec9',1,'NimBLECharacteristicCallbacks::onWrite()']]], + ['operator_20const_20uint8_5ft_20_2a_28',['operator const uint8_t *',['../class_nim_b_l_e_att_value.html#a3aa926c56cd58146a5b1c6e02c97894b',1,'NimBLEAttValue']]], + ['operator_20nimbleaddress_29',['operator NimBLEAddress',['../class_nim_b_l_e_advertised_device.html#a0e36b522584f14687657cd29739c491b',1,'NimBLEAdvertisedDevice']]], + ['operator_20std_3a_3astring_30',['operator std::string',['../class_nim_b_l_e_att_value.html#a5edd484c83c5efa62916add8927a6371',1,'NimBLEAttValue::string()'],['../class_nim_b_l_e_address.html#a5398ed7c6d8e95a7527103095e07093a',1,'NimBLEAddress::string()'],['../class_nim_b_l_e_u_u_i_d.html#a4315e760bf763333022658ff980f3048',1,'NimBLEUUID::string()']]], + ['operator_20std_3a_3avector_3c_20uint8_5ft_20_3e_31',['vector< uint8_t >',['../class_nim_b_l_e_att_value.html#a3af3b6efb528b1063df2de409c64a0d6',1,'NimBLEAttValue']]], + ['operator_20uint64_5ft_32',['operator uint64_t',['../class_nim_b_l_e_address.html#aa7d5d8d323d2846bf2082b83381bd7c8',1,'NimBLEAddress']]], + ['operator_21_3d_33',['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#afda6ab2bce142146bad453249bd0dc43',1,'NimBLEAttValue::operator!=(const NimBLEAttValue &source) const']]], + ['operator_2b_3d_34',['operator+=',['../class_nim_b_l_e_att_value.html#a643f989881afd01a25f9d102421c36ec',1,'NimBLEAttValue']]], + ['operator_3d_35',['operator=',['../class_nim_b_l_e_att_value.html#add319bc80a9a7569f42c8568879c8be9',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_36',['operator==',['../class_nim_b_l_e_address.html#a87e8ccc81c2d83bf0503166939319164',1,'NimBLEAddress::operator==()'],['../class_nim_b_l_e_att_value.html#ad01c8ae4ce617b5ed31733ac245b2e91',1,'NimBLEAttValue::operator==()'],['../class_nim_b_l_e_u_u_i_d.html#a46484dcb0a1bfef6a8afe97f49f97875',1,'NimBLEUUID::operator==()']]], + ['operator_5b_5d_37',['operator[]',['../class_nim_b_l_e_att_value.html#a8ca8d07c06a79e30bf6279e6817e4881',1,'NimBLEAttValue']]], + ['or_20unused_38',['Do not delete client instances unless necessary or unused',['../md__usage__tips.html#do-not-delete-client-instances-unless-necessary-or-unused',1,'']]], + ['originally_39',['Originally',['../md__migration__guide.html#originally',1,'']]], + ['overview_40',['Overview',['../index.html',1,'']]] ]; diff --git a/search/all_15.js b/search/all_15.js index 4c36dd3..bd3830d 100644 --- a/search/all_15.js +++ b/search/all_15.js @@ -34,7 +34,7 @@ var searchData= ['setdata_31',['setdata',['../class_nim_b_l_e_ext_advertisement.html#afbc963aac74110423c22537f905ca259',1,'NimBLEExtAdvertisement::setData()'],['../class_nim_b_l_e_beacon.html#ab6475aaa5d8a93e24401da3b4b272496',1,'NimBLEBeacon::setData(const uint8_t *data, uint8_t length)'],['../class_nim_b_l_e_beacon.html#ab204f2a919c5da7308e74bd3590a29c3',1,'NimBLEBeacon::setData(const BeaconData &data)'],['../class_nim_b_l_e_eddystone_t_l_m.html#a05989cc6df5d5dc423c878d2317ddb89',1,'NimBLEEddystoneTLM::setData(const uint8_t *data, uint8_t length)'],['../class_nim_b_l_e_eddystone_t_l_m.html#a394d96131aecd687905fbff05196d4e6',1,'NimBLEEddystoneTLM::setData(const BeaconData &data)']]], ['setdatalen_32',['setdatalen',['../class_nim_b_l_e_client.html#a4e8b16bb2c8ba3534bbd04803a411911',1,'NimBLEClient::setDataLen()'],['../class_nim_b_l_e_server.html#afbffb933eed8142bd24222e3cacc138a',1,'NimBLEServer::setDataLen()']]], ['setdefaultphy_33',['setDefaultPhy',['../class_nim_b_l_e_device.html#a0e021958df2f2dbf40e52b9022c37594',1,'NimBLEDevice']]], - ['setdescription_34',['setDescription',['../class_nim_b_l_e2904.html#a498c863cb3fbf92eecc23f9f8856037c',1,'NimBLE2904']]], + ['setdescription_34',['setDescription',['../class_nim_b_l_e2904.html#a08cdb490d2f88f82856a7666757bc40c',1,'NimBLE2904']]], ['setdevicename_35',['setDeviceName',['../class_nim_b_l_e_device.html#aaa64b6baff54c010eb8b4d0ba338cc01',1,'NimBLEDevice']]], ['setdirected_36',['setDirected',['../class_nim_b_l_e_ext_advertisement.html#af7a99ce4a6fab8034435e6719e27e934',1,'NimBLEExtAdvertisement']]], ['setdirectedpeer_37',['setDirectedPeer',['../class_nim_b_l_e_ext_advertisement.html#a52ee2ff1ccd011ed3410d52c0518728e',1,'NimBLEExtAdvertisement']]], @@ -42,7 +42,7 @@ var searchData= ['setduplicatefilter_39',['setDuplicateFilter',['../class_nim_b_l_e_scan.html#aabbf3f1804a844a7db0284ecc2b78408',1,'NimBLEScan']]], ['setexponent_40',['setExponent',['../class_nim_b_l_e2904.html#ab1c53f99246f67dca1d63b812bef631d',1,'NimBLE2904']]], ['setfilterpolicy_41',['setFilterPolicy',['../class_nim_b_l_e_scan.html#a4248aabb5da67953eadab2a6f834d967',1,'NimBLEScan']]], - ['setflags_42',['setflags',['../class_nim_b_l_e_advertisement_data.html#a00c9c605b9a1054ad056fc0f0f7ebf0d',1,'NimBLEAdvertisementData::setFlags()'],['../class_nim_b_l_e_ext_advertisement.html#a0707d6393d91e1e8912cff65e3d030ca',1,'NimBLEExtAdvertisement::setFlags()']]], + ['setflags_42',['setflags',['../class_nim_b_l_e_advertisement_data.html#afa3e54526ad926e0d13cb31c620361c6',1,'NimBLEAdvertisementData::setFlags()'],['../class_nim_b_l_e_ext_advertisement.html#a0707d6393d91e1e8912cff65e3d030ca',1,'NimBLEExtAdvertisement::setFlags()']]], ['setformat_43',['setFormat',['../class_nim_b_l_e2904.html#ab7f21651b4493fd3daaa0f1545032ff1',1,'NimBLE2904']]], ['sethidinfo_44',['setHidInfo',['../class_nim_b_l_e_h_i_d_device.html#aea007674892608877cdbf9122208ba28',1,'NimBLEHIDDevice']]], ['setinstancedata_45',['setInstanceData',['../class_nim_b_l_e_ext_advertising.html#afbb3b7ea90d4a5b84bdc796c5844203e',1,'NimBLEExtAdvertising']]], diff --git a/search/all_2.js b/search/all_2.js index c383dd8..4d99947 100644 --- a/search/all_2.js +++ b/search/all_2.js @@ -7,28 +7,31 @@ var searchData= ['2_200_203_202025_2001_2005_4',['[2.0.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05',1,'']]], ['2_201_200_202025_2001_2012_5',['[2.1.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12',1,'']]], ['2_201_201_202025_2001_2026_6',['[2.1.1] 2025-01-26',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26',1,'']]], - ['2_202020_2009_2013_7',['[1.0.2] - 2020-09-13',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13',1,'']]], - ['2_202022_2001_2015_8',['[1.3.2] - 2022-01-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15',1,'']]], - ['2_20x_9',['Migrating from 1.x to 2.x',['../md_1_8x__to2_8x__migration__guide.html',1,'']]], - ['20_10',['[1.1.0] - 2021-01-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20',1,'']]], - ['2020_2008_2022_11',['[1.0.0] - 2020-08-22',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22',1,'']]], - ['2020_2009_2002_12',['[1.0.1] - 2020-09-02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02',1,'']]], - ['2020_2009_2013_13',['[1.0.2] - 2020-09-13',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13',1,'']]], - ['2021_2001_2020_14',['[1.1.0] - 2021-01-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20',1,'']]], - ['2021_2002_2008_15',['[1.2.0] - 2021-02-08',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08',1,'']]], - ['2021_2008_2002_16',['[1.3.0] - 2021-08-02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02',1,'']]], - ['2021_2008_2004_17',['[1.3.1] - 2021-08-04',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04',1,'']]], - ['2022_2001_2015_18',['[1.3.2] - 2022-01-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15',1,'']]], - ['2022_2002_2015_19',['[1.3.3] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15',1,'']]], - ['2022_2007_2031_20',['[1.4.0] - 2022-07-31',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31',1,'']]], - ['2022_2010_2030_21',['[1.4.1] - 2022-10-30',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-30',1,'']]], - ['2024_2012_2014_22',['[2.0.0] 2024-12-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md200-2024-12-14',1,'']]], - ['2024_2012_2016_23',['[2.0.1] 2024-12-16',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md201-2024-12-16',1,'']]], - ['2024_2012_2021_24',['[2.0.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21',1,'']]], - ['2025_2001_2005_25',['[2.0.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05',1,'']]], - ['2025_2001_2012_26',['[2.1.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12',1,'']]], - ['2025_2001_2026_27',['[2.1.1] 2025-01-26',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26',1,'']]], - ['21_28',['[2.0.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21',1,'']]], - ['22_29',['[1.0.0] - 2020-08-22',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22',1,'']]], - ['26_30',['[2.1.1] 2025-01-26',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26',1,'']]] + ['2_202_200_202025_2002_2024_7',['[2.2.0] 2025-02-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24',1,'']]], + ['2_202020_2009_2013_8',['[1.0.2] - 2020-09-13',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13',1,'']]], + ['2_202022_2001_2015_9',['[1.3.2] - 2022-01-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15',1,'']]], + ['2_20x_10',['Migrating from 1.x to 2.x',['../md_1_8x__to2_8x__migration__guide.html',1,'']]], + ['20_11',['[1.1.0] - 2021-01-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20',1,'']]], + ['2020_2008_2022_12',['[1.0.0] - 2020-08-22',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22',1,'']]], + ['2020_2009_2002_13',['[1.0.1] - 2020-09-02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02',1,'']]], + ['2020_2009_2013_14',['[1.0.2] - 2020-09-13',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13',1,'']]], + ['2021_2001_2020_15',['[1.1.0] - 2021-01-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20',1,'']]], + ['2021_2002_2008_16',['[1.2.0] - 2021-02-08',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08',1,'']]], + ['2021_2008_2002_17',['[1.3.0] - 2021-08-02',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02',1,'']]], + ['2021_2008_2004_18',['[1.3.1] - 2021-08-04',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04',1,'']]], + ['2022_2001_2015_19',['[1.3.2] - 2022-01-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2022-01-15',1,'']]], + ['2022_2002_2015_20',['[1.3.3] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2022-02-15',1,'']]], + ['2022_2007_2031_21',['[1.4.0] - 2022-07-31',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-31',1,'']]], + ['2022_2010_2030_22',['[1.4.1] - 2022-10-30',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-30',1,'']]], + ['2024_2012_2014_23',['[2.0.0] 2024-12-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md200-2024-12-14',1,'']]], + ['2024_2012_2016_24',['[2.0.1] 2024-12-16',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md201-2024-12-16',1,'']]], + ['2024_2012_2021_25',['[2.0.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21',1,'']]], + ['2025_2001_2005_26',['[2.0.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md203-2025-01-05',1,'']]], + ['2025_2001_2012_27',['[2.1.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2025-01-12',1,'']]], + ['2025_2001_2026_28',['[2.1.1] 2025-01-26',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26',1,'']]], + ['2025_2002_2024_29',['[2.2.0] 2025-02-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24',1,'']]], + ['21_30',['[2.0.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md202-2024-12-21',1,'']]], + ['22_31',['[1.0.0] - 2020-08-22',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22',1,'']]], + ['24_32',['[2.2.0] 2025-02-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-02-24',1,'']]], + ['26_33',['[2.1.1] 2025-01-26',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2025-01-26',1,'']]] ]; diff --git a/search/all_6.js b/search/all_6.js index 3b91292..104cca2 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -8,10 +8,10 @@ var searchData= ['addcharacteristic_5',['addCharacteristic',['../class_nim_b_l_e_service.html#af8215dbfdaf7ced32d6158f8ff5116e8',1,'NimBLEService']]], ['adddata_6',['adddata',['../class_nim_b_l_e_advertisement_data.html#a67f4d6869eb2797bc78389adf20cb59e',1,'NimBLEAdvertisementData::addData()'],['../class_nim_b_l_e_ext_advertisement.html#ab387e2739a3b8b207b965ba0cda70595',1,'NimBLEExtAdvertisement::addData(const std::string &data)'],['../class_nim_b_l_e_ext_advertisement.html#a1f449f67deca3d7ef66c07d61c12d28e',1,'NimBLEExtAdvertisement::addData(const uint8_t *data, size_t length)'],['../class_nim_b_l_e_advertisement_data.html#a051d8f4ae66d2caa39351af8277bf0ed',1,'NimBLEAdvertisementData::addData()']]], ['adddescriptor_7',['addDescriptor',['../class_nim_b_l_e_characteristic.html#aed4b2241c89ad2a8f49117e2b9433e5b',1,'NimBLECharacteristic']]], - ['added_8',['added',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added',1,'Added']]], + ['added_8',['added',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-10',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1',1,'Added']]], ['addresses_9',['addresses',['../md__migration__guide.html#ble-addresses-1',1,'BLE Addresses'],['../md_1_8x__to2_8x__migration__guide.html#ble-addresses',1,'BLE Addresses']]], ['addservice_10',['addService',['../class_nim_b_l_e_server.html#a6eda4c9e0ac1dd031c678d4bf7da1d56',1,'NimBLEServer']]], - ['addserviceuuid_11',['addserviceuuid',['../class_nim_b_l_e_advertisement_data.html#a4119cfc1dafeee9c32f9a08dbb213139',1,'NimBLEAdvertisementData::addServiceUUID(const char *serviceUUID)'],['../class_nim_b_l_e_advertisement_data.html#acbea9f95711b329a427919ecd9cbeb23',1,'NimBLEAdvertisementData::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../class_nim_b_l_e_advertising.html#a67c9589dff7e0ee3ec24f2c930d56c06',1,'NimBLEAdvertising::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../class_nim_b_l_e_advertising.html#a1bacfa32690f7e0c6f1172ea03c68c0d',1,'NimBLEAdvertising::addServiceUUID(const char *serviceUUID)'],['../class_nim_b_l_e_ext_advertisement.html#a0e7a8731b021ba8813a3a9024171e926',1,'NimBLEExtAdvertisement::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../class_nim_b_l_e_ext_advertisement.html#a4b4bea2600ee592ffe6877fe8eac7872',1,'NimBLEExtAdvertisement::addServiceUUID(const char *serviceUUID)']]], + ['addserviceuuid_11',['addserviceuuid',['../class_nim_b_l_e_advertising.html#a67c9589dff7e0ee3ec24f2c930d56c06',1,'NimBLEAdvertising::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../class_nim_b_l_e_advertising.html#a1bacfa32690f7e0c6f1172ea03c68c0d',1,'NimBLEAdvertising::addServiceUUID(const char *serviceUUID)'],['../class_nim_b_l_e_advertisement_data.html#a4119cfc1dafeee9c32f9a08dbb213139',1,'NimBLEAdvertisementData::addServiceUUID()'],['../class_nim_b_l_e_ext_advertisement.html#a0e7a8731b021ba8813a3a9024171e926',1,'NimBLEExtAdvertisement::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../class_nim_b_l_e_ext_advertisement.html#a4b4bea2600ee592ffe6877fe8eac7872',1,'NimBLEExtAdvertisement::addServiceUUID(const char *serviceUUID)'],['../class_nim_b_l_e_advertisement_data.html#acbea9f95711b329a427919ecd9cbeb23',1,'NimBLEAdvertisementData::addServiceUUID(const NimBLEUUID &serviceUUID)']]], ['addtxpower_12',['addtxpower',['../class_nim_b_l_e_advertisement_data.html#a3f227c597ec00f639e4bd26b80ce404b',1,'NimBLEAdvertisementData::addTxPower()'],['../class_nim_b_l_e_advertising.html#a0d3c5cb3a93416a4206abb1f8e443ebf',1,'NimBLEAdvertising::addTxPower()'],['../class_nim_b_l_e_ext_advertisement.html#aa423a004e031744463e82623142195d6',1,'NimBLEExtAdvertisement::addTxPower()']]], ['advertised_20device_13',['Advertised Device',['../md_1_8x__to2_8x__migration__guide.html#advertised-device',1,'']]], ['advertiseondisconnect_14',['advertiseOnDisconnect',['../class_nim_b_l_e_server.html#aecf5b57888c55249a9c207d318a0495b',1,'NimBLEServer']]], diff --git a/search/all_8.js b/search/all_8.js index 5a8e3af..98e3d26 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -24,7 +24,7 @@ var searchData= ['clearresults_21',['clearResults',['../class_nim_b_l_e_scan.html#ad421a09eeb021755b193a7a5e01f183b',1,'NimBLEScan']]], ['client_22',['client',['../md_1_8x__to2_8x__migration__guide.html#client',1,'Client'],['../md__new__user__guide.html#creating-a-client',1,'Creating a Client']]], ['client_20api_23',['Client API',['../md__migration__guide.html#client-api',1,'']]], - ['client_20callbacks_24',['client callbacks',['../md__migration__guide.html#client-callbacks-1',1,'Client callbacks'],['../md_1_8x__to2_8x__migration__guide.html#client-callbacks',1,'Client callbacks']]], + ['client_20callbacks_24',['client callbacks',['../md_1_8x__to2_8x__migration__guide.html#client-callbacks',1,'Client callbacks'],['../md__migration__guide.html#client-callbacks-1',1,'Client callbacks']]], ['client_20instances_20unless_20necessary_20or_20unused_25',['Do not delete client instances unless necessary or unused',['../md__usage__tips.html#do-not-delete-client-instances-unless-necessary-or-unused',1,'']]], ['client_20security_26',['Client Security',['../md__migration__guide.html#client-security',1,'']]], ['config_5fbt_5fnimble_5fatt_5fpreferred_5fmtu_27',['CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU',['../nimconfig_8h.html#a8fa28ebea6e979630359a2acde3ae578',1,'nimconfig.h']]], @@ -50,12 +50,12 @@ var searchData= ['config_5fnimble_5fcpp_5fenable_5freturn_5fcode_5ftext_47',['CONFIG_NIMBLE_CPP_ENABLE_RETURN_CODE_TEXT',['../nimconfig_8h.html#a136a5d626ac04aa780c6ec07ee88d242',1,'nimconfig.h']]], ['config_5fnimble_5fcpp_5flog_5flevel_48',['CONFIG_NIMBLE_CPP_LOG_LEVEL',['../nimconfig_8h.html#a3966debed5a599b8cabff3c50b9fae4f',1,'nimconfig.h']]], ['configuration_49',['Arduino Configuration',['../md__migration__guide.html#arduino-configuration',1,'']]], - ['connect_50',['connect',['../class_nim_b_l_e_client.html#a26c8117d56d8b637780390a6506716be',1,'NimBLEClient::connect(bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)'],['../class_nim_b_l_e_client.html#a27e53c3746bc2d20ea7cfcea1a123cbf',1,'NimBLEClient::connect(const NimBLEAddress &address, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)'],['../class_nim_b_l_e_client.html#a2b49bc73802bf716cf3df3b5a93f0543',1,'NimBLEClient::connect(const NimBLEAdvertisedDevice *device, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)']]], + ['connect_50',['connect',['../class_nim_b_l_e_client.html#a26c8117d56d8b637780390a6506716be',1,'NimBLEClient::connect(bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)'],['../class_nim_b_l_e_client.html#a27e53c3746bc2d20ea7cfcea1a123cbf',1,'NimBLEClient::connect(const NimBLEAddress &address, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)']]], ['core_51',['Put BLE functions in a task running on the NimBLE stack core',['../md__usage__tips.html#put-ble-functions-in-a-task-running-on-the-nimble-stack-core',1,'']]], ['create2904_52',['create2904',['../class_nim_b_l_e_characteristic.html#acc3402da680a988f6fa38100d9c98275',1,'NimBLECharacteristic']]], ['createcharacteristic_53',['createcharacteristic',['../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)'],['../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)']]], - ['createclient_54',['createclient',['../class_nim_b_l_e_device.html#a010b12177917f33e7d3633736c0cc553',1,'NimBLEDevice::createClient()'],['../class_nim_b_l_e_device.html#a7b52d5124390f1d547273d25ecae6704',1,'NimBLEDevice::createClient(const NimBLEAddress &peerAddress)']]], - ['createdescriptor_55',['createdescriptor',['../class_nim_b_l_e_characteristic.html#ac7c63b770d181de28869fda0f4d902fa',1,'NimBLECharacteristic::createDescriptor(const NimBLEUUID &uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t maxLen=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_characteristic.html#aa9817ffdcc2d57e65e4ec3d88836af3f',1,'NimBLECharacteristic::createDescriptor(const char *uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t maxLen=BLE_ATT_ATTR_MAX_LEN)']]], + ['createclient_54',['createclient',['../class_nim_b_l_e_device.html#a7b52d5124390f1d547273d25ecae6704',1,'NimBLEDevice::createClient(const NimBLEAddress &peerAddress)'],['../class_nim_b_l_e_device.html#a010b12177917f33e7d3633736c0cc553',1,'NimBLEDevice::createClient()']]], + ['createdescriptor_55',['createdescriptor',['../class_nim_b_l_e_characteristic.html#aa9817ffdcc2d57e65e4ec3d88836af3f',1,'NimBLECharacteristic::createDescriptor(const char *uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t maxLen=BLE_ATT_ATTR_MAX_LEN)'],['../class_nim_b_l_e_characteristic.html#ac7c63b770d181de28869fda0f4d902fa',1,'NimBLECharacteristic::createDescriptor(const NimBLEUUID &uuid, uint32_t properties=NIMBLE_PROPERTY::READ|NIMBLE_PROPERTY::WRITE, uint16_t maxLen=BLE_ATT_ATTR_MAX_LEN)']]], ['createserver_56',['createServer',['../class_nim_b_l_e_device.html#a4d9780d0b5fafc279483822af802a508',1,'NimBLEDevice']]], ['createservice_57',['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)']]], ['creating_20a_20client_58',['Creating a Client',['../md__new__user__guide.html#creating-a-client',1,'']]], diff --git a/search/classes_0.js b/search/classes_0.js index a3f80c8..a78ac84 100644 --- a/search/classes_0.js +++ b/search/classes_0.js @@ -16,22 +16,23 @@ var searchData= ['nimbledescriptor_13',['NimBLEDescriptor',['../class_nim_b_l_e_descriptor.html',1,'']]], ['nimbledescriptorcallbacks_14',['NimBLEDescriptorCallbacks',['../class_nim_b_l_e_descriptor_callbacks.html',1,'']]], ['nimbledevice_15',['NimBLEDevice',['../class_nim_b_l_e_device.html',1,'']]], - ['nimbleeddystonetlm_16',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html',1,'']]], - ['nimbleextadvertisement_17',['NimBLEExtAdvertisement',['../class_nim_b_l_e_ext_advertisement.html',1,'']]], - ['nimbleextadvertising_18',['NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html',1,'']]], - ['nimbleextadvertisingcallbacks_19',['NimBLEExtAdvertisingCallbacks',['../class_nim_b_l_e_ext_advertising_callbacks.html',1,'']]], - ['nimblehiddevice_20',['NimBLEHIDDevice',['../class_nim_b_l_e_h_i_d_device.html',1,'']]], - ['nimblelocalattribute_21',['NimBLELocalAttribute',['../class_nim_b_l_e_local_attribute.html',1,'']]], - ['nimbleremotecharacteristic_22',['NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html',1,'']]], - ['nimbleremotedescriptor_23',['NimBLERemoteDescriptor',['../class_nim_b_l_e_remote_descriptor.html',1,'']]], - ['nimbleremoteservice_24',['NimBLERemoteService',['../class_nim_b_l_e_remote_service.html',1,'']]], - ['nimblescan_25',['NimBLEScan',['../class_nim_b_l_e_scan.html',1,'']]], - ['nimblescancallbacks_26',['NimBLEScanCallbacks',['../class_nim_b_l_e_scan_callbacks.html',1,'']]], - ['nimblescanresults_27',['NimBLEScanResults',['../class_nim_b_l_e_scan_results.html',1,'']]], - ['nimbleserver_28',['NimBLEServer',['../class_nim_b_l_e_server.html',1,'']]], - ['nimbleservercallbacks_29',['NimBLEServerCallbacks',['../class_nim_b_l_e_server_callbacks.html',1,'']]], - ['nimbleservice_30',['NimBLEService',['../class_nim_b_l_e_service.html',1,'']]], - ['nimbletaskdata_31',['NimBLETaskData',['../struct_nim_b_l_e_task_data.html',1,'']]], - ['nimbleutils_32',['NimBLEUtils',['../class_nim_b_l_e_utils.html',1,'']]], - ['nimbleuuid_33',['NimBLEUUID',['../class_nim_b_l_e_u_u_i_d.html',1,'']]] + ['nimbledevicecallbacks_16',['NimBLEDeviceCallbacks',['../class_nim_b_l_e_device_callbacks.html',1,'']]], + ['nimbleeddystonetlm_17',['NimBLEEddystoneTLM',['../class_nim_b_l_e_eddystone_t_l_m.html',1,'']]], + ['nimbleextadvertisement_18',['NimBLEExtAdvertisement',['../class_nim_b_l_e_ext_advertisement.html',1,'']]], + ['nimbleextadvertising_19',['NimBLEExtAdvertising',['../class_nim_b_l_e_ext_advertising.html',1,'']]], + ['nimbleextadvertisingcallbacks_20',['NimBLEExtAdvertisingCallbacks',['../class_nim_b_l_e_ext_advertising_callbacks.html',1,'']]], + ['nimblehiddevice_21',['NimBLEHIDDevice',['../class_nim_b_l_e_h_i_d_device.html',1,'']]], + ['nimblelocalattribute_22',['NimBLELocalAttribute',['../class_nim_b_l_e_local_attribute.html',1,'']]], + ['nimbleremotecharacteristic_23',['NimBLERemoteCharacteristic',['../class_nim_b_l_e_remote_characteristic.html',1,'']]], + ['nimbleremotedescriptor_24',['NimBLERemoteDescriptor',['../class_nim_b_l_e_remote_descriptor.html',1,'']]], + ['nimbleremoteservice_25',['NimBLERemoteService',['../class_nim_b_l_e_remote_service.html',1,'']]], + ['nimblescan_26',['NimBLEScan',['../class_nim_b_l_e_scan.html',1,'']]], + ['nimblescancallbacks_27',['NimBLEScanCallbacks',['../class_nim_b_l_e_scan_callbacks.html',1,'']]], + ['nimblescanresults_28',['NimBLEScanResults',['../class_nim_b_l_e_scan_results.html',1,'']]], + ['nimbleserver_29',['NimBLEServer',['../class_nim_b_l_e_server.html',1,'']]], + ['nimbleservercallbacks_30',['NimBLEServerCallbacks',['../class_nim_b_l_e_server_callbacks.html',1,'']]], + ['nimbleservice_31',['NimBLEService',['../class_nim_b_l_e_service.html',1,'']]], + ['nimbletaskdata_32',['NimBLETaskData',['../struct_nim_b_l_e_task_data.html',1,'']]], + ['nimbleutils_33',['NimBLEUtils',['../class_nim_b_l_e_utils.html',1,'']]], + ['nimbleuuid_34',['NimBLEUUID',['../class_nim_b_l_e_u_u_i_d.html',1,'']]] ]; diff --git a/search/functions_2.js b/search/functions_2.js index 9a84e64..8d0f261 100644 --- a/search/functions_2.js +++ b/search/functions_2.js @@ -12,7 +12,7 @@ var searchData= ['capacity_9',['capacity',['../class_nim_b_l_e_att_value.html#a49a8a126d0b534c999c4a341cdcf7ba2',1,'NimBLEAttValue']]], ['cleardata_10',['cleardata',['../class_nim_b_l_e_advertisement_data.html#ac0f2238cf17bf3e8bbef8b0ef0d61dcf',1,'NimBLEAdvertisementData::clearData()'],['../class_nim_b_l_e_advertising.html#af7cee42f24ad38872936a0bbc9e2ac1e',1,'NimBLEAdvertising::clearData()'],['../class_nim_b_l_e_ext_advertisement.html#a1391be9ee1b2ba1dc0548f2431b1d3af',1,'NimBLEExtAdvertisement::clearData()']]], ['clearresults_11',['clearResults',['../class_nim_b_l_e_scan.html#ad421a09eeb021755b193a7a5e01f183b',1,'NimBLEScan']]], - ['connect_12',['connect',['../class_nim_b_l_e_client.html#a2b49bc73802bf716cf3df3b5a93f0543',1,'NimBLEClient::connect(const NimBLEAdvertisedDevice *device, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)'],['../class_nim_b_l_e_client.html#a27e53c3746bc2d20ea7cfcea1a123cbf',1,'NimBLEClient::connect(const NimBLEAddress &address, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)'],['../class_nim_b_l_e_client.html#a26c8117d56d8b637780390a6506716be',1,'NimBLEClient::connect(bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)']]], + ['connect_12',['connect',['../class_nim_b_l_e_client.html#a27e53c3746bc2d20ea7cfcea1a123cbf',1,'NimBLEClient::connect(const NimBLEAddress &address, bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)'],['../class_nim_b_l_e_client.html#a26c8117d56d8b637780390a6506716be',1,'NimBLEClient::connect(bool deleteAttributes=true, bool asyncConnect=false, bool exchangeMTU=true)']]], ['create2904_13',['create2904',['../class_nim_b_l_e_characteristic.html#acc3402da680a988f6fa38100d9c98275',1,'NimBLECharacteristic']]], ['createcharacteristic_14',['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_15',['createclient',['../class_nim_b_l_e_device.html#a010b12177917f33e7d3633736c0cc553',1,'NimBLEDevice::createClient()'],['../class_nim_b_l_e_device.html#a7b52d5124390f1d547273d25ecae6704',1,'NimBLEDevice::createClient(const NimBLEAddress &peerAddress)']]], diff --git a/search/functions_c.js b/search/functions_c.js index 64d5c3a..d206d9f 100644 --- a/search/functions_c.js +++ b/search/functions_c.js @@ -1,7 +1,7 @@ var searchData= [ - ['onauthenticationcomplete_0',['onauthenticationcomplete',['../class_nim_b_l_e_server_callbacks.html#a7cbed42919678d9e8d40b351dec82523',1,'NimBLEServerCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_client_callbacks.html#ae8e2abef6949ac87abf5ecad1a4dfe35',1,'NimBLEClientCallbacks::onAuthenticationComplete(NimBLEConnInfo &connInfo)']]], - ['onconfirmpasskey_1',['onconfirmpasskey',['../class_nim_b_l_e_client_callbacks.html#a6e7cfa81cd43420f78d6da727c67928b',1,'NimBLEClientCallbacks::onConfirmPasskey()'],['../class_nim_b_l_e_server_callbacks.html#a507296393ca8557db2e4afa786c5b436',1,'NimBLEServerCallbacks::onConfirmPassKey()']]], + ['onauthenticationcomplete_0',['onauthenticationcomplete',['../class_nim_b_l_e_server_callbacks.html#a7cbed42919678d9e8d40b351dec82523',1,'NimBLEServerCallbacks::onAuthenticationComplete()'],['../class_nim_b_l_e_client_callbacks.html#ae8e2abef6949ac87abf5ecad1a4dfe35',1,'NimBLEClientCallbacks::onAuthenticationComplete()']]], + ['onconfirmpasskey_1',['onconfirmpasskey',['../class_nim_b_l_e_server_callbacks.html#a507296393ca8557db2e4afa786c5b436',1,'NimBLEServerCallbacks::onConfirmPassKey()'],['../class_nim_b_l_e_client_callbacks.html#a6e7cfa81cd43420f78d6da727c67928b',1,'NimBLEClientCallbacks::onConfirmPasskey(NimBLEConnInfo &connInfo, uint32_t pin)']]], ['onconnect_2',['onconnect',['../class_nim_b_l_e_client_callbacks.html#a96de53d9745f243d544cd89498f979ae',1,'NimBLEClientCallbacks::onConnect()'],['../class_nim_b_l_e_server_callbacks.html#a11d48696c2121eb301a76301555df2c5',1,'NimBLEServerCallbacks::onConnect()']]], ['onconnectfail_3',['onConnectFail',['../class_nim_b_l_e_client_callbacks.html#ad0eb6bee07ef8c41dd8924aaca3bc71e',1,'NimBLEClientCallbacks']]], ['onconnparamsupdate_4',['onConnParamsUpdate',['../class_nim_b_l_e_server_callbacks.html#aa6e5e8ef90a537540d9c72f8744c0199',1,'NimBLEServerCallbacks']]], @@ -20,17 +20,19 @@ var searchData= ['onscanrequest_17',['onScanRequest',['../class_nim_b_l_e_ext_advertising_callbacks.html#aeec59f9c28ef5e257e4e8fd306d92ccd',1,'NimBLEExtAdvertisingCallbacks']]], ['onstatus_18',['onStatus',['../class_nim_b_l_e_characteristic_callbacks.html#a6f9b1f0f15492e3d47662e5e2ff0baee',1,'NimBLECharacteristicCallbacks']]], ['onstopped_19',['onStopped',['../class_nim_b_l_e_ext_advertising_callbacks.html#add0646acf63c19e96c499b737144d8fe',1,'NimBLEExtAdvertisingCallbacks']]], - ['onsubscribe_20',['onSubscribe',['../class_nim_b_l_e_characteristic_callbacks.html#a024951384bb777d7ee71bfd1d5eff185',1,'NimBLECharacteristicCallbacks']]], - ['onsync_21',['onSync',['../class_nim_b_l_e_device.html#a01737196c77959a03964504ee0b48f4d',1,'NimBLEDevice']]], - ['onwhitelist_22',['onWhiteList',['../class_nim_b_l_e_device.html#ae51e2d4d6169a61133178a1b0d6b5b45',1,'NimBLEDevice']]], - ['onwrite_23',['onwrite',['../class_nim_b_l_e_characteristic_callbacks.html#ab4edbb758f0212fd190dedad6c9b8ec9',1,'NimBLECharacteristicCallbacks::onWrite()'],['../class_nim_b_l_e_descriptor_callbacks.html#a2872d9e602d4e23cc63f55f5b2f76dd7',1,'NimBLEDescriptorCallbacks::onWrite()']]], - ['operator_20const_20uint8_5ft_20_2a_24',['operator const uint8_t *',['../class_nim_b_l_e_att_value.html#a3aa926c56cd58146a5b1c6e02c97894b',1,'NimBLEAttValue']]], - ['operator_20std_3a_3astring_25',['operator std::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()']]], - ['operator_20std_3a_3avector_3c_20uint8_5ft_20_3e_26',['vector< uint8_t >',['../class_nim_b_l_e_att_value.html#a3af3b6efb528b1063df2de409c64a0d6',1,'NimBLEAttValue']]], - ['operator_20uint64_5ft_27',['operator uint64_t',['../class_nim_b_l_e_address.html#aa7d5d8d323d2846bf2082b83381bd7c8',1,'NimBLEAddress']]], - ['operator_21_3d_28',['operator!=',['../class_nim_b_l_e_address.html#ae243127c78af69b26dfa225effd806ce',1,'NimBLEAddress::operator!=()'],['../class_nim_b_l_e_att_value.html#afda6ab2bce142146bad453249bd0dc43',1,'NimBLEAttValue::operator!=()'],['../class_nim_b_l_e_u_u_i_d.html#abeee22e6661f7533f05802e1f89fedfe',1,'NimBLEUUID::operator!=()']]], - ['operator_2b_3d_29',['operator+=',['../class_nim_b_l_e_att_value.html#a643f989881afd01a25f9d102421c36ec',1,'NimBLEAttValue']]], - ['operator_3d_30',['operator=',['../class_nim_b_l_e_att_value.html#add319bc80a9a7569f42c8568879c8be9',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_31',['operator==',['../class_nim_b_l_e_address.html#a87e8ccc81c2d83bf0503166939319164',1,'NimBLEAddress::operator==()'],['../class_nim_b_l_e_att_value.html#ad01c8ae4ce617b5ed31733ac245b2e91',1,'NimBLEAttValue::operator==()'],['../class_nim_b_l_e_u_u_i_d.html#a46484dcb0a1bfef6a8afe97f49f97875',1,'NimBLEUUID::operator==()']]], - ['operator_5b_5d_32',['operator[]',['../class_nim_b_l_e_att_value.html#a8ca8d07c06a79e30bf6279e6817e4881',1,'NimBLEAttValue']]] + ['onstorestatus_20',['onStoreStatus',['../class_nim_b_l_e_device_callbacks.html#aa0584e7aee6b90e377fc7ef34e89b419',1,'NimBLEDeviceCallbacks']]], + ['onsubscribe_21',['onSubscribe',['../class_nim_b_l_e_characteristic_callbacks.html#a024951384bb777d7ee71bfd1d5eff185',1,'NimBLECharacteristicCallbacks']]], + ['onsync_22',['onSync',['../class_nim_b_l_e_device.html#a01737196c77959a03964504ee0b48f4d',1,'NimBLEDevice']]], + ['onwhitelist_23',['onWhiteList',['../class_nim_b_l_e_device.html#ae51e2d4d6169a61133178a1b0d6b5b45',1,'NimBLEDevice']]], + ['onwrite_24',['onwrite',['../class_nim_b_l_e_characteristic_callbacks.html#ab4edbb758f0212fd190dedad6c9b8ec9',1,'NimBLECharacteristicCallbacks::onWrite()'],['../class_nim_b_l_e_descriptor_callbacks.html#a2872d9e602d4e23cc63f55f5b2f76dd7',1,'NimBLEDescriptorCallbacks::onWrite()']]], + ['operator_20const_20uint8_5ft_20_2a_25',['operator const uint8_t *',['../class_nim_b_l_e_att_value.html#a3aa926c56cd58146a5b1c6e02c97894b',1,'NimBLEAttValue']]], + ['operator_20nimbleaddress_26',['operator NimBLEAddress',['../class_nim_b_l_e_advertised_device.html#a0e36b522584f14687657cd29739c491b',1,'NimBLEAdvertisedDevice']]], + ['operator_20std_3a_3astring_27',['operator std::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()']]], + ['operator_20std_3a_3avector_3c_20uint8_5ft_20_3e_28',['vector< uint8_t >',['../class_nim_b_l_e_att_value.html#a3af3b6efb528b1063df2de409c64a0d6',1,'NimBLEAttValue']]], + ['operator_20uint64_5ft_29',['operator uint64_t',['../class_nim_b_l_e_address.html#aa7d5d8d323d2846bf2082b83381bd7c8',1,'NimBLEAddress']]], + ['operator_21_3d_30',['operator!=',['../class_nim_b_l_e_address.html#ae243127c78af69b26dfa225effd806ce',1,'NimBLEAddress::operator!=()'],['../class_nim_b_l_e_att_value.html#afda6ab2bce142146bad453249bd0dc43',1,'NimBLEAttValue::operator!=()'],['../class_nim_b_l_e_u_u_i_d.html#abeee22e6661f7533f05802e1f89fedfe',1,'NimBLEUUID::operator!=()']]], + ['operator_2b_3d_31',['operator+=',['../class_nim_b_l_e_att_value.html#a643f989881afd01a25f9d102421c36ec',1,'NimBLEAttValue']]], + ['operator_3d_32',['operator=',['../class_nim_b_l_e_att_value.html#add319bc80a9a7569f42c8568879c8be9',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_33',['operator==',['../class_nim_b_l_e_address.html#a87e8ccc81c2d83bf0503166939319164',1,'NimBLEAddress::operator==()'],['../class_nim_b_l_e_att_value.html#ad01c8ae4ce617b5ed31733ac245b2e91',1,'NimBLEAttValue::operator==()'],['../class_nim_b_l_e_u_u_i_d.html#a46484dcb0a1bfef6a8afe97f49f97875',1,'NimBLEUUID::operator==()']]], + ['operator_5b_5d_34',['operator[]',['../class_nim_b_l_e_att_value.html#a8ca8d07c06a79e30bf6279e6817e4881',1,'NimBLEAttValue']]] ]; diff --git a/search/functions_e.js b/search/functions_e.js index f7de563..49f2fb2 100644 --- a/search/functions_e.js +++ b/search/functions_e.js @@ -25,7 +25,7 @@ var searchData= ['setdata_22',['setdata',['../class_nim_b_l_e_eddystone_t_l_m.html#a394d96131aecd687905fbff05196d4e6',1,'NimBLEEddystoneTLM::setData()'],['../class_nim_b_l_e_ext_advertisement.html#afbc963aac74110423c22537f905ca259',1,'NimBLEExtAdvertisement::setData()'],['../class_nim_b_l_e_eddystone_t_l_m.html#a05989cc6df5d5dc423c878d2317ddb89',1,'NimBLEEddystoneTLM::setData()'],['../class_nim_b_l_e_beacon.html#ab204f2a919c5da7308e74bd3590a29c3',1,'NimBLEBeacon::setData(const BeaconData &data)'],['../class_nim_b_l_e_beacon.html#ab6475aaa5d8a93e24401da3b4b272496',1,'NimBLEBeacon::setData(const uint8_t *data, uint8_t length)']]], ['setdatalen_23',['setdatalen',['../class_nim_b_l_e_client.html#a4e8b16bb2c8ba3534bbd04803a411911',1,'NimBLEClient::setDataLen()'],['../class_nim_b_l_e_server.html#afbffb933eed8142bd24222e3cacc138a',1,'NimBLEServer::setDataLen()']]], ['setdefaultphy_24',['setDefaultPhy',['../class_nim_b_l_e_device.html#a0e021958df2f2dbf40e52b9022c37594',1,'NimBLEDevice']]], - ['setdescription_25',['setDescription',['../class_nim_b_l_e2904.html#a498c863cb3fbf92eecc23f9f8856037c',1,'NimBLE2904']]], + ['setdescription_25',['setDescription',['../class_nim_b_l_e2904.html#a08cdb490d2f88f82856a7666757bc40c',1,'NimBLE2904']]], ['setdevicename_26',['setDeviceName',['../class_nim_b_l_e_device.html#aaa64b6baff54c010eb8b4d0ba338cc01',1,'NimBLEDevice']]], ['setdirected_27',['setDirected',['../class_nim_b_l_e_ext_advertisement.html#af7a99ce4a6fab8034435e6719e27e934',1,'NimBLEExtAdvertisement']]], ['setdirectedpeer_28',['setDirectedPeer',['../class_nim_b_l_e_ext_advertisement.html#a52ee2ff1ccd011ed3410d52c0518728e',1,'NimBLEExtAdvertisement']]], @@ -33,7 +33,7 @@ var searchData= ['setduplicatefilter_30',['setDuplicateFilter',['../class_nim_b_l_e_scan.html#aabbf3f1804a844a7db0284ecc2b78408',1,'NimBLEScan']]], ['setexponent_31',['setExponent',['../class_nim_b_l_e2904.html#ab1c53f99246f67dca1d63b812bef631d',1,'NimBLE2904']]], ['setfilterpolicy_32',['setFilterPolicy',['../class_nim_b_l_e_scan.html#a4248aabb5da67953eadab2a6f834d967',1,'NimBLEScan']]], - ['setflags_33',['setflags',['../class_nim_b_l_e_advertisement_data.html#a00c9c605b9a1054ad056fc0f0f7ebf0d',1,'NimBLEAdvertisementData::setFlags()'],['../class_nim_b_l_e_ext_advertisement.html#a0707d6393d91e1e8912cff65e3d030ca',1,'NimBLEExtAdvertisement::setFlags()']]], + ['setflags_33',['setflags',['../class_nim_b_l_e_advertisement_data.html#afa3e54526ad926e0d13cb31c620361c6',1,'NimBLEAdvertisementData::setFlags()'],['../class_nim_b_l_e_ext_advertisement.html#a0707d6393d91e1e8912cff65e3d030ca',1,'NimBLEExtAdvertisement::setFlags()']]], ['setformat_34',['setFormat',['../class_nim_b_l_e2904.html#ab7f21651b4493fd3daaa0f1545032ff1',1,'NimBLE2904']]], ['sethidinfo_35',['setHidInfo',['../class_nim_b_l_e_h_i_d_device.html#aea007674892608877cdbf9122208ba28',1,'NimBLEHIDDevice']]], ['setinstancedata_36',['setInstanceData',['../class_nim_b_l_e_ext_advertising.html#afbb3b7ea90d4a5b84bdc796c5844203e',1,'NimBLEExtAdvertising']]], diff --git a/struct_nim_b_l_e_task_data-members.html b/struct_nim_b_l_e_task_data-members.html index 1126e28..50d19bd 100644 --- a/struct_nim_b_l_e_task_data-members.html +++ b/struct_nim_b_l_e_task_data-members.html @@ -25,7 +25,7 @@ - esp-nimble-cpp 2.1.1 +esp-nimble-cpp 2.2.0diff --git a/struct_nim_b_l_e_task_data.html b/struct_nim_b_l_e_task_data.html index 85fbfa3..bb42cfa 100644 --- a/struct_nim_b_l_e_task_data.html +++ b/struct_nim_b_l_e_task_data.html @@ -25,7 +25,7 @@ - esp-nimble-cpp 2.1.1 +esp-nimble-cpp 2.2.0- esp-nimble-cpp 2.1.1 +esp-nimble-cpp 2.2.0