-
-
-
111 static bool init(
const std::string& deviceName);
-
112 static bool deinit(
bool clearAll =
false);
-
-
-
-
-
-
-
-
-
-
-
-
-
125 static void setScanDuplicateCacheSize(uint16_t cacheSize);
-
126 static void setScanFilterMode(uint8_t type);
-
-
-
-
-
-
-
-
-
135 static bool startSecurity(uint16_t connHandle,
int* rcPtr =
nullptr);
-
136 static bool setMTU(uint16_t mtu);
-
-
138 static void onReset(
int reason);
-
-
-
-
-
-
-
145# ifndef CONFIG_IDF_TARGET_ESP32P4
-
146 static esp_power_level_t getPowerLevel(esp_ble_power_type_t powerType = ESP_BLE_PWR_TYPE_DEFAULT);
-
147 static bool setPowerLevel(esp_power_level_t powerLevel, esp_ble_power_type_t powerType = ESP_BLE_PWR_TYPE_DEFAULT);
-
-
+
104enum class NimBLETxPowerType {
+
+
+
+
+
+
+
111typedef int (*gap_event_handler)(
ble_gap_event* event,
void* arg);
+
+
+
+
+
118 static bool init(
const std::string& deviceName);
+
119 static bool deinit(
bool clearAll =
false);
+
+
+
+
+
+
+
+
+
+
+
+
+
132 static void setScanDuplicateCacheSize(uint16_t cacheSize);
+
133 static void setScanFilterMode(uint8_t type);
+
+
+
+
+
+
+
+
+
142 static bool startSecurity(uint16_t connHandle,
int* rcPtr =
nullptr);
+
143 static bool setMTU(uint16_t mtu);
+
+
145 static void onReset(
int reason);
+
+
+
148 static int getPower(NimBLETxPowerType type = NimBLETxPowerType::All);
+
149 static bool setPower(int8_t dbm, NimBLETxPowerType type = NimBLETxPowerType::All);
-
151# if CONFIG_BT_NIMBLE_EXT_ADV
-
152 static bool setDefaultPhy(uint8_t txPhyMask, uint8_t rxPhyMask);
-
-
-
155# if defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
-
-
-
-
159# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
-
-
-
-
-
164# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL) || defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
-
-
-
-
-
169# if defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
-
170# if CONFIG_BT_NIMBLE_EXT_ADV
-
-
172 static bool startAdvertising(uint8_t instId,
int duration = 0,
int maxEvents = 0);
-
-
-
-
176# if !CONFIG_BT_NIMBLE_EXT_ADV || defined(_DOXYGEN_)
-
-
-
-
-
-
-
183# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
-
-
-
-
-
-
-
-
-
-
-
194# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL) || defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
-
-
-
-
-
-
-
-
-
203 static bool m_synced;
-
204 static bool m_initialized;
-
205 static uint32_t m_passkey;
-
-
207 static uint8_t m_ownAddrType;
-
208 static std::vector<NimBLEAddress> m_whiteList;
-
-
210# if defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
-
-
-
-
214# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
-
-
-
-
218# if defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
-
219# if CONFIG_BT_NIMBLE_EXT_ADV
-
-
-
-
-
-
-
226# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
-
227 static std::array<NimBLEClient*, NIMBLE_MAX_CONNECTIONS> m_pClients;
-
-
-
-
231# ifdef CONFIG_BTDM_BLE_SCAN_DUPL
-
232 static uint16_t m_scanDuplicateSize;
-
233 static uint8_t m_scanFilterMode;
-
+
+
152# ifndef CONFIG_IDF_TARGET_ESP32P4
+
153 static esp_power_level_t getPowerLevel(esp_ble_power_type_t powerType = ESP_BLE_PWR_TYPE_DEFAULT);
+
154 static bool setPowerLevel(esp_power_level_t powerLevel, esp_ble_power_type_t powerType = ESP_BLE_PWR_TYPE_DEFAULT);
+
+
+
+
158# if CONFIG_BT_NIMBLE_EXT_ADV
+
159 static bool setDefaultPhy(uint8_t txPhyMask, uint8_t rxPhyMask);
+
+
+
162# if defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
+
+
+
+
166# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
+
+
+
+
+
171# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL) || defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
+
+
+
+
+
176# if defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
+
177# if CONFIG_BT_NIMBLE_EXT_ADV
+
+
179 static bool startAdvertising(uint8_t instId,
int duration = 0,
int maxEvents = 0);
+
+
+
+
183# if !CONFIG_BT_NIMBLE_EXT_ADV || defined(_DOXYGEN_)
+
+
+
+
+
+
+
190# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
+
+
+
+
+
+
+
+
+
+
+
201# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL) || defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
+
+
+
+
+
+
+
+
+
210 static bool m_synced;
+
211 static bool m_initialized;
+
212 static uint32_t m_passkey;
+
+
214 static uint8_t m_ownAddrType;
+
215 static std::vector<NimBLEAddress> m_whiteList;
+
+
217# if defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
+
+
+
+
221# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
+
+
+
+
225# if defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
+
226# if CONFIG_BT_NIMBLE_EXT_ADV
+
+
+
+
+
+
+
233# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
+
234 static std::array<NimBLEClient*, NIMBLE_MAX_CONNECTIONS> m_pClients;
-
237# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
-
-
-
-
241# if defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
-
-
-
-
245# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
-
-
-
-
-
250# if defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
-
-
252# if CONFIG_BT_NIMBLE_EXT_ADV
-
-
-
-
-
+
+
238# ifdef CONFIG_BTDM_BLE_SCAN_DUPL
+
239 static uint16_t m_scanDuplicateSize;
+
240 static uint8_t m_scanFilterMode;
+
+
+
+
244# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
+
+
+
+
248# if defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
+
+
+
+
252# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
+
+
+
+
+
257# if defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
+
+
259# if CONFIG_BT_NIMBLE_EXT_ADV
+
+
+
+
+
-
-
259# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
-
260# include "NimBLEClient.h"
-
261# include "NimBLERemoteService.h"
-
262# include "NimBLERemoteCharacteristic.h"
-
263# include "NimBLERemoteDescriptor.h"
-
-
266# if defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
-
267# include "NimBLEScan.h"
-
-
-
270# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
-
271# include "NimBLEServer.h"
-
272# include "NimBLEService.h"
-
273# include "NimBLECharacteristic.h"
-
274# include "NimBLEDescriptor.h"
+
266# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL)
+
267# include "NimBLEClient.h"
+
268# include "NimBLERemoteService.h"
+
269# include "NimBLERemoteCharacteristic.h"
+
270# include "NimBLERemoteDescriptor.h"
+
+
+
273# if defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
+
274# include "NimBLEScan.h"
-
277# if defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
-
278# if CONFIG_BT_NIMBLE_EXT_ADV
-
279# include "NimBLEExtAdvertising.h"
-
-
281# include "NimBLEAdvertising.h"
-
-
-
-
285# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL) || defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
-
286# include "NimBLEConnInfo.h"
-
-
-
289# include "NimBLEUtils.h"
-
-
-
+
277# if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
+
278# include "NimBLEServer.h"
+
279# include "NimBLEService.h"
+
280# include "NimBLECharacteristic.h"
+
281# include "NimBLEDescriptor.h"
+
+
+
284# if defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
+
285# if CONFIG_BT_NIMBLE_EXT_ADV
+
286# include "NimBLEExtAdvertising.h"
+
+
288# include "NimBLEAdvertising.h"
+
+
+
+
292# if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL) || defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
+
293# include "NimBLEConnInfo.h"
+
+
+
296# include "NimBLEUtils.h"
+
+
+
A BLE device address.
Definition NimBLEAddress.h:41
Perform and manage BLE advertising.
Definition NimBLEAdvertising.h:52
The model of a BLE Characteristic.
Definition NimBLECharacteristic.h:40
A model of a BLE client.
Definition NimBLEClient.h:49
Connection information.
Definition NimBLEConnInfo.h:32
-
A model of a BLE Device from which all the BLE roles are created.
Definition NimBLEDevice.h:109
+
A model of a BLE Device from which all the BLE roles are created.
Definition NimBLEDevice.h:116
static NimBLEClient * createClient()
Creates a new client object, each client can connect to 1 peripheral device.
Definition NimBLEDevice.cpp:291
-
static void onSync(void)
Host synced with controller, all clear to make calls to the stack.
Definition NimBLEDevice.cpp:760
+
static void onSync(void)
Host synced with controller, all clear to make calls to the stack.
Definition NimBLEDevice.cpp:781
static size_t getCreatedClientCount()
Get the number of created client objects.
Definition NimBLEDevice.cpp:351
-
static bool setDefaultPhy(uint8_t txPhyMask, uint8_t rxPhyMask)
Set the preferred default phy to use for connections.
Definition NimBLEDevice.cpp:733
-
static bool setOwnAddr(const NimBLEAddress &addr)
Set the device address to use.
Definition NimBLEDevice.cpp:1033
+
static bool setDefaultPhy(uint8_t txPhyMask, uint8_t rxPhyMask)
Set the preferred default phy to use for connections.
Definition NimBLEDevice.cpp:754
+
static bool setOwnAddr(const NimBLEAddress &addr)
Set the device address to use.
Definition NimBLEDevice.cpp:1058
static NimBLEClient * getDisconnectedClient()
Finds the first disconnected client available.
Definition NimBLEDevice.cpp:396
-
static bool isBonded(const NimBLEAddress &address)
Checks if a peer device is bonded.
Definition NimBLEDevice.cpp:595
-
static bool setCustomGapHandler(gap_event_handler handler)
Set a custom callback for gap events.
Definition NimBLEDevice.cpp:1207
-
static bool deleteAllBonds()
Deletes all bonding information.
Definition NimBLEDevice.cpp:572
+
static bool isBonded(const NimBLEAddress &address)
Checks if a peer device is bonded.
Definition NimBLEDevice.cpp:616
+
static bool setCustomGapHandler(gap_event_handler handler)
Set a custom callback for gap events.
Definition NimBLEDevice.cpp:1232
+
static bool deleteAllBonds()
Deletes all bonding information.
Definition NimBLEDevice.cpp:593
static bool startAdvertising(uint8_t instId, int duration=0, int maxEvents=0)
Convenience function to begin advertising.
Definition NimBLEDevice.cpp:167
-
static void onReset(int reason)
Host reset, we pass the message so we don't make calls until re-synced.
Definition NimBLEDevice.cpp:747
-
static bool deleteBond(const NimBLEAddress &address)
Deletes a peer bond.
Definition NimBLEDevice.cpp:586
-
static bool setPower(int8_t dbm)
Set the transmission power.
Definition NimBLEDevice.cpp:467
-
static bool init(const std::string &deviceName)
Initialize the BLE environment.
Definition NimBLEDevice.cpp:819
-
static bool setOwnAddrType(uint8_t type)
Sets the address type to use.
Definition NimBLEDevice.cpp:1002
+
static void onReset(int reason)
Host reset, we pass the message so we don't make calls until re-synced.
Definition NimBLEDevice.cpp:768
+
static bool deleteBond(const NimBLEAddress &address)
Deletes a peer bond.
Definition NimBLEDevice.cpp:607
+
static bool init(const std::string &deviceName)
Initialize the BLE environment.
Definition NimBLEDevice.cpp:840
+
static bool setOwnAddrType(uint8_t type)
Sets the address type to use.
Definition NimBLEDevice.cpp:1027
static bool stopAdvertising()
Convenience function to stop all advertising.
Definition NimBLEDevice.cpp:207
static NimBLEServer * getServer()
Get the instance of the server.
Definition NimBLEDevice.cpp:137
-
static bool isInitialized()
Check if the initialization is complete.
Definition NimBLEDevice.cpp:968
-
static bool setMTU(uint16_t mtu)
Setup local mtu that will be used to negotiate mtu during request from client peer.
Definition NimBLEDevice.cpp:532
-
static NimBLEAddress getWhiteListAddress(size_t index)
Gets the address at the vector index.
Definition NimBLEDevice.cpp:705
+
static bool isInitialized()
Check if the initialization is complete.
Definition NimBLEDevice.cpp:993
+
static bool setMTU(uint16_t mtu)
Setup local mtu that will be used to negotiate mtu during request from client peer.
Definition NimBLEDevice.cpp:553
+
static NimBLEAddress getWhiteListAddress(size_t index)
Gets the address at the vector index.
Definition NimBLEDevice.cpp:726
static NimBLEServer * createServer()
Create an instance of a server.
Definition NimBLEDevice.cpp:122
-
static bool injectPassKey(const NimBLEConnInfo &peerInfo, uint32_t pin)
Inject the provided passkey into the Security Manager.
Definition NimBLEDevice.cpp:1164
-
static uint16_t getMTU()
Get local MTU value set.
Definition NimBLEDevice.cpp:545
-
static bool deinit(bool clearAll=false)
Shutdown the NimBLE stack/controller.
Definition NimBLEDevice.cpp:913
-
static NimBLEAddress getAddress()
Get our device address.
Definition NimBLEDevice.cpp:980
-
static int getNumBonds()
Gets the number of bonded peers stored.
Definition NimBLEDevice.cpp:557
-
static bool whiteListRemove(const NimBLEAddress &address)
Remove a peer address from the whitelist.
Definition NimBLEDevice.cpp:674
+
static bool injectPassKey(const NimBLEConnInfo &peerInfo, uint32_t pin)
Inject the provided passkey into the Security Manager.
Definition NimBLEDevice.cpp:1189
+
static uint16_t getMTU()
Get local MTU value set.
Definition NimBLEDevice.cpp:566
+
static int getPower(NimBLETxPowerType type=NimBLETxPowerType::All)
Get the transmission power.
Definition NimBLEDevice.cpp:512
+
static bool deinit(bool clearAll=false)
Shutdown the NimBLE stack/controller.
Definition NimBLEDevice.cpp:938
+
static NimBLEAddress getAddress()
Get our device address.
Definition NimBLEDevice.cpp:1005
+
static int getNumBonds()
Gets the number of bonded peers stored.
Definition NimBLEDevice.cpp:578
+
static bool whiteListRemove(const NimBLEAddress &address)
Remove a peer address from the whitelist.
Definition NimBLEDevice.cpp:695
static bool deleteClient(NimBLEClient *pClient)
Delete the client object and remove it from the list. Checks if it is connected or trying to connect ...
Definition NimBLEDevice.cpp:318
-
static bool startSecurity(uint16_t connHandle, int *rcPtr=nullptr)
Start the connection securing and authorization for this connection.
Definition NimBLEDevice.cpp:1146
+
static bool startSecurity(uint16_t connHandle, int *rcPtr=nullptr)
Start the connection securing and authorization for this connection.
Definition NimBLEDevice.cpp:1171
static NimBLEClient * getClientByHandle(uint16_t connHandle)
Get a reference to a client by connection handle.
Definition NimBLEDevice.cpp:367
-
static uint32_t getSecurityPasskey()
Get the current passkey used for pairing.
Definition NimBLEDevice.cpp:1136
-
static void setSecurityAuth(bool bonding, bool mitm, bool sc)
Set the authorization mode for this device.
Definition NimBLEDevice.cpp:1063
+
static uint32_t getSecurityPasskey()
Get the current passkey used for pairing.
Definition NimBLEDevice.cpp:1161
+
static void setSecurityAuth(bool bonding, bool mitm, bool sc)
Set the authorization mode for this device.
Definition NimBLEDevice.cpp:1088
static NimBLEExtAdvertising * getAdvertising()
Get the instance of the extended advertising object.
Definition NimBLEDevice.cpp:152
-
static bool setDeviceName(const std::string &deviceName)
Set the BLEDevice name.
Definition NimBLEDevice.cpp:1192
-
static bool whiteListAdd(const NimBLEAddress &address)
Add a peer address to the whitelist.
Definition NimBLEDevice.cpp:655
-
static void setSecurityInitKey(uint8_t initKey)
If we are the initiator of the security procedure this sets the keys we will distribute.
Definition NimBLEDevice.cpp:1107
-
static size_t getWhiteListCount()
Gets the count of addresses in the whitelist.
Definition NimBLEDevice.cpp:696
-
static void host_task(void *param)
The main host task.
Definition NimBLEDevice.cpp:809
-
static void setSecurityPasskey(uint32_t passKey)
Set the passkey the server will ask for when pairing.
Definition NimBLEDevice.cpp:1128
-
static void setSecurityRespKey(uint8_t respKey)
Set the keys we are willing to accept during pairing.
Definition NimBLEDevice.cpp:1120
-
static void setSecurityIOCap(uint8_t iocap)
Set the Input/Output capabilities of this device.
Definition NimBLEDevice.cpp:1094
-
static std::string toString()
Return a string representation of the address of this device.
Definition NimBLEDevice.cpp:1223
-
static NimBLEAddress getBondedAddress(int index)
Get the address of a bonded peer device by index.
Definition NimBLEDevice.cpp:619
+
static bool setDeviceName(const std::string &deviceName)
Set the BLEDevice name.
Definition NimBLEDevice.cpp:1217
+
static bool whiteListAdd(const NimBLEAddress &address)
Add a peer address to the whitelist.
Definition NimBLEDevice.cpp:676
+
static void setSecurityInitKey(uint8_t initKey)
If we are the initiator of the security procedure this sets the keys we will distribute.
Definition NimBLEDevice.cpp:1132
+
static size_t getWhiteListCount()
Gets the count of addresses in the whitelist.
Definition NimBLEDevice.cpp:717
+
static void host_task(void *param)
The main host task.
Definition NimBLEDevice.cpp:830
+
static void setSecurityPasskey(uint32_t passKey)
Set the passkey the server will ask for when pairing.
Definition NimBLEDevice.cpp:1153
+
static void setSecurityRespKey(uint8_t respKey)
Set the keys we are willing to accept during pairing.
Definition NimBLEDevice.cpp:1145
+
static void setSecurityIOCap(uint8_t iocap)
Set the Input/Output capabilities of this device.
Definition NimBLEDevice.cpp:1119
+
static std::string toString()
Return a string representation of the address of this device.
Definition NimBLEDevice.cpp:1248
+
static bool setPower(int8_t dbm, NimBLETxPowerType type=NimBLETxPowerType::All)
Set the transmission power.
Definition NimBLEDevice.cpp:467
+
static NimBLEAddress getBondedAddress(int index)
Get the address of a bonded peer device by index.
Definition NimBLEDevice.cpp:640
static std::vector< NimBLEClient * > getConnectedClients()
Get a list of connected clients.
Definition NimBLEDevice.cpp:410
-
static bool onWhiteList(const NimBLEAddress &address)
Checks if a peer device is whitelisted.
Definition NimBLEDevice.cpp:640
-
static int getPower()
Get the transmission power.
Definition NimBLEDevice.cpp:496
+
static bool onWhiteList(const NimBLEAddress &address)
Checks if a peer device is whitelisted.
Definition NimBLEDevice.cpp:661
static NimBLEScan * getScan()
Retrieve the Scan object that we use for scanning.
Definition NimBLEDevice.cpp:222
static NimBLEClient * getClientByPeerAddress(const NimBLEAddress &peerAddress)
Get a reference to a client by peer address.
Definition NimBLEDevice.cpp:382
-
static bool injectConfirmPasskey(const NimBLEConnInfo &peerInfo, bool accept)
Inject the provided numeric comparison response into the Security Manager.
Definition NimBLEDevice.cpp:1176
+
static bool injectConfirmPasskey(const NimBLEConnInfo &peerInfo, bool accept)
Inject the provided numeric comparison response into the Security Manager.
Definition NimBLEDevice.cpp:1201
Extended advertisement data.
Definition NimBLEExtAdvertising.h:46
-
Extended advertising class.
Definition NimBLEExtAdvertising.h:111
+
Extended advertising class.
Definition NimBLEExtAdvertising.h:110
Perform and manage BLE scans.
Definition NimBLEScan.h:67
The model of a BLE server.
Definition NimBLEServer.h:60
Definition ble_gap.h:2568
diff --git a/_nim_b_l_e_eddystone_t_l_m_8h_source.html b/_nim_b_l_e_eddystone_t_l_m_8h_source.html
index fbd4f17d..2af6920a 100644
--- a/_nim_b_l_e_eddystone_t_l_m_8h_source.html
+++ b/_nim_b_l_e_eddystone_t_l_m_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/_nim_b_l_e_ext_advertising_8h_source.html b/_nim_b_l_e_ext_advertising_8h_source.html
index 63ef47da..679bfe1a 100644
--- a/_nim_b_l_e_ext_advertising_8h_source.html
+++ b/_nim_b_l_e_ext_advertising_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -143,110 +143,109 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- 62 bool setURI(
const std::string& uri);
- 63 bool setName(
const std::string& name,
bool isComplete =
true);
-
-
-
-
-
-
-
- 71 bool setData(
const uint8_t* data,
size_t length);
- 72 bool addData(
const uint8_t* data,
size_t length);
- 73 bool addData(
const std::string& data);
-
-
-
-
-
-
-
-
-
-
- 84 void setScanFilter(
bool scanRequestWhitelistOnly,
bool connectWhitelistOnly);
-
- 86 void setDirected(
bool enable,
bool high_duty =
true);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 101 bool setServices(
bool complete, uint8_t size,
const std::vector<NimBLEUUID>& uuids);
-
- 103 std::vector<uint8_t> m_payload{};
- 104 ble_gap_ext_adv_params m_params{};
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 62 bool setURI(
const std::string& uri);
+ 63 bool setName(
const std::string& name,
bool isComplete =
true);
+
+
+
+
+
+
+
+ 71 bool setData(
const uint8_t* data,
size_t length);
+ 72 bool addData(
const uint8_t* data,
size_t length);
+ 73 bool addData(
const std::string& data);
+
+
+
+
+
+
+
+
+
+ 83 void setScanFilter(
bool scanRequestWhitelistOnly,
bool connectWhitelistOnly);
+
+ 85 void setDirected(
bool enable,
bool high_duty =
true);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 100 bool setServices(
bool complete, uint8_t size,
const std::vector<NimBLEUUID>& uuids);
+
+ 102 std::vector<uint8_t> m_payload{};
+ 103 ble_gap_ext_adv_params m_params{};
+
+
-
-
-
-
-
-
-
115 bool start(uint8_t instId,
int duration = 0,
int maxEvents = 0);
-
-
-
-
-
120 bool stop(uint8_t instId);
-
-
-
-
-
-
-
-
-
-
-
131 static int handleGapEvent(
struct ble_gap_event* event,
void* arg);
-
-
133 bool m_deleteCallbacks;
-
-
135 std::vector<bool> m_advStatus;
-
+
+
+
+
+
+
+
114 bool start(uint8_t instId,
int duration = 0,
int maxEvents = 0);
+
+
+
+
+
119 bool stop(uint8_t instId);
+
+
+
+
+
+
+
+
+
+
+
130 static int handleGapEvent(
struct ble_gap_event* event,
void* arg);
+
+
132 bool m_deleteCallbacks;
+
+
134 std::vector<bool> m_advStatus;
+
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
+
+
+
A BLE device address.
Definition NimBLEAddress.h:41
-
A model of a BLE Device from which all the BLE roles are created.
Definition NimBLEDevice.h:109
+
A model of a BLE Device from which all the BLE roles are created.
Definition NimBLEDevice.h:116
Extended advertisement data.
Definition NimBLEExtAdvertising.h:46
void setAddress(const NimBLEAddress &addr)
Set the address to use for this advertisement.
Definition NimBLEExtAdvertising.cpp:404
bool setAppearance(uint16_t appearance)
Set the appearance.
Definition NimBLEExtAdvertising.cpp:578
@@ -258,7 +257,7 @@
bool addData(const uint8_t *data, size_t length)
Add data to the payload to be advertised.
Definition NimBLEExtAdvertising.cpp:549
bool setCompleteServices16(const std::vector< NimBLEUUID > &uuids)
Set the complete list of 16 bit services to advertise.
Definition NimBLEExtAdvertising.cpp:821
void setScanFilter(bool scanRequestWhitelistOnly, bool connectWhitelistOnly)
Set the filtering for the scan filter.
Definition NimBLEExtAdvertising.cpp:427
-
bool removeData(uint8_t type)
Remove data from the advertisement data.
Definition NimBLEExtAdvertising.cpp:1042
+
bool removeData(uint8_t type)
Remove data from the advertisement data.
Definition NimBLEExtAdvertising.cpp:1056
bool setServiceData(const NimBLEUUID &uuid, const uint8_t *data, size_t length)
Set the service data advertised for the UUID.
Definition NimBLEExtAdvertising.cpp:919
bool setPreferredParams(uint16_t min, uint16_t max)
Set the preferred min and max connection intervals to advertise.
Definition NimBLEExtAdvertising.cpp:997
void setLegacyAdvertising(bool enable)
Sets wether the advertisement should use legacy (BLE 4.0, 31 bytes max) advertising.
Definition NimBLEExtAdvertising.cpp:369
@@ -267,31 +266,31 @@
bool setManufacturerData(const uint8_t *data, size_t length)
Set manufacturer specific data.
Definition NimBLEExtAdvertising.cpp:619
bool setShortName(const std::string &name)
Set the short name.
Definition NimBLEExtAdvertising.cpp:986
void setDirectedPeer(const NimBLEAddress &addr)
Sets the peer to directly advertise to.
Definition NimBLEExtAdvertising.cpp:450
-
std::string toString() const
Get the string representation of the advertisement data.
Definition NimBLEExtAdvertising.cpp:1066
+
std::string toString() const
Get the string representation of the advertisement data.
Definition NimBLEExtAdvertising.cpp:1080
bool removeServiceUUID(const NimBLEUUID &serviceUUID)
Remove a service UUID from the advertisement.
Definition NimBLEExtAdvertising.cpp:747
void setTxPower(int8_t dbm)
Sets the transmission power level for this advertisement.
Definition NimBLEExtAdvertising.cpp:386
bool setURI(const std::string &uri)
Set the URI to advertise.
Definition NimBLEExtAdvertising.cpp:655
-
int getDataLocation(uint8_t type) const
Get the location of the data in the payload.
Definition NimBLEExtAdvertising.cpp:1026
+
int getDataLocation(uint8_t type) const
Get the location of the data in the payload.
Definition NimBLEExtAdvertising.cpp:1040
bool setName(const std::string &name, bool isComplete=true)
Set the complete name of this device.
Definition NimBLEExtAdvertising.cpp:673
+
bool addTxPower()
Adds Tx power level to the advertisement data.
Definition NimBLEExtAdvertising.cpp:1017
void setSecondaryPhy(uint8_t phy)
Set the secondary advertising PHY to use.
Definition NimBLEExtAdvertising.cpp:497
bool setCompleteServices32(const std::vector< NimBLEUUID > &uuids)
Set the complete list of 32 bit services to advertise.
Definition NimBLEExtAdvertising.cpp:830
void enableScanRequestCallback(bool enable)
Sets whether the scan response request callback should be called.
Definition NimBLEExtAdvertising.cpp:515
void setPrimaryChannels(bool ch37, bool ch38, bool ch39)
Sets The primary channels to advertise on.
Definition NimBLEExtAdvertising.cpp:418
bool removeServices()
Remove all service UUIDs from the advertisement.
Definition NimBLEExtAdvertising.cpp:803
void setConnectable(bool enable)
Sets wether this advertisement should advertise as a connectable device.
Definition NimBLEExtAdvertising.cpp:394
-
void addTxPower()
Adds Tx power level to the advertisement data.
Definition NimBLEExtAdvertising.cpp:1017
void setPrimaryPhy(uint8_t phy)
Set the primary advertising PHY to use.
Definition NimBLEExtAdvertising.cpp:486
bool setPartialServices16(const std::vector< NimBLEUUID > &uuids)
Set the partial list of services to advertise.
Definition NimBLEExtAdvertising.cpp:848
void setScannable(bool enable)
Sets wether the advertisement has scan response data available.
Definition NimBLEExtAdvertising.cpp:377
-
size_t getDataSize() const
Get the size of the current data.
Definition NimBLEExtAdvertising.cpp:1058
+
size_t getDataSize() const
Get the size of the current data.
Definition NimBLEExtAdvertising.cpp:1072
void setMinInterval(uint32_t mininterval)
Set the minimum advertising interval.
Definition NimBLEExtAdvertising.cpp:468
bool setCompleteServices(const NimBLEUUID &uuid)
Set a single service to advertise as a complete list of services.
Definition NimBLEExtAdvertising.cpp:812
void setDirected(bool enable, bool high_duty=true)
Enable or disable direct advertisements to the peer set with NimBLEExtAdvertisement::setDirectedPeer
Definition NimBLEExtAdvertising.cpp:459
bool setData(const uint8_t *data, size_t length)
Set the advertisement data.
Definition NimBLEExtAdvertising.cpp:534
-
Callbacks associated with NimBLEExtAdvertising class.
Definition NimBLEExtAdvertising.h:141
+
Callbacks associated with NimBLEExtAdvertising class.
Definition NimBLEExtAdvertising.h:140
virtual void onStopped(NimBLEExtAdvertising *pAdv, int reason, uint8_t instId)
Handle an advertising stop event.
Definition NimBLEExtAdvertising.cpp:336
virtual void onScanRequest(NimBLEExtAdvertising *pAdv, uint8_t instId, NimBLEAddress addr)
Handle a scan response request. This is called when a scanning device requests a scan response.
Definition NimBLEExtAdvertising.cpp:340
-
Extended advertising class.
Definition NimBLEExtAdvertising.h:111
+
Extended advertising class.
Definition NimBLEExtAdvertising.h:110
bool stop()
Stop all advertisements.
Definition NimBLEExtAdvertising.cpp:230
~NimBLEExtAdvertising()
Destructor: deletes callback instances if requested.
Definition NimBLEExtAdvertising.cpp:47
bool start(uint8_t instId, int duration=0, int maxEvents=0)
Start extended advertising.
Definition NimBLEExtAdvertising.cpp:158
diff --git a/_nim_b_l_e_h_i_d_device_8h_source.html b/_nim_b_l_e_h_i_d_device_8h_source.html
index 51fe7d6f..65f18e07 100644
--- a/_nim_b_l_e_h_i_d_device_8h_source.html
+++ b/_nim_b_l_e_h_i_d_device_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/_nim_b_l_e_local_attribute_8h_source.html b/_nim_b_l_e_local_attribute_8h_source.html
index 22b272ef..8060b15c 100644
--- a/_nim_b_l_e_local_attribute_8h_source.html
+++ b/_nim_b_l_e_local_attribute_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/_nim_b_l_e_local_value_attribute_8h_source.html b/_nim_b_l_e_local_value_attribute_8h_source.html
index 00e8981f..5d5f771d 100644
--- a/_nim_b_l_e_local_value_attribute_8h_source.html
+++ b/_nim_b_l_e_local_value_attribute_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/_nim_b_l_e_log_8h_source.html b/_nim_b_l_e_log_8h_source.html
index 683879b8..971893c9 100644
--- a/_nim_b_l_e_log_8h_source.html
+++ b/_nim_b_l_e_log_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -127,54 +127,152 @@
28# define CONFIG_NIMBLE_CPP_LOG_LEVEL 0
- 31# define NIMBLE_CPP_LOG_PRINT(level, tag, format, ...) \
-
- 33 if (CONFIG_NIMBLE_CPP_LOG_LEVEL >= level) ESP_LOG_LEVEL_LOCAL(level, tag, format, ##__VA_ARGS__); \
-
-
- 36# define NIMBLE_LOGD(tag, format, ...) NIMBLE_CPP_LOG_PRINT(ESP_LOG_DEBUG, tag, format, ##__VA_ARGS__)
- 37# define NIMBLE_LOGI(tag, format, ...) NIMBLE_CPP_LOG_PRINT(ESP_LOG_INFO, tag, format, ##__VA_ARGS__)
- 38# define NIMBLE_LOGW(tag, format, ...) NIMBLE_CPP_LOG_PRINT(ESP_LOG_WARN, tag, format, ##__VA_ARGS__)
- 39# define NIMBLE_LOGE(tag, format, ...) NIMBLE_CPP_LOG_PRINT(ESP_LOG_ERROR, tag, format, ##__VA_ARGS__)
-
-
- 42# include "nimble/porting/nimble/include/syscfg/syscfg.h"
- 43# include "nimble/console/console.h"
- 44# ifndef CONFIG_NIMBLE_CPP_LOG_LEVEL
- 45# if defined(ARDUINO_ARCH_ESP32) && defined(CORE_DEBUG_LEVEL)
- 46# define CONFIG_NIMBLE_CPP_LOG_LEVEL CORE_DEBUG_LEVEL
-
- 48# define CONFIG_NIMBLE_CPP_LOG_LEVEL 0
-
-
-
- 52# if CONFIG_NIMBLE_CPP_LOG_LEVEL >= 4
- 53# define NIMBLE_LOGD(tag, format, ...) console_printf("D %s: " format "\n", tag, ##__VA_ARGS__)
-
- 55# define NIMBLE_LOGD(tag, format, ...) (void)tag
-
-
- 58# if CONFIG_NIMBLE_CPP_LOG_LEVEL >= 3
- 59# define NIMBLE_LOGI(tag, format, ...) console_printf("I %s: " format "\n", tag, ##__VA_ARGS__)
-
- 61# define NIMBLE_LOGI(tag, format, ...) (void)tag
-
-
- 64# if CONFIG_NIMBLE_CPP_LOG_LEVEL >= 2
- 65# define NIMBLE_LOGW(tag, format, ...) console_printf("W %s: " format "\n", tag, ##__VA_ARGS__)
-
- 67# define NIMBLE_LOGW(tag, format, ...) (void)tag
-
-
- 70# if CONFIG_NIMBLE_CPP_LOG_LEVEL >= 1
- 71# define NIMBLE_LOGE(tag, format, ...) console_printf("E %s: " format "\n", tag, ##__VA_ARGS__)
-
- 73# define NIMBLE_LOGE(tag, format, ...) (void)tag
-
-
-
-
-
+ 31# if defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR)
+
+ 33# if defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_DEBUG_BLACK)
+ 34# define NIMBLE_CPP_LOG_COLOR_D LOG_COLOR(LOG_COLOR_BLACK)
+ 35# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_DEBUG_RED)
+ 36# define NIMBLE_CPP_LOG_COLOR_D LOG_COLOR(LOG_COLOR_RED)
+ 37# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_DEBUG_GREEN)
+ 38# define NIMBLE_CPP_LOG_COLOR_D LOG_COLOR(LOG_COLOR_GREEN)
+ 39# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_DEBUG_YELLOW)
+ 40# define NIMBLE_CPP_LOG_COLOR_D LOG_COLOR(LOG_COLOR_BROWN)
+ 41# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_DEBUG_BLUE)
+ 42# define NIMBLE_CPP_LOG_COLOR_D LOG_COLOR(LOG_COLOR_BLUE)
+ 43# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_DEBUG_PURPLE)
+ 44# define NIMBLE_CPP_LOG_COLOR_D LOG_COLOR(LOG_COLOR_PURPLE)
+ 45# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_DEBUG_CYAN)
+ 46# define NIMBLE_CPP_LOG_COLOR_D LOG_COLOR(LOG_COLOR_CYAN)
+
+ 48# define NIMBLE_CPP_LOG_COLOR_D
+
+
+ 51# if defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_INFO_BLACK)
+ 52# define NIMBLE_CPP_LOG_COLOR_I LOG_COLOR(LOG_COLOR_BLACK)
+ 53# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_INFO_RED)
+ 54# define NIMBLE_CPP_LOG_COLOR_I LOG_COLOR(LOG_COLOR_RED)
+ 55# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_INFO_GREEN)
+ 56# define NIMBLE_CPP_LOG_COLOR_I LOG_COLOR(LOG_COLOR_GREEN)
+ 57# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_INFO_YELLOW)
+ 58# define NIMBLE_CPP_LOG_COLOR_I LOG_COLOR(LOG_COLOR_BROWN)
+ 59# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_INFO_BLUE)
+ 60# define NIMBLE_CPP_LOG_COLOR_I LOG_COLOR(LOG_COLOR_BLUE)
+ 61# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_INFO_PURPLE)
+ 62# define NIMBLE_CPP_LOG_COLOR_I LOG_COLOR(LOG_COLOR_PURPLE)
+ 63# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_INFO_CYAN)
+ 64# define NIMBLE_CPP_LOG_COLOR_I LOG_COLOR(LOG_COLOR_CYAN)
+
+ 66# define NIMBLE_CPP_LOG_COLOR_I
+
+
+ 69# if defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_WARN_BLACK)
+ 70# define NIMBLE_CPP_LOG_COLOR_W LOG_COLOR(LOG_COLOR_BLACK)
+ 71# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_WARN_RED)
+ 72# define NIMBLE_CPP_LOG_COLOR_W LOG_COLOR(LOG_COLOR_RED)
+ 73# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_WARN_GREEN)
+ 74# define NIMBLE_CPP_LOG_COLOR_W LOG_COLOR(LOG_COLOR_GREEN)
+ 75# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_WARN_YELLOW)
+ 76# define NIMBLE_CPP_LOG_COLOR_W LOG_COLOR(LOG_COLOR_BROWN)
+ 77# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_WARN_BLUE)
+ 78# define NIMBLE_CPP_LOG_COLOR_W LOG_COLOR(LOG_COLOR_BLUE)
+ 79# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_WARN_PURPLE)
+ 80# define NIMBLE_CPP_LOG_COLOR_W LOG_COLOR(LOG_COLOR_PURPLE)
+ 81# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_WARN_CYAN)
+ 82# define NIMBLE_CPP_LOG_COLOR_W LOG_COLOR(LOG_COLOR_CYAN)
+
+ 84# define NIMBLE_CPP_LOG_COLOR_W
+
+
+ 87# if defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_ERR_BLACK)
+ 88# define NIMBLE_CPP_LOG_COLOR_E LOG_COLOR(LOG_COLOR_BLACK)
+ 89# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_ERR_RED)
+ 90# define NIMBLE_CPP_LOG_COLOR_E LOG_COLOR(LOG_COLOR_RED)
+ 91# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_ERR_GREEN)
+ 92# define NIMBLE_CPP_LOG_COLOR_E LOG_COLOR(LOG_COLOR_GREEN)
+ 93# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_ERR_YELLOW)
+ 94# define NIMBLE_CPP_LOG_COLOR_E LOG_COLOR(LOG_COLOR_BROWN)
+ 95# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_ERR_BLUE)
+ 96# define NIMBLE_CPP_LOG_COLOR_E LOG_COLOR(LOG_COLOR_BLUE)
+ 97# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_ERR_PURPLE)
+ 98# define NIMBLE_CPP_LOG_COLOR_E LOG_COLOR(LOG_COLOR_PURPLE)
+ 99# elif defined(CONFIG_NIMBLE_CPP_LOG_OVERRIDE_COLOR_ERR_CYAN)
+ 100# define NIMBLE_CPP_LOG_COLOR_E LOG_COLOR(LOG_COLOR_CYAN)
+
+ 102# define NIMBLE_CPP_LOG_COLOR_E
+
+
+ 105# define NIMBLE_CPP_LOG_COLOR_D
+ 106# define NIMBLE_CPP_LOG_COLOR_I
+ 107# define NIMBLE_CPP_LOG_COLOR_W
+ 108# define NIMBLE_CPP_LOG_COLOR_E
+
+
+ 111# define NIMBLE_CPP_LOG_FORMAT(letter, format) NIMBLE_CPP_LOG_COLOR_##letter #letter " (%lu) %s: " format LOG_RESET_COLOR "\n"
+
+ 113# define NIMBLE_CPP_LOG_LEVEL_LOCAL(level, tag, format, ...) \
+
+ 115 if (level==ESP_LOG_ERROR) { esp_log_write(ESP_LOG_ERROR, tag, NIMBLE_CPP_LOG_FORMAT(E, format), esp_log_timestamp(), tag __VA_OPT__(,) __VA_ARGS__); } \
+ 116 else if (level==ESP_LOG_WARN) { esp_log_write(ESP_LOG_WARN, tag, NIMBLE_CPP_LOG_FORMAT(W, format), esp_log_timestamp(), tag __VA_OPT__(,) __VA_ARGS__); } \
+ 117 else if (level==ESP_LOG_INFO) { esp_log_write(ESP_LOG_INFO, tag, NIMBLE_CPP_LOG_FORMAT(I, format), esp_log_timestamp(), tag __VA_OPT__(,) __VA_ARGS__); } \
+ 118 else { esp_log_write(ESP_LOG_DEBUG, tag, NIMBLE_CPP_LOG_FORMAT(D, format), esp_log_timestamp(), tag __VA_OPT__(,) __VA_ARGS__); } \
+
+
+ 121# define NIMBLE_CPP_LOG_PRINT(level, tag, format, ...) \
+
+ 123 if (CONFIG_NIMBLE_CPP_LOG_LEVEL >= level) NIMBLE_CPP_LOG_LEVEL_LOCAL(level, tag, format, ##__VA_ARGS__); \
+
+
+
+ 127# define NIMBLE_CPP_LOG_PRINT(level, tag, format, ...) \
+
+ 129 if (CONFIG_NIMBLE_CPP_LOG_LEVEL >= level) ESP_LOG_LEVEL_LOCAL(level, tag, format, ##__VA_ARGS__); \
+
+
+
+
+ 134# define NIMBLE_LOGD(tag, format, ...) NIMBLE_CPP_LOG_PRINT(ESP_LOG_DEBUG, tag, format, ##__VA_ARGS__)
+ 135# define NIMBLE_LOGI(tag, format, ...) NIMBLE_CPP_LOG_PRINT(ESP_LOG_INFO, tag, format, ##__VA_ARGS__)
+ 136# define NIMBLE_LOGW(tag, format, ...) NIMBLE_CPP_LOG_PRINT(ESP_LOG_WARN, tag, format, ##__VA_ARGS__)
+ 137# define NIMBLE_LOGE(tag, format, ...) NIMBLE_CPP_LOG_PRINT(ESP_LOG_ERROR, tag, format, ##__VA_ARGS__)
+
+
+ 140# include "nimble/porting/nimble/include/syscfg/syscfg.h"
+ 141# include "nimble/console/console.h"
+ 142# ifndef CONFIG_NIMBLE_CPP_LOG_LEVEL
+ 143# if defined(ARDUINO_ARCH_ESP32) && defined(CORE_DEBUG_LEVEL)
+ 144# define CONFIG_NIMBLE_CPP_LOG_LEVEL CORE_DEBUG_LEVEL
+
+ 146# define CONFIG_NIMBLE_CPP_LOG_LEVEL 0
+
+
+
+ 150# if CONFIG_NIMBLE_CPP_LOG_LEVEL >= 4
+ 151# define NIMBLE_LOGD(tag, format, ...) console_printf("D %s: " format "\n", tag, ##__VA_ARGS__)
+
+ 153# define NIMBLE_LOGD(tag, format, ...) (void)tag
+
+
+ 156# if CONFIG_NIMBLE_CPP_LOG_LEVEL >= 3
+ 157# define NIMBLE_LOGI(tag, format, ...) console_printf("I %s: " format "\n", tag, ##__VA_ARGS__)
+
+ 159# define NIMBLE_LOGI(tag, format, ...) (void)tag
+
+
+ 162# if CONFIG_NIMBLE_CPP_LOG_LEVEL >= 2
+ 163# define NIMBLE_LOGW(tag, format, ...) console_printf("W %s: " format "\n", tag, ##__VA_ARGS__)
+
+ 165# define NIMBLE_LOGW(tag, format, ...) (void)tag
+
+
+ 168# if CONFIG_NIMBLE_CPP_LOG_LEVEL >= 1
+ 169# define NIMBLE_LOGE(tag, format, ...) console_printf("E %s: " format "\n", tag, ##__VA_ARGS__)
+
+ 171# define NIMBLE_LOGE(tag, format, ...) (void)tag
+
+
+
+
+
diff --git a/_nim_b_l_e_remote_characteristic_8h_source.html b/_nim_b_l_e_remote_characteristic_8h_source.html
index a67200ce..0323e506 100644
--- a/_nim_b_l_e_remote_characteristic_8h_source.html
+++ b/_nim_b_l_e_remote_characteristic_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -179,24 +179,24 @@
A model of a BLE client.
Definition NimBLEClient.h:49
A model of a remote BLE characteristic.
Definition NimBLERemoteCharacteristic.h:34
-size_t deleteDescriptor(const NimBLEUUID &uuid) const
Delete descriptor by UUID.
Definition NimBLERemoteCharacteristic.cpp:293
-bool canWriteNoResponse() const
Does the characteristic support writing without a response?
Definition NimBLERemoteCharacteristic.cpp:328
-bool canBroadcast() const
Does the characteristic support value broadcasting?
Definition NimBLERemoteCharacteristic.cpp:312
-std::vector< NimBLERemoteDescriptor * >::iterator begin() const
Get iterator to the beginning of the vector of remote descriptor pointers.
Definition NimBLERemoteCharacteristic.cpp:208
-std::vector< NimBLERemoteDescriptor * >::iterator end() const
Get iterator to the end of the vector of remote descriptor pointers.
Definition NimBLERemoteCharacteristic.cpp:216
-void deleteDescriptors() const
Delete the descriptors in the descriptor vector.
Definition NimBLERemoteCharacteristic.cpp:277
-const NimBLERemoteService * getRemoteService() const
Get the remote service associated with this characteristic.
Definition NimBLERemoteCharacteristic.cpp:224
-const std::vector< NimBLERemoteDescriptor * > & getDescriptors(bool refresh=false) const
Get a pointer to the vector of found descriptors.
Definition NimBLERemoteCharacteristic.cpp:195
-bool canWrite() const
Does the characteristic support writing?
Definition NimBLERemoteCharacteristic.cpp:336
-bool canRead() const
Does the characteristic support reading?
Definition NimBLERemoteCharacteristic.cpp:320
-bool unsubscribe(bool response=true) const
Unsubscribe for notifications or indications.
Definition NimBLERemoteCharacteristic.cpp:267
-bool canIndicate() const
Does the characteristic support indication?
Definition NimBLERemoteCharacteristic.cpp:352
-NimBLERemoteDescriptor * getDescriptor(const NimBLEUUID &uuid) const
Get the descriptor instance with the given UUID that belongs to this characteristic.
Definition NimBLERemoteCharacteristic.cpp:138
-std::string toString() const
Convert a NimBLERemoteCharacteristic to a string representation;.
Definition NimBLERemoteCharacteristic.cpp:376
-bool subscribe(bool notifications=true, const notify_callback notifyCallback=nullptr, bool response=true) const
Subscribe for notifications or indications.
Definition NimBLERemoteCharacteristic.cpp:258
-bool canNotify() const
Does the characteristic support reading with encryption?
Definition NimBLERemoteCharacteristic.cpp:344
-bool canWriteSigned() const
Does the characteristic support signed writing?
Definition NimBLERemoteCharacteristic.cpp:360
-bool hasExtendedProps() const
Does the characteristic support extended properties?
Definition NimBLERemoteCharacteristic.cpp:368
+size_t deleteDescriptor(const NimBLEUUID &uuid) const
Delete descriptor by UUID.
Definition NimBLERemoteCharacteristic.cpp:288
+bool canWriteNoResponse() const
Does the characteristic support writing without a response?
Definition NimBLERemoteCharacteristic.cpp:323
+bool canBroadcast() const
Does the characteristic support value broadcasting?
Definition NimBLERemoteCharacteristic.cpp:307
+std::vector< NimBLERemoteDescriptor * >::iterator begin() const
Get iterator to the beginning of the vector of remote descriptor pointers.
Definition NimBLERemoteCharacteristic.cpp:203
+std::vector< NimBLERemoteDescriptor * >::iterator end() const
Get iterator to the end of the vector of remote descriptor pointers.
Definition NimBLERemoteCharacteristic.cpp:211
+void deleteDescriptors() const
Delete the descriptors in the descriptor vector.
Definition NimBLERemoteCharacteristic.cpp:272
+const NimBLERemoteService * getRemoteService() const
Get the remote service associated with this characteristic.
Definition NimBLERemoteCharacteristic.cpp:219
+const std::vector< NimBLERemoteDescriptor * > & getDescriptors(bool refresh=false) const
Get a pointer to the vector of found descriptors.
Definition NimBLERemoteCharacteristic.cpp:190
+bool canWrite() const
Does the characteristic support writing?
Definition NimBLERemoteCharacteristic.cpp:331
+bool canRead() const
Does the characteristic support reading?
Definition NimBLERemoteCharacteristic.cpp:315
+bool unsubscribe(bool response=true) const
Unsubscribe for notifications or indications.
Definition NimBLERemoteCharacteristic.cpp:262
+bool canIndicate() const
Does the characteristic support indication?
Definition NimBLERemoteCharacteristic.cpp:347
+NimBLERemoteDescriptor * getDescriptor(const NimBLEUUID &uuid) const
Get the descriptor instance with the given UUID that belongs to this characteristic.
Definition NimBLERemoteCharacteristic.cpp:133
+std::string toString() const
Convert a NimBLERemoteCharacteristic to a string representation;.
Definition NimBLERemoteCharacteristic.cpp:371
+bool subscribe(bool notifications=true, const notify_callback notifyCallback=nullptr, bool response=true) const
Subscribe for notifications or indications.
Definition NimBLERemoteCharacteristic.cpp:253
+bool canNotify() const
Does the characteristic support reading with encryption?
Definition NimBLERemoteCharacteristic.cpp:339
+bool canWriteSigned() const
Does the characteristic support signed writing?
Definition NimBLERemoteCharacteristic.cpp:355
+bool hasExtendedProps() const
Does the characteristic support extended properties?
Definition NimBLERemoteCharacteristic.cpp:363
A model of remote BLE descriptor.
Definition NimBLERemoteDescriptor.h:32
A model of a remote BLE service.
Definition NimBLERemoteService.h:34
A model of a BLE UUID.
Definition NimBLEUUID.h:41
diff --git a/_nim_b_l_e_remote_descriptor_8h_source.html b/_nim_b_l_e_remote_descriptor_8h_source.html
index 13e3ad1c..94db618c 100644
--- a/_nim_b_l_e_remote_descriptor_8h_source.html
+++ b/_nim_b_l_e_remote_descriptor_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/_nim_b_l_e_remote_service_8h_source.html b/_nim_b_l_e_remote_service_8h_source.html
index eaeff025..cb5e4a50 100644
--- a/_nim_b_l_e_remote_service_8h_source.html
+++ b/_nim_b_l_e_remote_service_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -170,15 +170,15 @@
A model of a BLE client.
Definition NimBLEClient.h:49
A model of a remote BLE characteristic.
Definition NimBLERemoteCharacteristic.h:34
A model of a remote BLE service.
Definition NimBLERemoteService.h:34
-bool setValue(const NimBLEUUID &characteristicUuid, const NimBLEAttValue &value) const
Set the value of a characteristic.
Definition NimBLERemoteService.cpp:244
-NimBLEClient * getClient(void) const
Get the client associated with this service.
Definition NimBLERemoteService.cpp:220
-std::string toString(void) const
Create a string representation of this remote service.
Definition NimBLERemoteService.cpp:287
+bool setValue(const NimBLEUUID &characteristicUuid, const NimBLEAttValue &value) const
Set the value of a characteristic.
Definition NimBLERemoteService.cpp:247
+NimBLEClient * getClient(void) const
Get the client associated with this service.
Definition NimBLERemoteService.cpp:223
+std::string toString(void) const
Create a string representation of this remote service.
Definition NimBLERemoteService.cpp:290
std::vector< NimBLERemoteCharacteristic * >::iterator end() const
Get iterator to the end of the vector of remote characteristic pointers.
Definition NimBLERemoteService.cpp:59
const std::vector< NimBLERemoteCharacteristic * > & getCharacteristics(bool refresh=false) const
Get a pointer to the vector of found characteristics.
Definition NimBLERemoteService.cpp:133
-void deleteCharacteristics() const
Delete the characteristics in the characteristics vector.
Definition NimBLERemoteService.cpp:259
-size_t deleteCharacteristic(const NimBLEUUID &uuid) const
Delete characteristic by UUID.
Definition NimBLERemoteService.cpp:271
+void deleteCharacteristics() const
Delete the characteristics in the characteristics vector.
Definition NimBLERemoteService.cpp:262
+size_t deleteCharacteristic(const NimBLEUUID &uuid) const
Delete characteristic by UUID.
Definition NimBLERemoteService.cpp:274
std::vector< NimBLERemoteCharacteristic * >::iterator begin() const
Get iterator to the beginning of the vector of remote characteristic pointers.
Definition NimBLERemoteService.cpp:51
-NimBLEAttValue getValue(const NimBLEUUID &characteristicUuid) const
Read the value of a characteristic associated with this service.
Definition NimBLERemoteService.cpp:229
+NimBLEAttValue getValue(const NimBLEUUID &characteristicUuid) const
Read the value of a characteristic associated with this service.
Definition NimBLERemoteService.cpp:232
NimBLERemoteCharacteristic * getCharacteristic(const char *uuid) const
Get the remote characteristic object for the characteristic UUID.
Definition NimBLERemoteService.cpp:68
A model of a BLE UUID.
Definition NimBLEUUID.h:41
diff --git a/_nim_b_l_e_remote_value_attribute_8h_source.html b/_nim_b_l_e_remote_value_attribute_8h_source.html
index e89663f2..fe4821be 100644
--- a/_nim_b_l_e_remote_value_attribute_8h_source.html
+++ b/_nim_b_l_e_remote_value_attribute_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/_nim_b_l_e_scan_8h_source.html b/_nim_b_l_e_scan_8h_source.html
index db22f962..b46c0b89 100644
--- a/_nim_b_l_e_scan_8h_source.html
+++ b/_nim_b_l_e_scan_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -217,11 +217,11 @@
A BLE device address.
Definition NimBLEAddress.h:41
A representation of a BLE advertised device found by a scan.
Definition NimBLEAdvertisedDevice.h:45
-A model of a BLE Device from which all the BLE roles are created.
Definition NimBLEDevice.h:109
+A model of a BLE Device from which all the BLE roles are created.
Definition NimBLEDevice.h:116
A callback handler for callbacks associated device scanning.
Definition NimBLEScan.h:115
-virtual void onDiscovered(const NimBLEAdvertisedDevice *advertisedDevice)
Called when a new device is discovered, before the scan result is received (if applicable).
Definition NimBLEScan.cpp:540
-virtual void onScanEnd(const NimBLEScanResults &scanResults, int reason)
Called when a scan operation ends.
Definition NimBLEScan.cpp:548
-virtual void onResult(const NimBLEAdvertisedDevice *advertisedDevice)
Called when a new scan result is complete, including scan response data (if applicable).
Definition NimBLEScan.cpp:544
+virtual void onDiscovered(const NimBLEAdvertisedDevice *advertisedDevice)
Called when a new device is discovered, before the scan result is received (if applicable).
Definition NimBLEScan.cpp:545
+virtual void onScanEnd(const NimBLEScanResults &scanResults, int reason)
Called when a scan operation ends.
Definition NimBLEScan.cpp:553
+virtual void onResult(const NimBLEAdvertisedDevice *advertisedDevice)
Called when a new scan result is complete, including scan response data (if applicable).
Definition NimBLEScan.cpp:549
Perform and manage BLE scans.
Definition NimBLEScan.h:67
void setWindow(uint16_t windowMs)
Set the window to actively scan.
Definition NimBLEScan.cpp:257
void setPhy(Phy phyMask)
Set the PHYs to scan.
Definition NimBLEScan.cpp:276
@@ -240,11 +240,11 @@
bool start(uint32_t duration, bool isContinue=false, bool restart=true)
Start scanning.
Definition NimBLEScan.cpp:300
void clearResults()
Clear the stored results of the scan.
Definition NimBLEScan.cpp:470
A class that contains and operates on the results of a BLE scan.
Definition NimBLEScan.h:48
-std::vector< NimBLEAdvertisedDevice * >::const_iterator end() const
Get iterator to the end of the vector of advertised device pointers.
Definition NimBLEScan.cpp:518
-int getCount() const
Get the count of devices found in the last scan.
Definition NimBLEScan.cpp:492
-std::vector< NimBLEAdvertisedDevice * >::const_iterator begin() const
Get iterator to the beginning of the vector of advertised device pointers.
Definition NimBLEScan.cpp:510
-const NimBLEAdvertisedDevice * getDevice(uint32_t idx) const
Return the specified device at the given index. The index should be between 0 and getCount()-1.
Definition NimBLEScan.cpp:502
-void dump() const
Dump the scan results to the log.
Definition NimBLEScan.cpp:480
+std::vector< NimBLEAdvertisedDevice * >::const_iterator end() const
Get iterator to the end of the vector of advertised device pointers.
Definition NimBLEScan.cpp:523
+int getCount() const
Get the count of devices found in the last scan.
Definition NimBLEScan.cpp:497
+std::vector< NimBLEAdvertisedDevice * >::const_iterator begin() const
Get iterator to the beginning of the vector of advertised device pointers.
Definition NimBLEScan.cpp:515
+const NimBLEAdvertisedDevice * getDevice(uint32_t idx) const
Return the specified device at the given index. The index should be between 0 and getCount()-1.
Definition NimBLEScan.cpp:507
+void dump() const
Dump the scan results to the log.
Definition NimBLEScan.cpp:485
A structure to hold data for a task that is waiting for a response.
Definition NimBLEUtils.h:32
Discovery parameters.
Definition ble_gap.h:326
diff --git a/_nim_b_l_e_server_8h_source.html b/_nim_b_l_e_server_8h_source.html
index 1be5c938..8227d423 100644
--- a/_nim_b_l_e_server_8h_source.html
+++ b/_nim_b_l_e_server_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -266,8 +266,8 @@
The model of a BLE Characteristic.
Definition NimBLECharacteristic.h:40
A model of a BLE client.
Definition NimBLEClient.h:49
Connection information.
Definition NimBLEConnInfo.h:32
-A model of a BLE Device from which all the BLE roles are created.
Definition NimBLEDevice.h:109
-Extended advertising class.
Definition NimBLEExtAdvertising.h:111
+A model of a BLE Device from which all the BLE roles are created.
Definition NimBLEDevice.h:116
+Extended advertising class.
Definition NimBLEExtAdvertising.h:110
Callbacks associated with the operation of a BLE server.
Definition NimBLEServer.h:140
virtual void onConnect(NimBLEServer *pServer, NimBLEConnInfo &connInfo)
Handle a client connection. This is called when a client connects.
Definition NimBLEServer.cpp:988
virtual uint32_t onPassKeyDisplay()
Called when a client requests a passkey for pairing (display).
Definition NimBLEServer.cpp:1000
diff --git a/_nim_b_l_e_service_8h_source.html b/_nim_b_l_e_service_8h_source.html
index 3ed28729..e42256ad 100644
--- a/_nim_b_l_e_service_8h_source.html
+++ b/_nim_b_l_e_service_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/_nim_b_l_e_u_u_i_d_8h_source.html b/_nim_b_l_e_u_u_i_d_8h_source.html
index 995c9fba..ff4331ea 100644
--- a/_nim_b_l_e_u_u_i_d_8h_source.html
+++ b/_nim_b_l_e_u_u_i_d_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/_nim_b_l_e_utils_8h_source.html b/_nim_b_l_e_utils_8h_source.html
index caa4199d..194d8543 100644
--- a/_nim_b_l_e_utils_8h_source.html
+++ b/_nim_b_l_e_utils_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/adv_8h_source.html b/adv_8h_source.html
index 340fda6d..54da24f7 100644
--- a/adv_8h_source.html
+++ b/adv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/aes_8h.html b/aes_8h.html
index 23e71837..9a4e76e2 100644
--- a/aes_8h.html
+++ b/aes_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/aes_8h_source.html b/aes_8h_source.html
index da180647..a50eee06 100644
--- a/aes_8h_source.html
+++ b/aes_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/annotated.html b/annotated.html
index e8270635..b8df655f 100644
--- a/annotated.html
+++ b/annotated.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/app__keys_8h_source.html b/app__keys_8h_source.html
index 75f19815..763d0ba2 100644
--- a/app__keys_8h_source.html
+++ b/app__keys_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/beacon_8h_source.html b/beacon_8h_source.html
index 7dcc1e54..3cc8d027 100644
--- a/beacon_8h_source.html
+++ b/beacon_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble_8h_source.html b/ble_8h_source.html
index 23591cdb..ebec5a06 100644
--- a/ble_8h_source.html
+++ b/ble_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__aes__ccm_8h_source.html b/ble__aes__ccm_8h_source.html
index 7b8e58a8..16e937fe 100644
--- a/ble__aes__ccm_8h_source.html
+++ b/ble__aes__ccm_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__att_8h_source.html b/ble__att_8h_source.html
index b91b2e7f..5d5b1e52 100644
--- a/ble__att_8h_source.html
+++ b/ble__att_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__att__cmd__priv_8h_source.html b/ble__att__cmd__priv_8h_source.html
index 0a4f0844..e75e7505 100644
--- a/ble__att__cmd__priv_8h_source.html
+++ b/ble__att__cmd__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__att__priv_8h_source.html b/ble__att__priv_8h_source.html
index eefbdb5c..7d3af150 100644
--- a/ble__att__priv_8h_source.html
+++ b/ble__att__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ead_8h_source.html b/ble__ead_8h_source.html
index 0161ac1f..e6941e35 100644
--- a/ble__ead_8h_source.html
+++ b/ble__ead_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__eddystone_8h_source.html b/ble__eddystone_8h_source.html
index c4729ae7..f6ccc7d7 100644
--- a/ble__eddystone_8h_source.html
+++ b/ble__eddystone_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__esp__gap_8h_source.html b/ble__esp__gap_8h_source.html
index ef9d9435..64e7f5e2 100644
--- a/ble__esp__gap_8h_source.html
+++ b/ble__esp__gap_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__esp__gatt_8h_source.html b/ble__esp__gatt_8h_source.html
index fb5d6b63..a5ebe78c 100644
--- a/ble__esp__gatt_8h_source.html
+++ b/ble__esp__gatt_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__esp__hs_8h_source.html b/ble__esp__hs_8h_source.html
index 0560c9ee..3bcd563a 100644
--- a/ble__esp__hs_8h_source.html
+++ b/ble__esp__hs_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__gap_8h_source.html b/ble__gap_8h_source.html
index 6542a5a8..0abd0a67 100644
--- a/ble__gap_8h_source.html
+++ b/ble__gap_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__gap__priv_8h_source.html b/ble__gap__priv_8h_source.html
index 8347f7df..1f93ca62 100644
--- a/ble__gap__priv_8h_source.html
+++ b/ble__gap__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__gatt_8h_source.html b/ble__gatt_8h_source.html
index 98f98a7f..634f8f7c 100644
--- a/ble__gatt_8h_source.html
+++ b/ble__gatt_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__gatt__priv_8h_source.html b/ble__gatt__priv_8h_source.html
index 27daecc3..ecbf2b29 100644
--- a/ble__gatt__priv_8h_source.html
+++ b/ble__gatt__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__gattc__cache__priv_8h_source.html b/ble__gattc__cache__priv_8h_source.html
index e5b3d52c..8480295b 100644
--- a/ble__gattc__cache__priv_8h_source.html
+++ b/ble__gattc__cache__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs_8h_source.html b/ble__hs_8h_source.html
index e0da43d2..a2ca7de9 100644
--- a/ble__hs_8h_source.html
+++ b/ble__hs_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__adv_8h_source.html b/ble__hs__adv_8h_source.html
index 05f8cf23..f1b07320 100644
--- a/ble__hs__adv_8h_source.html
+++ b/ble__hs__adv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__adv__priv_8h_source.html b/ble__hs__adv__priv_8h_source.html
index 2471310c..e551d689 100644
--- a/ble__hs__adv__priv_8h_source.html
+++ b/ble__hs__adv__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__atomic__priv_8h_source.html b/ble__hs__atomic__priv_8h_source.html
index 742a5a77..091ae010 100644
--- a/ble__hs__atomic__priv_8h_source.html
+++ b/ble__hs__atomic__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__conn__priv_8h_source.html b/ble__hs__conn__priv_8h_source.html
index 6f9b7c6f..822b7dee 100644
--- a/ble__hs__conn__priv_8h_source.html
+++ b/ble__hs__conn__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__flow__priv_8h_source.html b/ble__hs__flow__priv_8h_source.html
index c9cd890f..fb32c1a2 100644
--- a/ble__hs__flow__priv_8h_source.html
+++ b/ble__hs__flow__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__hci_8h_source.html b/ble__hs__hci_8h_source.html
index 27773d15..b54963e0 100644
--- a/ble__hs__hci_8h_source.html
+++ b/ble__hs__hci_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__hci__priv_8h_source.html b/ble__hs__hci__priv_8h_source.html
index 3d22deba..f8cdf9ae 100644
--- a/ble__hs__hci__priv_8h_source.html
+++ b/ble__hs__hci__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__id_8h_source.html b/ble__hs__id_8h_source.html
index 4142abdf..881aa293 100644
--- a/ble__hs__id_8h_source.html
+++ b/ble__hs__id_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__id__priv_8h_source.html b/ble__hs__id__priv_8h_source.html
index 7a79628f..80a2f211 100644
--- a/ble__hs__id__priv_8h_source.html
+++ b/ble__hs__id__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__log_8h_source.html b/ble__hs__log_8h_source.html
index 6cf4355d..55c87533 100644
--- a/ble__hs__log_8h_source.html
+++ b/ble__hs__log_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__mbuf_8h_source.html b/ble__hs__mbuf_8h_source.html
index 3e3ef730..6a9ea11b 100644
--- a/ble__hs__mbuf_8h_source.html
+++ b/ble__hs__mbuf_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__mbuf__priv_8h_source.html b/ble__hs__mbuf__priv_8h_source.html
index e4e0067c..4312cd74 100644
--- a/ble__hs__mbuf__priv_8h_source.html
+++ b/ble__hs__mbuf__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__periodic__sync__priv_8h_source.html b/ble__hs__periodic__sync__priv_8h_source.html
index 91d5cdfc..b1884d38 100644
--- a/ble__hs__periodic__sync__priv_8h_source.html
+++ b/ble__hs__periodic__sync__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__priv_8h_source.html b/ble__hs__priv_8h_source.html
index ca0a7245..18154998 100644
--- a/ble__hs__priv_8h_source.html
+++ b/ble__hs__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__pvcy_8h_source.html b/ble__hs__pvcy_8h_source.html
index e98f153d..7a16074d 100644
--- a/ble__hs__pvcy_8h_source.html
+++ b/ble__hs__pvcy_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__pvcy__priv_8h_source.html b/ble__hs__pvcy__priv_8h_source.html
index bc7db8aa..c97d1952 100644
--- a/ble__hs__pvcy__priv_8h_source.html
+++ b/ble__hs__pvcy__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__resolv__priv_8h_source.html b/ble__hs__resolv__priv_8h_source.html
index 4e6ae4eb..56cd9d4d 100644
--- a/ble__hs__resolv__priv_8h_source.html
+++ b/ble__hs__resolv__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__startup__priv_8h_source.html b/ble__hs__startup__priv_8h_source.html
index b7677c68..6bde93e9 100644
--- a/ble__hs__startup__priv_8h_source.html
+++ b/ble__hs__startup__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hs__stop_8h_source.html b/ble__hs__stop_8h_source.html
index 28794629..fa7058ab 100644
--- a/ble__hs__stop_8h_source.html
+++ b/ble__hs__stop_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__hw_8h_source.html b/ble__hw_8h_source.html
index 2da1924d..ed9e6143 100644
--- a/ble__hw_8h_source.html
+++ b/ble__hw_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ibeacon_8h_source.html b/ble__ibeacon_8h_source.html
index 786e5344..83324ea0 100644
--- a/ble__ibeacon_8h_source.html
+++ b/ble__ibeacon_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__l2cap_8h_source.html b/ble__l2cap_8h_source.html
index 333ec433..7d7fbda7 100644
--- a/ble__l2cap_8h_source.html
+++ b/ble__l2cap_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__l2cap__coc__priv_8h_source.html b/ble__l2cap__coc__priv_8h_source.html
index da99c7f3..94ac8a95 100644
--- a/ble__l2cap__coc__priv_8h_source.html
+++ b/ble__l2cap__coc__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__l2cap__priv_8h_source.html b/ble__l2cap__priv_8h_source.html
index 9d89fbda..58876008 100644
--- a/ble__l2cap__priv_8h_source.html
+++ b/ble__l2cap__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__l2cap__sig__priv_8h_source.html b/ble__l2cap__sig__priv_8h_source.html
index a024c719..a4440ad6 100644
--- a/ble__l2cap__sig__priv_8h_source.html
+++ b/ble__l2cap__sig__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll_8h_source.html b/ble__ll_8h_source.html
index e843c343..eb2c0508 100644
--- a/ble__ll_8h_source.html
+++ b/ble__ll_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__adv_8h_source.html b/ble__ll__adv_8h_source.html
index 7c4e81b0..6244999e 100644
--- a/ble__ll__adv_8h_source.html
+++ b/ble__ll__adv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__conn_8h_source.html b/ble__ll__conn_8h_source.html
index e62bcfc9..2c088eff 100644
--- a/ble__ll__conn_8h_source.html
+++ b/ble__ll__conn_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__conn__priv_8h_source.html b/ble__ll__conn__priv_8h_source.html
index 24e52a13..320b57f0 100644
--- a/ble__ll__conn__priv_8h_source.html
+++ b/ble__ll__conn__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__ctrl_8h_source.html b/ble__ll__ctrl_8h_source.html
index 418032f6..ebb59a95 100644
--- a/ble__ll__ctrl_8h_source.html
+++ b/ble__ll__ctrl_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__ctrl__priv_8h_source.html b/ble__ll__ctrl__priv_8h_source.html
index dcc245ef..353fca6d 100644
--- a/ble__ll__ctrl__priv_8h_source.html
+++ b/ble__ll__ctrl__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__dtm__priv_8h_source.html b/ble__ll__dtm__priv_8h_source.html
index 5a0c35c5..70aa246a 100644
--- a/ble__ll__dtm__priv_8h_source.html
+++ b/ble__ll__dtm__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__hci_8h_source.html b/ble__ll__hci_8h_source.html
index 82c8bf04..6cc3aa3f 100644
--- a/ble__ll__hci_8h_source.html
+++ b/ble__ll__hci_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__hci__priv_8h_source.html b/ble__ll__hci__priv_8h_source.html
index f7222c99..0fa1ab84 100644
--- a/ble__ll__hci__priv_8h_source.html
+++ b/ble__ll__hci__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__iso_8h_source.html b/ble__ll__iso_8h_source.html
index b8066a68..d64c39f1 100644
--- a/ble__ll__iso_8h_source.html
+++ b/ble__ll__iso_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__plna_8h_source.html b/ble__ll__plna_8h_source.html
index a323ebfd..e6e5cc41 100644
--- a/ble__ll__plna_8h_source.html
+++ b/ble__ll__plna_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__priv_8h_source.html b/ble__ll__priv_8h_source.html
index 708fb8a7..b83e2cf9 100644
--- a/ble__ll__priv_8h_source.html
+++ b/ble__ll__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__resolv_8h_source.html b/ble__ll__resolv_8h_source.html
index 33d5d510..a29f1969 100644
--- a/ble__ll__resolv_8h_source.html
+++ b/ble__ll__resolv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__rfmgmt_8h_source.html b/ble__ll__rfmgmt_8h_source.html
index ba16966d..db0ccd62 100644
--- a/ble__ll__rfmgmt_8h_source.html
+++ b/ble__ll__rfmgmt_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__scan_8h_source.html b/ble__ll__scan_8h_source.html
index eda96164..da2e071f 100644
--- a/ble__ll__scan_8h_source.html
+++ b/ble__ll__scan_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__scan__aux_8h_source.html b/ble__ll__scan__aux_8h_source.html
index 78d01f76..60f6224e 100644
--- a/ble__ll__scan__aux_8h_source.html
+++ b/ble__ll__scan__aux_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__sched_8h_source.html b/ble__ll__sched_8h_source.html
index 936aceba..50560eca 100644
--- a/ble__ll__sched_8h_source.html
+++ b/ble__ll__sched_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__sync_8h_source.html b/ble__ll__sync_8h_source.html
index 9656de9d..1abf35f8 100644
--- a/ble__ll__sync_8h_source.html
+++ b/ble__ll__sync_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__test_8h_source.html b/ble__ll__test_8h_source.html
index da9a23a9..ea728093 100644
--- a/ble__ll__test_8h_source.html
+++ b/ble__ll__test_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__tmr_8h_source.html b/ble__ll__tmr_8h_source.html
index 03a86c46..39b15ada 100644
--- a/ble__ll__tmr_8h_source.html
+++ b/ble__ll__tmr_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__trace_8h_source.html b/ble__ll__trace_8h_source.html
index c36507bc..f07f63b4 100644
--- a/ble__ll__trace_8h_source.html
+++ b/ble__ll__trace_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__utils_8h_source.html b/ble__ll__utils_8h_source.html
index fa3296c0..8371eb23 100644
--- a/ble__ll__utils_8h_source.html
+++ b/ble__ll__utils_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__ll__whitelist_8h_source.html b/ble__ll__whitelist_8h_source.html
index ab832e2d..43cca09d 100644
--- a/ble__ll__whitelist_8h_source.html
+++ b/ble__ll__whitelist_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__phy_8h_source.html b/ble__phy_8h_source.html
index 71d6dd8c..30ec4c23 100644
--- a/ble__phy_8h_source.html
+++ b/ble__phy_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__phy__trace_8h_source.html b/ble__phy__trace_8h_source.html
index 26eaeb34..623a2ec5 100644
--- a/ble__phy__trace_8h_source.html
+++ b/ble__phy__trace_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__sm_8h_source.html b/ble__sm_8h_source.html
index d4aed412..9aa429ba 100644
--- a/ble__sm_8h_source.html
+++ b/ble__sm_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__sm__priv_8h_source.html b/ble__sm__priv_8h_source.html
index 60bf8466..61092031 100644
--- a/ble__sm__priv_8h_source.html
+++ b/ble__sm__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__store_8h_source.html b/ble__store_8h_source.html
index 970a0f3d..57cc0d46 100644
--- a/ble__store_8h_source.html
+++ b/ble__store_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__store__config_8h_source.html b/ble__store__config_8h_source.html
index 1ead5c32..18e1a746 100644
--- a/ble__store__config_8h_source.html
+++ b/ble__store__config_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__store__config__priv_8h_source.html b/ble__store__config__priv_8h_source.html
index f23652dc..865f6931 100644
--- a/ble__store__config__priv_8h_source.html
+++ b/ble__store__config__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__svc__ans_8h_source.html b/ble__svc__ans_8h_source.html
index 02d6d020..469bf5d1 100644
--- a/ble__svc__ans_8h_source.html
+++ b/ble__svc__ans_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__svc__bas_8h_source.html b/ble__svc__bas_8h_source.html
index 44a4a4f5..78617239 100644
--- a/ble__svc__bas_8h_source.html
+++ b/ble__svc__bas_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__svc__gap_8h_source.html b/ble__svc__gap_8h_source.html
index 38e1b44d..b93795b9 100644
--- a/ble__svc__gap_8h_source.html
+++ b/ble__svc__gap_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__svc__gatt_8h_source.html b/ble__svc__gatt_8h_source.html
index 1ceb940a..7b114210 100644
--- a/ble__svc__gatt_8h_source.html
+++ b/ble__svc__gatt_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__svc__ias_8h_source.html b/ble__svc__ias_8h_source.html
index 8dda61b1..587beee9 100644
--- a/ble__svc__ias_8h_source.html
+++ b/ble__svc__ias_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__uuid_8h_source.html b/ble__uuid_8h_source.html
index 5c88d114..5b1ee145 100644
--- a/ble__uuid_8h_source.html
+++ b/ble__uuid_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ble__uuid__priv_8h_source.html b/ble__uuid__priv_8h_source.html
index ececd6f4..274b0f78 100644
--- a/ble__uuid__priv_8h_source.html
+++ b/ble__uuid__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cbc__mode_8h.html b/cbc__mode_8h.html
index e498b676..70bdc9dd 100644
--- a/cbc__mode_8h.html
+++ b/cbc__mode_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cbc__mode_8h_source.html b/cbc__mode_8h_source.html
index 0da53334..7b6d7a46 100644
--- a/cbc__mode_8h_source.html
+++ b/cbc__mode_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ccm__mode_8h.html b/ccm__mode_8h.html
index 1a11bce8..fa70e365 100644
--- a/ccm__mode_8h.html
+++ b/ccm__mode_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ccm__mode_8h_source.html b/ccm__mode_8h_source.html
index 16a6b4be..884d9788 100644
--- a/ccm__mode_8h_source.html
+++ b/ccm__mode_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cdb_8h_source.html b/cdb_8h_source.html
index 6bf26e9a..d36ab397 100644
--- a/cdb_8h_source.html
+++ b/cdb_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cdb__priv_8h_source.html b/cdb__priv_8h_source.html
index 0e418be5..b2cb39d4 100644
--- a/cdb__priv_8h_source.html
+++ b/cdb__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cfg__cli_8h.html b/cfg__cli_8h.html
index a8f63114..0eca3a5e 100644
--- a/cfg__cli_8h.html
+++ b/cfg__cli_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cfg__cli_8h_source.html b/cfg__cli_8h_source.html
index 8f85da4f..20030f34 100644
--- a/cfg__cli_8h_source.html
+++ b/cfg__cli_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cfg__srv_8h.html b/cfg__srv_8h.html
index db58a3ef..35f84205 100644
--- a/cfg__srv_8h.html
+++ b/cfg__srv_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cfg__srv_8h_source.html b/cfg__srv_8h_source.html
index 770385a4..717870d1 100644
--- a/cfg__srv_8h_source.html
+++ b/cfg__srv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e2904-members.html b/class_nim_b_l_e2904-members.html
index d337030d..68bdb94b 100644
--- a/class_nim_b_l_e2904-members.html
+++ b/class_nim_b_l_e2904-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e2904.html b/class_nim_b_l_e2904.html
index dba8ac65..c86cb94f 100644
--- a/class_nim_b_l_e2904.html
+++ b/class_nim_b_l_e2904.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_address-members.html b/class_nim_b_l_e_address-members.html
index 5a103bec..2955766f 100644
--- a/class_nim_b_l_e_address-members.html
+++ b/class_nim_b_l_e_address-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_address.html b/class_nim_b_l_e_address.html
index 0e69efbc..9a472823 100644
--- a/class_nim_b_l_e_address.html
+++ b/class_nim_b_l_e_address.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_advertised_device-members.html b/class_nim_b_l_e_advertised_device-members.html
index d03a3f58..839e812b 100644
--- a/class_nim_b_l_e_advertised_device-members.html
+++ b/class_nim_b_l_e_advertised_device-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_advertised_device.html b/class_nim_b_l_e_advertised_device.html
index cad92ff7..c3d32298 100644
--- a/class_nim_b_l_e_advertised_device.html
+++ b/class_nim_b_l_e_advertised_device.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_advertisement_data-members.html b/class_nim_b_l_e_advertisement_data-members.html
index bf1ecf33..36f88ec3 100644
--- a/class_nim_b_l_e_advertisement_data-members.html
+++ b/class_nim_b_l_e_advertisement_data-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_advertisement_data.html b/class_nim_b_l_e_advertisement_data.html
index 31b3a0ef..67844996 100644
--- a/class_nim_b_l_e_advertisement_data.html
+++ b/class_nim_b_l_e_advertisement_data.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_advertising-members.html b/class_nim_b_l_e_advertising-members.html
index 1f54bc7f..6ddec005 100644
--- a/class_nim_b_l_e_advertising-members.html
+++ b/class_nim_b_l_e_advertising-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_advertising.html b/class_nim_b_l_e_advertising.html
index bd62d60d..d2a0a01f 100644
--- a/class_nim_b_l_e_advertising.html
+++ b/class_nim_b_l_e_advertising.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_att_value-members.html b/class_nim_b_l_e_att_value-members.html
index 2a8aff39..072f3f2c 100644
--- a/class_nim_b_l_e_att_value-members.html
+++ b/class_nim_b_l_e_att_value-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_att_value.html b/class_nim_b_l_e_att_value.html
index 81a66796..c9a4d164 100644
--- a/class_nim_b_l_e_att_value.html
+++ b/class_nim_b_l_e_att_value.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_attribute-members.html b/class_nim_b_l_e_attribute-members.html
index 32d810d9..727e5d95 100644
--- a/class_nim_b_l_e_attribute-members.html
+++ b/class_nim_b_l_e_attribute-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_attribute.html b/class_nim_b_l_e_attribute.html
index 7767a6d5..ea2a5bf3 100644
--- a/class_nim_b_l_e_attribute.html
+++ b/class_nim_b_l_e_attribute.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_beacon-members.html b/class_nim_b_l_e_beacon-members.html
index 39f1d8f8..c246a0fe 100644
--- a/class_nim_b_l_e_beacon-members.html
+++ b/class_nim_b_l_e_beacon-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_beacon.html b/class_nim_b_l_e_beacon.html
index fe9c63cd..1b48ed7b 100644
--- a/class_nim_b_l_e_beacon.html
+++ b/class_nim_b_l_e_beacon.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_characteristic-members.html b/class_nim_b_l_e_characteristic-members.html
index 779c5608..7a7a9c5a 100644
--- a/class_nim_b_l_e_characteristic-members.html
+++ b/class_nim_b_l_e_characteristic-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_characteristic.html b/class_nim_b_l_e_characteristic.html
index 59b954ae..52a90e35 100644
--- a/class_nim_b_l_e_characteristic.html
+++ b/class_nim_b_l_e_characteristic.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_characteristic_callbacks-members.html b/class_nim_b_l_e_characteristic_callbacks-members.html
index fa86bf19..866373f3 100644
--- a/class_nim_b_l_e_characteristic_callbacks-members.html
+++ b/class_nim_b_l_e_characteristic_callbacks-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_characteristic_callbacks.html b/class_nim_b_l_e_characteristic_callbacks.html
index 3f88823e..c1cbad33 100644
--- a/class_nim_b_l_e_characteristic_callbacks.html
+++ b/class_nim_b_l_e_characteristic_callbacks.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_client-members.html b/class_nim_b_l_e_client-members.html
index bbc7fe18..e995daa5 100644
--- a/class_nim_b_l_e_client-members.html
+++ b/class_nim_b_l_e_client-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_client.html b/class_nim_b_l_e_client.html
index 1b52ba1a..86d4df4b 100644
--- a/class_nim_b_l_e_client.html
+++ b/class_nim_b_l_e_client.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_client_callbacks-members.html b/class_nim_b_l_e_client_callbacks-members.html
index 69378b34..0d9f26d8 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 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_client_callbacks.html b/class_nim_b_l_e_client_callbacks.html
index 7f7393ff..8e76f13a 100644
--- a/class_nim_b_l_e_client_callbacks.html
+++ b/class_nim_b_l_e_client_callbacks.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_conn_info-members.html b/class_nim_b_l_e_conn_info-members.html
index a823db56..af17a3f9 100644
--- a/class_nim_b_l_e_conn_info-members.html
+++ b/class_nim_b_l_e_conn_info-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_conn_info.html b/class_nim_b_l_e_conn_info.html
index d12d5d8f..cf0e75cc 100644
--- a/class_nim_b_l_e_conn_info.html
+++ b/class_nim_b_l_e_conn_info.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_descriptor-members.html b/class_nim_b_l_e_descriptor-members.html
index 70c22c08..d5989a6c 100644
--- a/class_nim_b_l_e_descriptor-members.html
+++ b/class_nim_b_l_e_descriptor-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_descriptor.html b/class_nim_b_l_e_descriptor.html
index 815a8a42..5e2c6505 100644
--- a/class_nim_b_l_e_descriptor.html
+++ b/class_nim_b_l_e_descriptor.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_descriptor_callbacks-members.html b/class_nim_b_l_e_descriptor_callbacks-members.html
index f7a83762..ffd44a2c 100644
--- a/class_nim_b_l_e_descriptor_callbacks-members.html
+++ b/class_nim_b_l_e_descriptor_callbacks-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_descriptor_callbacks.html b/class_nim_b_l_e_descriptor_callbacks.html
index 866d36a2..42a1ff0e 100644
--- a/class_nim_b_l_e_descriptor_callbacks.html
+++ b/class_nim_b_l_e_descriptor_callbacks.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_device-members.html b/class_nim_b_l_e_device-members.html
index 733fac62..f9459449 100644
--- a/class_nim_b_l_e_device-members.html
+++ b/class_nim_b_l_e_device-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -112,7 +112,7 @@
getDisconnectedClient() | NimBLEDevice | static |
getMTU() | NimBLEDevice | static |
getNumBonds() | NimBLEDevice | static |
- getPower() | NimBLEDevice | static |
+ getPower(NimBLETxPowerType type=NimBLETxPowerType::All) | NimBLEDevice | static |
getScan() | NimBLEDevice | static |
getSecurityPasskey() | NimBLEDevice | static |
getServer() | NimBLEDevice | static |
@@ -134,7 +134,7 @@
setOwnAddr(const NimBLEAddress &addr) | NimBLEDevice | static |
setOwnAddr(const uint8_t *addr) | NimBLEDevice | static |
setOwnAddrType(uint8_t type) | NimBLEDevice | static |
- setPower(int8_t dbm) | NimBLEDevice | static |
+ setPower(int8_t dbm, NimBLETxPowerType type=NimBLETxPowerType::All) | NimBLEDevice | static |
setSecurityAuth(bool bonding, bool mitm, bool sc) | NimBLEDevice | static |
setSecurityAuth(uint8_t auth) | NimBLEDevice | static |
setSecurityInitKey(uint8_t initKey) | NimBLEDevice | static |
diff --git a/class_nim_b_l_e_device.html b/class_nim_b_l_e_device.html
index d82beb83..a35d832e 100644
--- a/class_nim_b_l_e_device.html
+++ b/class_nim_b_l_e_device.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -189,12 +189,12 @@
static void host_task (void *param) |
| The main host task.
|
|
-static int | getPower () |
- | Get the transmission power.
|
- |
-static bool | setPower (int8_t dbm) |
- | Set the transmission power.
|
- |
+static int | getPower (NimBLETxPowerType type=NimBLETxPowerType::All) |
+ | Get the transmission power.
|
+ |
+static bool | setPower (int8_t dbm, NimBLETxPowerType type=NimBLETxPowerType::All) |
+ | Set the transmission power.
|
+ |
static bool | setDefaultPhy (uint8_t txPhyMask, uint8_t rxPhyMask) |
| Set the preferred default phy to use for connections.
|
|
@@ -773,8 +773,8 @@
-◆ getPower()
+
+◆ getPower()
@@ -785,7 +785,8 @@
int NimBLEDevice::getPower
( |
- | ) |
+ NimBLETxPowerType |
+ type = NimBLETxPowerType::All | ) |
|
@@ -1482,8 +1483,8 @@
-◆ setPower()
+
+◆ setPower()
@@ -1495,8 +1496,18 @@
bool NimBLEDevice::setPower
( |
int8_t |
- dbm | ) |
+ dbm, |
+
+
+ |
|
+ NimBLETxPowerType |
+ type = NimBLETxPowerType::All |
+
+
+ |
+ ) |
+ | |
diff --git a/class_nim_b_l_e_eddystone_t_l_m-members.html b/class_nim_b_l_e_eddystone_t_l_m-members.html
index 98a3c80b..9245f220 100644
--- a/class_nim_b_l_e_eddystone_t_l_m-members.html
+++ b/class_nim_b_l_e_eddystone_t_l_m-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_eddystone_t_l_m.html b/class_nim_b_l_e_eddystone_t_l_m.html
index 92bf2ddd..b97e8542 100644
--- a/class_nim_b_l_e_eddystone_t_l_m.html
+++ b/class_nim_b_l_e_eddystone_t_l_m.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_ext_advertisement-members.html b/class_nim_b_l_e_ext_advertisement-members.html
index 4157f6cc..3dd95872 100644
--- a/class_nim_b_l_e_ext_advertisement-members.html
+++ b/class_nim_b_l_e_ext_advertisement-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -99,7 +99,7 @@
addData(const std::string &data) | NimBLEExtAdvertisement | |
addServiceUUID(const NimBLEUUID &serviceUUID) | NimBLEExtAdvertisement | |
addServiceUUID(const char *serviceUUID) | NimBLEExtAdvertisement | |
- addTxPower() | NimBLEExtAdvertisement | |
+ addTxPower() | NimBLEExtAdvertisement | |
clearData() | NimBLEExtAdvertisement | |
enableScanRequestCallback(bool enable) | NimBLEExtAdvertisement | |
getDataLocation(uint8_t type) const | NimBLEExtAdvertisement | |
diff --git a/class_nim_b_l_e_ext_advertisement.html b/class_nim_b_l_e_ext_advertisement.html
index c0cd7cd6..0bfdbd65 100644
--- a/class_nim_b_l_e_ext_advertisement.html
+++ b/class_nim_b_l_e_ext_advertisement.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -185,10 +185,10 @@
bool | setPreferredParams (uint16_t min, uint16_t max) |
| Set the preferred min and max connection intervals to advertise.
|
|
-
-void | addTxPower () |
- | Adds Tx power level to the advertisement data.
|
- |
+
+bool | addTxPower () |
+ | Adds Tx power level to the advertisement data.
|
+ |
void | setLegacyAdvertising (bool enable) |
| Sets wether the advertisement should use legacy (BLE 4.0, 31 bytes max) advertising.
|
|
diff --git a/class_nim_b_l_e_ext_advertisement.js b/class_nim_b_l_e_ext_advertisement.js
index cf42abeb..530cd55b 100644
--- a/class_nim_b_l_e_ext_advertisement.js
+++ b/class_nim_b_l_e_ext_advertisement.js
@@ -5,7 +5,7 @@ var class_nim_b_l_e_ext_advertisement =
[ "addData", "class_nim_b_l_e_ext_advertisement.html#a1f449f67deca3d7ef66c07d61c12d28e", null ],
[ "addServiceUUID", "class_nim_b_l_e_ext_advertisement.html#a4b4bea2600ee592ffe6877fe8eac7872", null ],
[ "addServiceUUID", "class_nim_b_l_e_ext_advertisement.html#a0e7a8731b021ba8813a3a9024171e926", null ],
- [ "addTxPower", "class_nim_b_l_e_ext_advertisement.html#ac9f82eb0112544b977eb1947ed308525", null ],
+ [ "addTxPower", "class_nim_b_l_e_ext_advertisement.html#aa423a004e031744463e82623142195d6", null ],
[ "clearData", "class_nim_b_l_e_ext_advertisement.html#a1391be9ee1b2ba1dc0548f2431b1d3af", null ],
[ "enableScanRequestCallback", "class_nim_b_l_e_ext_advertisement.html#aaf6c44bc23f03a72bc02c3d45a9adf1d", null ],
[ "getDataLocation", "class_nim_b_l_e_ext_advertisement.html#a7cf145aa6be376efaddadc507f5018d0", null ],
diff --git a/class_nim_b_l_e_ext_advertising-members.html b/class_nim_b_l_e_ext_advertising-members.html
index 1bdcae5b..84c19e03 100644
--- a/class_nim_b_l_e_ext_advertising-members.html
+++ b/class_nim_b_l_e_ext_advertising-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_ext_advertising.html b/class_nim_b_l_e_ext_advertising.html
index 4f4242cc..7cdb4a6b 100644
--- a/class_nim_b_l_e_ext_advertising.html
+++ b/class_nim_b_l_e_ext_advertising.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_ext_advertising_callbacks-members.html b/class_nim_b_l_e_ext_advertising_callbacks-members.html
index 7971a9fb..79c6ce99 100644
--- a/class_nim_b_l_e_ext_advertising_callbacks-members.html
+++ b/class_nim_b_l_e_ext_advertising_callbacks-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_ext_advertising_callbacks.html b/class_nim_b_l_e_ext_advertising_callbacks.html
index c04cfa12..84538d1e 100644
--- a/class_nim_b_l_e_ext_advertising_callbacks.html
+++ b/class_nim_b_l_e_ext_advertising_callbacks.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_h_i_d_device-members.html b/class_nim_b_l_e_h_i_d_device-members.html
index 1e163e99..f18eb838 100644
--- a/class_nim_b_l_e_h_i_d_device-members.html
+++ b/class_nim_b_l_e_h_i_d_device-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_h_i_d_device.html b/class_nim_b_l_e_h_i_d_device.html
index 18866015..aac5afff 100644
--- a/class_nim_b_l_e_h_i_d_device.html
+++ b/class_nim_b_l_e_h_i_d_device.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_local_attribute-members.html b/class_nim_b_l_e_local_attribute-members.html
index d91f08b3..943aa243 100644
--- a/class_nim_b_l_e_local_attribute-members.html
+++ b/class_nim_b_l_e_local_attribute-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_local_attribute.html b/class_nim_b_l_e_local_attribute.html
index 09e801ef..580dfa17 100644
--- a/class_nim_b_l_e_local_attribute.html
+++ b/class_nim_b_l_e_local_attribute.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_remote_characteristic-members.html b/class_nim_b_l_e_remote_characteristic-members.html
index ee66acde..0cf28344 100644
--- a/class_nim_b_l_e_remote_characteristic-members.html
+++ b/class_nim_b_l_e_remote_characteristic-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_remote_characteristic.html b/class_nim_b_l_e_remote_characteristic.html
index 49293667..4986b5b6 100644
--- a/class_nim_b_l_e_remote_characteristic.html
+++ b/class_nim_b_l_e_remote_characteristic.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_remote_descriptor-members.html b/class_nim_b_l_e_remote_descriptor-members.html
index 18356867..4a62065d 100644
--- a/class_nim_b_l_e_remote_descriptor-members.html
+++ b/class_nim_b_l_e_remote_descriptor-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_remote_descriptor.html b/class_nim_b_l_e_remote_descriptor.html
index c39ef5a4..c5966d85 100644
--- a/class_nim_b_l_e_remote_descriptor.html
+++ b/class_nim_b_l_e_remote_descriptor.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_remote_service-members.html b/class_nim_b_l_e_remote_service-members.html
index e7be878f..2377b2f2 100644
--- a/class_nim_b_l_e_remote_service-members.html
+++ b/class_nim_b_l_e_remote_service-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_remote_service.html b/class_nim_b_l_e_remote_service.html
index 6de1c722..1f390442 100644
--- a/class_nim_b_l_e_remote_service.html
+++ b/class_nim_b_l_e_remote_service.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_scan-members.html b/class_nim_b_l_e_scan-members.html
index 4fcf4a0f..e7c47d1f 100644
--- a/class_nim_b_l_e_scan-members.html
+++ b/class_nim_b_l_e_scan-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_scan.html b/class_nim_b_l_e_scan.html
index f057da67..1bfd3d8c 100644
--- a/class_nim_b_l_e_scan.html
+++ b/class_nim_b_l_e_scan.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_scan_callbacks-members.html b/class_nim_b_l_e_scan_callbacks-members.html
index 95426e43..3251d853 100644
--- a/class_nim_b_l_e_scan_callbacks-members.html
+++ b/class_nim_b_l_e_scan_callbacks-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_scan_callbacks.html b/class_nim_b_l_e_scan_callbacks.html
index 591044a1..dadc272a 100644
--- a/class_nim_b_l_e_scan_callbacks.html
+++ b/class_nim_b_l_e_scan_callbacks.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_scan_results-members.html b/class_nim_b_l_e_scan_results-members.html
index ec722f6b..6a1ef719 100644
--- a/class_nim_b_l_e_scan_results-members.html
+++ b/class_nim_b_l_e_scan_results-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_scan_results.html b/class_nim_b_l_e_scan_results.html
index d587560b..bc10d0f7 100644
--- a/class_nim_b_l_e_scan_results.html
+++ b/class_nim_b_l_e_scan_results.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_server-members.html b/class_nim_b_l_e_server-members.html
index 0eae313c..e0cc5116 100644
--- a/class_nim_b_l_e_server-members.html
+++ b/class_nim_b_l_e_server-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_server.html b/class_nim_b_l_e_server.html
index 47767e17..76867778 100644
--- a/class_nim_b_l_e_server.html
+++ b/class_nim_b_l_e_server.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_server_callbacks-members.html b/class_nim_b_l_e_server_callbacks-members.html
index 4de98ccb..2070630e 100644
--- a/class_nim_b_l_e_server_callbacks-members.html
+++ b/class_nim_b_l_e_server_callbacks-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_server_callbacks.html b/class_nim_b_l_e_server_callbacks.html
index 6b3a979a..e6c13bca 100644
--- a/class_nim_b_l_e_server_callbacks.html
+++ b/class_nim_b_l_e_server_callbacks.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_service-members.html b/class_nim_b_l_e_service-members.html
index 49bdafbc..b8c8d274 100644
--- a/class_nim_b_l_e_service-members.html
+++ b/class_nim_b_l_e_service-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_service.html b/class_nim_b_l_e_service.html
index b899bfc6..360f87b9 100644
--- a/class_nim_b_l_e_service.html
+++ b/class_nim_b_l_e_service.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_u_u_i_d-members.html b/class_nim_b_l_e_u_u_i_d-members.html
index 9c89cfb4..ba385151 100644
--- a/class_nim_b_l_e_u_u_i_d-members.html
+++ b/class_nim_b_l_e_u_u_i_d-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_u_u_i_d.html b/class_nim_b_l_e_u_u_i_d.html
index 8b68b6d9..70900f61 100644
--- a/class_nim_b_l_e_u_u_i_d.html
+++ b/class_nim_b_l_e_u_u_i_d.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_utils-members.html b/class_nim_b_l_e_utils-members.html
index 4d156a46..e8e60479 100644
--- a/class_nim_b_l_e_utils-members.html
+++ b/class_nim_b_l_e_utils-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/class_nim_b_l_e_utils.html b/class_nim_b_l_e_utils.html
index 438ae772..bbf61ab4 100644
--- a/class_nim_b_l_e_utils.html
+++ b/class_nim_b_l_e_utils.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/classes.html b/classes.html
index e5a3a532..f9549c22 100644
--- a/classes.html
+++ b/classes.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cmac__mode_8h.html b/cmac__mode_8h.html
index 885561b1..24ae8f21 100644
--- a/cmac__mode_8h.html
+++ b/cmac__mode_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/cmac__mode_8h_source.html b/cmac__mode_8h_source.html
index dae5220f..bc1654a6 100644
--- a/cmac__mode_8h_source.html
+++ b/cmac__mode_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/console_8h_source.html b/console_8h_source.html
index c86ab2f8..677c7bdb 100644
--- a/console_8h_source.html
+++ b/console_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/constants_8h.html b/constants_8h.html
index 7b6cc833..e9b26467 100644
--- a/constants_8h.html
+++ b/constants_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/constants_8h_source.html b/constants_8h_source.html
index e219a4e9..965e38b5 100644
--- a/constants_8h_source.html
+++ b/constants_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/crypto_8h_source.html b/crypto_8h_source.html
index 994a4633..bdc152b0 100644
--- a/crypto_8h_source.html
+++ b/crypto_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ctr__mode_8h.html b/ctr__mode_8h.html
index e8544c95..54e1fd6a 100644
--- a/ctr__mode_8h.html
+++ b/ctr__mode_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ctr__mode_8h_source.html b/ctr__mode_8h_source.html
index 1849374e..c5771b2b 100644
--- a/ctr__mode_8h_source.html
+++ b/ctr__mode_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ctr__prng_8h.html b/ctr__prng_8h.html
index 2a60b017..ec90d146 100644
--- a/ctr__prng_8h.html
+++ b/ctr__prng_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ctr__prng_8h_source.html b/ctr__prng_8h_source.html
index c5c3de46..858f79da 100644
--- a/ctr__prng_8h_source.html
+++ b/ctr__prng_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/deprecated.html b/deprecated.html
index 096986ed..c65933cb 100644
--- a/deprecated.html
+++ b/deprecated.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_00803d9b584324d01468569f3f46afed.html b/dir_00803d9b584324d01468569f3f46afed.html
index bc094934..aa207f73 100644
--- a/dir_00803d9b584324d01468569f3f46afed.html
+++ b/dir_00803d9b584324d01468569f3f46afed.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_0acc87d1df53a859e0173f525e77cac2.html b/dir_0acc87d1df53a859e0173f525e77cac2.html
index 6623e63b..676e6000 100644
--- a/dir_0acc87d1df53a859e0173f525e77cac2.html
+++ b/dir_0acc87d1df53a859e0173f525e77cac2.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_0beebee643e7314f6004f09ee6a8130c.html b/dir_0beebee643e7314f6004f09ee6a8130c.html
index 4d7ec074..f04b07e0 100644
--- a/dir_0beebee643e7314f6004f09ee6a8130c.html
+++ b/dir_0beebee643e7314f6004f09ee6a8130c.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_0da717355c0d1ae4fb3823b66378d235.html b/dir_0da717355c0d1ae4fb3823b66378d235.html
index 99462d5c..09fa7408 100644
--- a/dir_0da717355c0d1ae4fb3823b66378d235.html
+++ b/dir_0da717355c0d1ae4fb3823b66378d235.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_0daa470bf71259017cf76c56f419932d.html b/dir_0daa470bf71259017cf76c56f419932d.html
index e46068a5..d5fb572c 100644
--- a/dir_0daa470bf71259017cf76c56f419932d.html
+++ b/dir_0daa470bf71259017cf76c56f419932d.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_10750806b174287e0915b524b9de34d3.html b/dir_10750806b174287e0915b524b9de34d3.html
index 3d2c1116..fdf23b83 100644
--- a/dir_10750806b174287e0915b524b9de34d3.html
+++ b/dir_10750806b174287e0915b524b9de34d3.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_123f45865338e7ee275c629820d1c67e.html b/dir_123f45865338e7ee275c629820d1c67e.html
index 167aa668..f4890884 100644
--- a/dir_123f45865338e7ee275c629820d1c67e.html
+++ b/dir_123f45865338e7ee275c629820d1c67e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_18420273816a1cc9081c23f7fbc3ca52.html b/dir_18420273816a1cc9081c23f7fbc3ca52.html
index e6290a0d..808af4c3 100644
--- a/dir_18420273816a1cc9081c23f7fbc3ca52.html
+++ b/dir_18420273816a1cc9081c23f7fbc3ca52.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_1ddaf63e92b177c13385cad95ea3fa3e.html b/dir_1ddaf63e92b177c13385cad95ea3fa3e.html
index f31dec9e..9aa163ca 100644
--- a/dir_1ddaf63e92b177c13385cad95ea3fa3e.html
+++ b/dir_1ddaf63e92b177c13385cad95ea3fa3e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_1ddd95e22440c9d0ffa44aa9ba939ab1.html b/dir_1ddd95e22440c9d0ffa44aa9ba939ab1.html
index d8c8a1ac..c2282f89 100644
--- a/dir_1ddd95e22440c9d0ffa44aa9ba939ab1.html
+++ b/dir_1ddd95e22440c9d0ffa44aa9ba939ab1.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_1eff16aaf5b31442aed806ffd64d47f0.html b/dir_1eff16aaf5b31442aed806ffd64d47f0.html
index 4a8c2ac1..406c0cc5 100644
--- a/dir_1eff16aaf5b31442aed806ffd64d47f0.html
+++ b/dir_1eff16aaf5b31442aed806ffd64d47f0.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_22655a28fb6373607c97fb6917095086.html b/dir_22655a28fb6373607c97fb6917095086.html
index c2b7cdf9..0ac5d79b 100644
--- a/dir_22655a28fb6373607c97fb6917095086.html
+++ b/dir_22655a28fb6373607c97fb6917095086.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_2c6d7f138bd2a423ed282285987eb00a.html b/dir_2c6d7f138bd2a423ed282285987eb00a.html
index 344b2395..b815a62f 100644
--- a/dir_2c6d7f138bd2a423ed282285987eb00a.html
+++ b/dir_2c6d7f138bd2a423ed282285987eb00a.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_2d9fb9e959e8bdc93b015eae56e1d7c0.html b/dir_2d9fb9e959e8bdc93b015eae56e1d7c0.html
index 46158498..74789e78 100644
--- a/dir_2d9fb9e959e8bdc93b015eae56e1d7c0.html
+++ b/dir_2d9fb9e959e8bdc93b015eae56e1d7c0.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_30851c99926028089926cb7059335b67.html b/dir_30851c99926028089926cb7059335b67.html
index ad506598..1a93debe 100644
--- a/dir_30851c99926028089926cb7059335b67.html
+++ b/dir_30851c99926028089926cb7059335b67.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_327d798d07fd1d7e5ed78297384b479e.html b/dir_327d798d07fd1d7e5ed78297384b479e.html
index b2a20ab6..7d899735 100644
--- a/dir_327d798d07fd1d7e5ed78297384b479e.html
+++ b/dir_327d798d07fd1d7e5ed78297384b479e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_32dbd4a4cebf60c1ef087775c9f5209a.html b/dir_32dbd4a4cebf60c1ef087775c9f5209a.html
index 9557b984..85934bf3 100644
--- a/dir_32dbd4a4cebf60c1ef087775c9f5209a.html
+++ b/dir_32dbd4a4cebf60c1ef087775c9f5209a.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_3523d965d03a2c438e9cc37f460e2452.html b/dir_3523d965d03a2c438e9cc37f460e2452.html
index 435e915d..0de74203 100644
--- a/dir_3523d965d03a2c438e9cc37f460e2452.html
+++ b/dir_3523d965d03a2c438e9cc37f460e2452.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_367c9ba557c85d32c3214d25b6a03223.html b/dir_367c9ba557c85d32c3214d25b6a03223.html
index d49b4f1e..88c291e0 100644
--- a/dir_367c9ba557c85d32c3214d25b6a03223.html
+++ b/dir_367c9ba557c85d32c3214d25b6a03223.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_3bc10c0f6ee48c20ce678812c86e17b4.html b/dir_3bc10c0f6ee48c20ce678812c86e17b4.html
index 44e61f8b..3052e2cb 100644
--- a/dir_3bc10c0f6ee48c20ce678812c86e17b4.html
+++ b/dir_3bc10c0f6ee48c20ce678812c86e17b4.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_3be649ee17724c63b02817c5b3185c6e.html b/dir_3be649ee17724c63b02817c5b3185c6e.html
index 1b37cff9..f268d602 100644
--- a/dir_3be649ee17724c63b02817c5b3185c6e.html
+++ b/dir_3be649ee17724c63b02817c5b3185c6e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_3c88b16f51a9fd66e22a85a6d2fa251f.html b/dir_3c88b16f51a9fd66e22a85a6d2fa251f.html
index 7709cc6a..5b785d5c 100644
--- a/dir_3c88b16f51a9fd66e22a85a6d2fa251f.html
+++ b/dir_3c88b16f51a9fd66e22a85a6d2fa251f.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_418a1cca63353d3fb51ab9d6bb680098.html b/dir_418a1cca63353d3fb51ab9d6bb680098.html
index 40e10dde..d7ba489d 100644
--- a/dir_418a1cca63353d3fb51ab9d6bb680098.html
+++ b/dir_418a1cca63353d3fb51ab9d6bb680098.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_4319747083aa243dbff1798067650c03.html b/dir_4319747083aa243dbff1798067650c03.html
index 52ed9f07..8300f7cb 100644
--- a/dir_4319747083aa243dbff1798067650c03.html
+++ b/dir_4319747083aa243dbff1798067650c03.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_43fae14d2b13493f5311c1d74f489960.html b/dir_43fae14d2b13493f5311c1d74f489960.html
index b7bb85aa..4e78ead0 100644
--- a/dir_43fae14d2b13493f5311c1d74f489960.html
+++ b/dir_43fae14d2b13493f5311c1d74f489960.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_4aa41142497cbd83be76563adbf05d2e.html b/dir_4aa41142497cbd83be76563adbf05d2e.html
index 6303298a..38bb0609 100644
--- a/dir_4aa41142497cbd83be76563adbf05d2e.html
+++ b/dir_4aa41142497cbd83be76563adbf05d2e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_4ada4dd4a3ae37ec1e0727ba5bc34184.html b/dir_4ada4dd4a3ae37ec1e0727ba5bc34184.html
index 8733aee3..749b6c3f 100644
--- a/dir_4ada4dd4a3ae37ec1e0727ba5bc34184.html
+++ b/dir_4ada4dd4a3ae37ec1e0727ba5bc34184.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_4e672a6f1ee79436dc19fc593b5f75a2.html b/dir_4e672a6f1ee79436dc19fc593b5f75a2.html
index a3ad796a..9e1324c9 100644
--- a/dir_4e672a6f1ee79436dc19fc593b5f75a2.html
+++ b/dir_4e672a6f1ee79436dc19fc593b5f75a2.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_51c23a9ff65c99943efdcc73557576e8.html b/dir_51c23a9ff65c99943efdcc73557576e8.html
index 552798a0..20f6f6f8 100644
--- a/dir_51c23a9ff65c99943efdcc73557576e8.html
+++ b/dir_51c23a9ff65c99943efdcc73557576e8.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_526bb33ba5b40f444684648c589343c1.html b/dir_526bb33ba5b40f444684648c589343c1.html
index 9c58dfb1..5a74b32e 100644
--- a/dir_526bb33ba5b40f444684648c589343c1.html
+++ b/dir_526bb33ba5b40f444684648c589343c1.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_549559f6145a9a14ab84d9bd580bf4fa.html b/dir_549559f6145a9a14ab84d9bd580bf4fa.html
index 1ea7097f..b1a4d56a 100644
--- a/dir_549559f6145a9a14ab84d9bd580bf4fa.html
+++ b/dir_549559f6145a9a14ab84d9bd580bf4fa.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_55e9e6077304e3b389975c954c94685a.html b/dir_55e9e6077304e3b389975c954c94685a.html
index 9777793d..bd7d4a8e 100644
--- a/dir_55e9e6077304e3b389975c954c94685a.html
+++ b/dir_55e9e6077304e3b389975c954c94685a.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_55f1e5f750edea83b48d359e0949d1db.html b/dir_55f1e5f750edea83b48d359e0949d1db.html
index 6025ae03..6d83e6f7 100644
--- a/dir_55f1e5f750edea83b48d359e0949d1db.html
+++ b/dir_55f1e5f750edea83b48d359e0949d1db.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_589894eeb7d81f27cbefd7276a85ca3b.html b/dir_589894eeb7d81f27cbefd7276a85ca3b.html
index e236760c..5ae70293 100644
--- a/dir_589894eeb7d81f27cbefd7276a85ca3b.html
+++ b/dir_589894eeb7d81f27cbefd7276a85ca3b.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_66ed381bb536bdecf57915328b806cc0.html b/dir_66ed381bb536bdecf57915328b806cc0.html
index 85cdb98c..740dfd59 100644
--- a/dir_66ed381bb536bdecf57915328b806cc0.html
+++ b/dir_66ed381bb536bdecf57915328b806cc0.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/dir_68267d1309a1af8e8297ef4c3efbcdba.html
index 7fa1696e..7ba0ac62 100644
--- a/dir_68267d1309a1af8e8297ef4c3efbcdba.html
+++ b/dir_68267d1309a1af8e8297ef4c3efbcdba.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_6904df3d2e4c2022615523d600d22d29.html b/dir_6904df3d2e4c2022615523d600d22d29.html
index 592d28a9..b4b346ab 100644
--- a/dir_6904df3d2e4c2022615523d600d22d29.html
+++ b/dir_6904df3d2e4c2022615523d600d22d29.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_697778503fa5a9fa3b720e22e807d352.html b/dir_697778503fa5a9fa3b720e22e807d352.html
index 46a53028..d0615343 100644
--- a/dir_697778503fa5a9fa3b720e22e807d352.html
+++ b/dir_697778503fa5a9fa3b720e22e807d352.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_6ca22c8319ff93ec995f9a664fd70cd8.html b/dir_6ca22c8319ff93ec995f9a664fd70cd8.html
index 23db1bff..95d16bd9 100644
--- a/dir_6ca22c8319ff93ec995f9a664fd70cd8.html
+++ b/dir_6ca22c8319ff93ec995f9a664fd70cd8.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_71c7b3bf99809be753fa888c86505dbe.html b/dir_71c7b3bf99809be753fa888c86505dbe.html
index 526b127f..a4ed873f 100644
--- a/dir_71c7b3bf99809be753fa888c86505dbe.html
+++ b/dir_71c7b3bf99809be753fa888c86505dbe.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_73182cbdbbb29a3db3dbe13581e79958.html b/dir_73182cbdbbb29a3db3dbe13581e79958.html
index 94fcadb0..ad846275 100644
--- a/dir_73182cbdbbb29a3db3dbe13581e79958.html
+++ b/dir_73182cbdbbb29a3db3dbe13581e79958.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_73aef3a640cb8182abec53adc687f2d9.html b/dir_73aef3a640cb8182abec53adc687f2d9.html
index b2cfc678..92106ba6 100644
--- a/dir_73aef3a640cb8182abec53adc687f2d9.html
+++ b/dir_73aef3a640cb8182abec53adc687f2d9.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_75c79cc77719cfc58c634d5bdf387b48.html b/dir_75c79cc77719cfc58c634d5bdf387b48.html
index fb12d9d3..b605f7f6 100644
--- a/dir_75c79cc77719cfc58c634d5bdf387b48.html
+++ b/dir_75c79cc77719cfc58c634d5bdf387b48.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_7a4a83c7a8a958270914adffca77d918.html b/dir_7a4a83c7a8a958270914adffca77d918.html
index b42b49ae..b1dd70b5 100644
--- a/dir_7a4a83c7a8a958270914adffca77d918.html
+++ b/dir_7a4a83c7a8a958270914adffca77d918.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_7be88d43bfa15cfaf6329f78c46cada8.html b/dir_7be88d43bfa15cfaf6329f78c46cada8.html
index 3db175e4..0784c14f 100644
--- a/dir_7be88d43bfa15cfaf6329f78c46cada8.html
+++ b/dir_7be88d43bfa15cfaf6329f78c46cada8.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_7de4db1b1429dec115e0b9ac84f8bf1a.html b/dir_7de4db1b1429dec115e0b9ac84f8bf1a.html
index f1d36f32..126afbba 100644
--- a/dir_7de4db1b1429dec115e0b9ac84f8bf1a.html
+++ b/dir_7de4db1b1429dec115e0b9ac84f8bf1a.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_7e88532d15d69ff74dfe47d9ad27680f.html b/dir_7e88532d15d69ff74dfe47d9ad27680f.html
index f7ed036c..2fe7c42e 100644
--- a/dir_7e88532d15d69ff74dfe47d9ad27680f.html
+++ b/dir_7e88532d15d69ff74dfe47d9ad27680f.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_8148dbeb7af63f80bfe1a18ee893b126.html b/dir_8148dbeb7af63f80bfe1a18ee893b126.html
index a0808687..840c324d 100644
--- a/dir_8148dbeb7af63f80bfe1a18ee893b126.html
+++ b/dir_8148dbeb7af63f80bfe1a18ee893b126.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_81fd984ef89fedc2a91d1eb01f3731ed.html b/dir_81fd984ef89fedc2a91d1eb01f3731ed.html
index c593c94e..fe04a0f0 100644
--- a/dir_81fd984ef89fedc2a91d1eb01f3731ed.html
+++ b/dir_81fd984ef89fedc2a91d1eb01f3731ed.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_82291eea49d2c57156c208ef9e1cae1d.html b/dir_82291eea49d2c57156c208ef9e1cae1d.html
index c2422c66..d9d98b1a 100644
--- a/dir_82291eea49d2c57156c208ef9e1cae1d.html
+++ b/dir_82291eea49d2c57156c208ef9e1cae1d.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_890c771c673bcb4d6ef97c7e5bc24909.html b/dir_890c771c673bcb4d6ef97c7e5bc24909.html
index df8d9c67..21a52463 100644
--- a/dir_890c771c673bcb4d6ef97c7e5bc24909.html
+++ b/dir_890c771c673bcb4d6ef97c7e5bc24909.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_89a16993b0ec0cc863ac16a85b31a4ab.html b/dir_89a16993b0ec0cc863ac16a85b31a4ab.html
index 8c66fc17..4cfe2b9b 100644
--- a/dir_89a16993b0ec0cc863ac16a85b31a4ab.html
+++ b/dir_89a16993b0ec0cc863ac16a85b31a4ab.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_8a4ef983cd6e7971a81a7ccd222f569e.html b/dir_8a4ef983cd6e7971a81a7ccd222f569e.html
index 86b1454c..8db00e8d 100644
--- a/dir_8a4ef983cd6e7971a81a7ccd222f569e.html
+++ b/dir_8a4ef983cd6e7971a81a7ccd222f569e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_8a8d438d506145ea60b835bab25d0a7f.html b/dir_8a8d438d506145ea60b835bab25d0a7f.html
index ebd39121..4ced1597 100644
--- a/dir_8a8d438d506145ea60b835bab25d0a7f.html
+++ b/dir_8a8d438d506145ea60b835bab25d0a7f.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_8b6de7268d4158f26d508816469723f2.html b/dir_8b6de7268d4158f26d508816469723f2.html
index c064fba5..53f43446 100644
--- a/dir_8b6de7268d4158f26d508816469723f2.html
+++ b/dir_8b6de7268d4158f26d508816469723f2.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_8c038679694a3b02705a5e6c877e591b.html b/dir_8c038679694a3b02705a5e6c877e591b.html
index 42704d10..621a8f5c 100644
--- a/dir_8c038679694a3b02705a5e6c877e591b.html
+++ b/dir_8c038679694a3b02705a5e6c877e591b.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_8c2b99c3613c76b06d9a56e464e4c4f1.html b/dir_8c2b99c3613c76b06d9a56e464e4c4f1.html
index def826fa..2b7a0ed7 100644
--- a/dir_8c2b99c3613c76b06d9a56e464e4c4f1.html
+++ b/dir_8c2b99c3613c76b06d9a56e464e4c4f1.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_8ffff106a06a75e60a82457986d2454e.html b/dir_8ffff106a06a75e60a82457986d2454e.html
index 2dd2e7ae..06615740 100644
--- a/dir_8ffff106a06a75e60a82457986d2454e.html
+++ b/dir_8ffff106a06a75e60a82457986d2454e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_93ccc2595199adb59b430ae456380836.html b/dir_93ccc2595199adb59b430ae456380836.html
index 016264d8..8ff73011 100644
--- a/dir_93ccc2595199adb59b430ae456380836.html
+++ b/dir_93ccc2595199adb59b430ae456380836.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_93d8c1b1b74e6a2e4e74387d44fcc181.html b/dir_93d8c1b1b74e6a2e4e74387d44fcc181.html
index d73464ec..c412d943 100644
--- a/dir_93d8c1b1b74e6a2e4e74387d44fcc181.html
+++ b/dir_93d8c1b1b74e6a2e4e74387d44fcc181.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_96df2286f4ccaf4f8792b100b5791241.html b/dir_96df2286f4ccaf4f8792b100b5791241.html
index ee09fa87..bb7b7c03 100644
--- a/dir_96df2286f4ccaf4f8792b100b5791241.html
+++ b/dir_96df2286f4ccaf4f8792b100b5791241.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_99ecc29cd70e58db90b79c0c9a054c74.html b/dir_99ecc29cd70e58db90b79c0c9a054c74.html
index c736fe71..c0e0ae6f 100644
--- a/dir_99ecc29cd70e58db90b79c0c9a054c74.html
+++ b/dir_99ecc29cd70e58db90b79c0c9a054c74.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_9ada629bd238746f215da5a26dc647a7.html b/dir_9ada629bd238746f215da5a26dc647a7.html
index 04287cc1..1acaa2ea 100644
--- a/dir_9ada629bd238746f215da5a26dc647a7.html
+++ b/dir_9ada629bd238746f215da5a26dc647a7.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_a04d8f9d6fbc5db87e34e4d0851703ee.html b/dir_a04d8f9d6fbc5db87e34e4d0851703ee.html
index 8aae39ff..634a3d32 100644
--- a/dir_a04d8f9d6fbc5db87e34e4d0851703ee.html
+++ b/dir_a04d8f9d6fbc5db87e34e4d0851703ee.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_a28537f15a1d712c2bb88ee4593679d9.html b/dir_a28537f15a1d712c2bb88ee4593679d9.html
index 2142ec63..198af57f 100644
--- a/dir_a28537f15a1d712c2bb88ee4593679d9.html
+++ b/dir_a28537f15a1d712c2bb88ee4593679d9.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_a8b88e0eae98fc10aa4878cfd6af7629.html b/dir_a8b88e0eae98fc10aa4878cfd6af7629.html
index 77dc7452..0a85364e 100644
--- a/dir_a8b88e0eae98fc10aa4878cfd6af7629.html
+++ b/dir_a8b88e0eae98fc10aa4878cfd6af7629.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_aaa03fe6656e23be18d8bae0864be8d6.html b/dir_aaa03fe6656e23be18d8bae0864be8d6.html
index ea81cfe8..90841f03 100644
--- a/dir_aaa03fe6656e23be18d8bae0864be8d6.html
+++ b/dir_aaa03fe6656e23be18d8bae0864be8d6.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_aadf97750ee40f022dc3b4d34824d0d1.html b/dir_aadf97750ee40f022dc3b4d34824d0d1.html
index 05a7c6da..70e90933 100644
--- a/dir_aadf97750ee40f022dc3b4d34824d0d1.html
+++ b/dir_aadf97750ee40f022dc3b4d34824d0d1.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_abfc38c4611b28858cba2cc9d420fdd6.html b/dir_abfc38c4611b28858cba2cc9d420fdd6.html
index 3798e9d7..e1400656 100644
--- a/dir_abfc38c4611b28858cba2cc9d420fdd6.html
+++ b/dir_abfc38c4611b28858cba2cc9d420fdd6.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_acbb97b7aab61cd1c74d798cefee76fc.html b/dir_acbb97b7aab61cd1c74d798cefee76fc.html
index 5276cad2..e2e50be9 100644
--- a/dir_acbb97b7aab61cd1c74d798cefee76fc.html
+++ b/dir_acbb97b7aab61cd1c74d798cefee76fc.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_ae2cc5072f6750ccd0f7eaedd470e58e.html b/dir_ae2cc5072f6750ccd0f7eaedd470e58e.html
index 8a29d230..4a3978ee 100644
--- a/dir_ae2cc5072f6750ccd0f7eaedd470e58e.html
+++ b/dir_ae2cc5072f6750ccd0f7eaedd470e58e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_b487fc1cf28df309f9b66372f78b66d4.html b/dir_b487fc1cf28df309f9b66372f78b66d4.html
index 7840bb37..1c4f2d7c 100644
--- a/dir_b487fc1cf28df309f9b66372f78b66d4.html
+++ b/dir_b487fc1cf28df309f9b66372f78b66d4.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_b844037e6b5a9ef24396990db0cef021.html b/dir_b844037e6b5a9ef24396990db0cef021.html
index 8ed1a317..b7666740 100644
--- a/dir_b844037e6b5a9ef24396990db0cef021.html
+++ b/dir_b844037e6b5a9ef24396990db0cef021.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_ba0bb201ef5951a4e06b1c85187ea906.html b/dir_ba0bb201ef5951a4e06b1c85187ea906.html
index f5a36835..c36c0bb0 100644
--- a/dir_ba0bb201ef5951a4e06b1c85187ea906.html
+++ b/dir_ba0bb201ef5951a4e06b1c85187ea906.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_bce90b7c49ce5c824019fe18db2b103e.html b/dir_bce90b7c49ce5c824019fe18db2b103e.html
index 90271b0f..777bec6d 100644
--- a/dir_bce90b7c49ce5c824019fe18db2b103e.html
+++ b/dir_bce90b7c49ce5c824019fe18db2b103e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_c10ca14bd051a118992c70be9dd4ae2e.html b/dir_c10ca14bd051a118992c70be9dd4ae2e.html
index cc59c7bc..3ce4586b 100644
--- a/dir_c10ca14bd051a118992c70be9dd4ae2e.html
+++ b/dir_c10ca14bd051a118992c70be9dd4ae2e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_c42bd89aa840bf69d3a69d8ecbe5d618.html b/dir_c42bd89aa840bf69d3a69d8ecbe5d618.html
index ab72dbbd..f90dfde7 100644
--- a/dir_c42bd89aa840bf69d3a69d8ecbe5d618.html
+++ b/dir_c42bd89aa840bf69d3a69d8ecbe5d618.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_c80c18a7f5a4e2982cd882a57fbc56c4.html b/dir_c80c18a7f5a4e2982cd882a57fbc56c4.html
index 19a9ec4c..0ce43fe1 100644
--- a/dir_c80c18a7f5a4e2982cd882a57fbc56c4.html
+++ b/dir_c80c18a7f5a4e2982cd882a57fbc56c4.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_cba6baf52bdb264147caac3a7288873e.html b/dir_cba6baf52bdb264147caac3a7288873e.html
index d05dd389..f49a80bd 100644
--- a/dir_cba6baf52bdb264147caac3a7288873e.html
+++ b/dir_cba6baf52bdb264147caac3a7288873e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_d1a68bd44fd979054d0f276fe08f41b7.html b/dir_d1a68bd44fd979054d0f276fe08f41b7.html
index 481fd4ca..806743a6 100644
--- a/dir_d1a68bd44fd979054d0f276fe08f41b7.html
+++ b/dir_d1a68bd44fd979054d0f276fe08f41b7.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_d1cbe3979bc871c5e8e0b8928e1da5c1.html b/dir_d1cbe3979bc871c5e8e0b8928e1da5c1.html
index d3a466c7..170f1db7 100644
--- a/dir_d1cbe3979bc871c5e8e0b8928e1da5c1.html
+++ b/dir_d1cbe3979bc871c5e8e0b8928e1da5c1.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_d57b27377f965232f6af5ce845281b92.html b/dir_d57b27377f965232f6af5ce845281b92.html
index 47bbcb5b..868547d5 100644
--- a/dir_d57b27377f965232f6af5ce845281b92.html
+++ b/dir_d57b27377f965232f6af5ce845281b92.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_d86526c1fcd6546f94794b55c81f8e08.html b/dir_d86526c1fcd6546f94794b55c81f8e08.html
index 47581ae6..4191e6fc 100644
--- a/dir_d86526c1fcd6546f94794b55c81f8e08.html
+++ b/dir_d86526c1fcd6546f94794b55c81f8e08.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_d8cafc908a84dbc01be8e93baf9e5ecb.html b/dir_d8cafc908a84dbc01be8e93baf9e5ecb.html
index 207ec5ff..9a504685 100644
--- a/dir_d8cafc908a84dbc01be8e93baf9e5ecb.html
+++ b/dir_d8cafc908a84dbc01be8e93baf9e5ecb.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_d8f0333060a3e6ac6b6cb049b680da88.html b/dir_d8f0333060a3e6ac6b6cb049b680da88.html
index 92ed3549..b763f94e 100644
--- a/dir_d8f0333060a3e6ac6b6cb049b680da88.html
+++ b/dir_d8f0333060a3e6ac6b6cb049b680da88.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_d8f5dfe9ba33ad068161fe032d75447d.html b/dir_d8f5dfe9ba33ad068161fe032d75447d.html
index 0423ab63..bf10c893 100644
--- a/dir_d8f5dfe9ba33ad068161fe032d75447d.html
+++ b/dir_d8f5dfe9ba33ad068161fe032d75447d.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_d8f71db57a6f84f8bb41fa7c89a96bb1.html b/dir_d8f71db57a6f84f8bb41fa7c89a96bb1.html
index 1ba85d91..5a2bcf6f 100644
--- a/dir_d8f71db57a6f84f8bb41fa7c89a96bb1.html
+++ b/dir_d8f71db57a6f84f8bb41fa7c89a96bb1.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_d91c1ff46a7f7ed9265b25cbb21efaf0.html b/dir_d91c1ff46a7f7ed9265b25cbb21efaf0.html
index dd71c9be..1a95a152 100644
--- a/dir_d91c1ff46a7f7ed9265b25cbb21efaf0.html
+++ b/dir_d91c1ff46a7f7ed9265b25cbb21efaf0.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_dcd3b2ac8f25fecbdf93090def766040.html b/dir_dcd3b2ac8f25fecbdf93090def766040.html
index 3bc8ee00..2d955d73 100644
--- a/dir_dcd3b2ac8f25fecbdf93090def766040.html
+++ b/dir_dcd3b2ac8f25fecbdf93090def766040.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_dd3a441e4b638f7b4b6fb7a63d37d32c.html b/dir_dd3a441e4b638f7b4b6fb7a63d37d32c.html
index c4a6f8ef..6599fb3d 100644
--- a/dir_dd3a441e4b638f7b4b6fb7a63d37d32c.html
+++ b/dir_dd3a441e4b638f7b4b6fb7a63d37d32c.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_e038a6f03bb6f749c09e3dbf9e5d17ab.html b/dir_e038a6f03bb6f749c09e3dbf9e5d17ab.html
index e58a780f..1a0f1b40 100644
--- a/dir_e038a6f03bb6f749c09e3dbf9e5d17ab.html
+++ b/dir_e038a6f03bb6f749c09e3dbf9e5d17ab.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_e10041bfc18db01876099ef7a6b7eba6.html b/dir_e10041bfc18db01876099ef7a6b7eba6.html
index 555a4e0c..59aa9ae0 100644
--- a/dir_e10041bfc18db01876099ef7a6b7eba6.html
+++ b/dir_e10041bfc18db01876099ef7a6b7eba6.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_e222c29a57af372957996e7929fc5c8c.html b/dir_e222c29a57af372957996e7929fc5c8c.html
index 8b23784b..3f2efb7e 100644
--- a/dir_e222c29a57af372957996e7929fc5c8c.html
+++ b/dir_e222c29a57af372957996e7929fc5c8c.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_e22f04718c52549b641a2d3f17155fc9.html b/dir_e22f04718c52549b641a2d3f17155fc9.html
index e218ecbd..923e6232 100644
--- a/dir_e22f04718c52549b641a2d3f17155fc9.html
+++ b/dir_e22f04718c52549b641a2d3f17155fc9.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_e67b71bd4a9992c710d4c7fd97096039.html b/dir_e67b71bd4a9992c710d4c7fd97096039.html
index 21a78e02..ade3ca58 100644
--- a/dir_e67b71bd4a9992c710d4c7fd97096039.html
+++ b/dir_e67b71bd4a9992c710d4c7fd97096039.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_e6b05585bea4652ba1703582f3de318e.html b/dir_e6b05585bea4652ba1703582f3de318e.html
index 28059bab..4004636f 100644
--- a/dir_e6b05585bea4652ba1703582f3de318e.html
+++ b/dir_e6b05585bea4652ba1703582f3de318e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_e7dbb71088f963d4106993bacf66b991.html b/dir_e7dbb71088f963d4106993bacf66b991.html
index 0841e2a8..19667c8d 100644
--- a/dir_e7dbb71088f963d4106993bacf66b991.html
+++ b/dir_e7dbb71088f963d4106993bacf66b991.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_e97c94a04dc2c236bf1c9090fb350b9d.html b/dir_e97c94a04dc2c236bf1c9090fb350b9d.html
index 519d87d8..1614f519 100644
--- a/dir_e97c94a04dc2c236bf1c9090fb350b9d.html
+++ b/dir_e97c94a04dc2c236bf1c9090fb350b9d.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_f3767a016c6f9dae653b436f84c49b1a.html b/dir_f3767a016c6f9dae653b436f84c49b1a.html
index 77eee1d4..834e5147 100644
--- a/dir_f3767a016c6f9dae653b436f84c49b1a.html
+++ b/dir_f3767a016c6f9dae653b436f84c49b1a.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_f43912db283f99d8fe83a3e1875ae024.html b/dir_f43912db283f99d8fe83a3e1875ae024.html
index 78158690..f74dc2f1 100644
--- a/dir_f43912db283f99d8fe83a3e1875ae024.html
+++ b/dir_f43912db283f99d8fe83a3e1875ae024.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_fcf109edd0bc37571d7e92b1d7697d1e.html b/dir_fcf109edd0bc37571d7e92b1d7697d1e.html
index afbef736..f49b0896 100644
--- a/dir_fcf109edd0bc37571d7e92b1d7697d1e.html
+++ b/dir_fcf109edd0bc37571d7e92b1d7697d1e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/dir_feabb56a730c145841091bb688ed14ec.html b/dir_feabb56a730c145841091bb688ed14ec.html
index 81f9b4a0..1e99a52e 100644
--- a/dir_feabb56a730c145841091bb688ed14ec.html
+++ b/dir_feabb56a730c145841091bb688ed14ec.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ecc_8h.html b/ecc_8h.html
index 7bdc1d4e..16665389 100644
--- a/ecc_8h.html
+++ b/ecc_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ecc_8h_source.html b/ecc_8h_source.html
index 37c0a06b..f44d37ff 100644
--- a/ecc_8h_source.html
+++ b/ecc_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ecc__dh_8h.html b/ecc__dh_8h.html
index 11807ebe..34eec680 100644
--- a/ecc__dh_8h.html
+++ b/ecc__dh_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ecc__dh_8h_source.html b/ecc__dh_8h_source.html
index 743448f4..36b3b1ce 100644
--- a/ecc__dh_8h_source.html
+++ b/ecc__dh_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ecc__dsa_8h.html b/ecc__dsa_8h.html
index 5c6e790e..1313539c 100644
--- a/ecc__dsa_8h.html
+++ b/ecc__dsa_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ecc__dsa_8h_source.html b/ecc__dsa_8h_source.html
index 0f5d4ec3..bd1e96e4 100644
--- a/ecc__dsa_8h_source.html
+++ b/ecc__dsa_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ecc__platform__specific_8h_source.html b/ecc__platform__specific_8h_source.html
index bb74c78a..3a1e1d91 100644
--- a/ecc__platform__specific_8h_source.html
+++ b/ecc__platform__specific_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/endian_8h_source.html b/endian_8h_source.html
index 0dab9e01..112afd50 100644
--- a/endian_8h_source.html
+++ b/endian_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/esp__compiler_8h_source.html b/esp__compiler_8h_source.html
index c5dc1a18..ece13879 100644
--- a/esp__compiler_8h_source.html
+++ b/esp__compiler_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/esp__nimble__cfg_8h_source.html b/esp__nimble__cfg_8h_source.html
index 216f696b..80f5609e 100644
--- a/esp__nimble__cfg_8h_source.html
+++ b/esp__nimble__cfg_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/esp__nimble__hci_8h_source.html b/esp__nimble__hci_8h_source.html
index ae3bffe9..3e8e5ec4 100644
--- a/esp__nimble__hci_8h_source.html
+++ b/esp__nimble__hci_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/esp__nimble__mem_8h_source.html b/esp__nimble__mem_8h_source.html
index 3a217317..00672a87 100644
--- a/esp__nimble__mem_8h_source.html
+++ b/esp__nimble__mem_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/files.html b/files.html
index 1387ed19..450ecc6d 100644
--- a/files.html
+++ b/files.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/foundation_8h_source.html b/foundation_8h_source.html
index 1df521cb..8d8c6fb4 100644
--- a/foundation_8h_source.html
+++ b/foundation_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/friend_8h_source.html b/friend_8h_source.html
index 92009864..e60afbb9 100644
--- a/friend_8h_source.html
+++ b/friend_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions.html b/functions.html
index 8c370132..a8735c3d 100644
--- a/functions.html
+++ b/functions.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -100,7 +100,7 @@ - a -
- addr : ble_gap_disc_desc, bt_mesh_model_pub, bt_mesh_msg_ctx
- addService() : NimBLEServer
- addServiceUUID() : NimBLEAdvertisementData, NimBLEAdvertising, NimBLEExtAdvertisement
-- addTxPower() : NimBLEAdvertisementData, NimBLEAdvertising, NimBLEExtAdvertisement
+- addTxPower() : NimBLEAdvertisementData, NimBLEAdvertising, NimBLEExtAdvertisement
- adv_complete : ble_gap_event
- advertiseOnDisconnect() : NimBLEServer
- advTypeToString() : NimBLEUtils
diff --git a/functions_b.html b/functions_b.html
index eaeb7867..23a09584 100644
--- a/functions_b.html
+++ b/functions_b.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_c.html b/functions_c.html
index 0d9c6da5..51e6cc94 100644
--- a/functions_c.html
+++ b/functions_c.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_d.html b/functions_d.html
index 1f1b6b36..3cc6f108 100644
--- a/functions_d.html
+++ b/functions_d.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_e.html b/functions_e.html
index b0f8b4f1..821536bf 100644
--- a/functions_e.html
+++ b/functions_e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_f.html b/functions_f.html
index 15a52b7c..61438c7e 100644
--- a/functions_f.html
+++ b/functions_f.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func.html b/functions_func.html
index ca548a2d..1e379033 100644
--- a/functions_func.html
+++ b/functions_func.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -97,7 +97,7 @@ - a -
- addDescriptor() : NimBLECharacteristic
- addService() : NimBLEServer
- addServiceUUID() : NimBLEAdvertisementData, NimBLEAdvertising, NimBLEExtAdvertisement
-- addTxPower() : NimBLEAdvertisementData, NimBLEAdvertising, NimBLEExtAdvertisement
+- addTxPower() : NimBLEAdvertisementData, NimBLEAdvertising, NimBLEExtAdvertisement
- advertiseOnDisconnect() : NimBLEServer
- advTypeToString() : NimBLEUtils
- append() : NimBLEAttValue
diff --git a/functions_func_b.html b/functions_func_b.html
index 6a4ca3ca..5403e341 100644
--- a/functions_func_b.html
+++ b/functions_func_b.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_c.html b/functions_func_c.html
index 8618d4f5..e650df95 100644
--- a/functions_func_c.html
+++ b/functions_func_c.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_d.html b/functions_func_d.html
index 7c5913fc..1b223d4b 100644
--- a/functions_func_d.html
+++ b/functions_func_d.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_e.html b/functions_func_e.html
index 72007607..2af263f0 100644
--- a/functions_func_e.html
+++ b/functions_func_e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_f.html b/functions_func_f.html
index 169c0a75..7e4dfbd1 100644
--- a/functions_func_f.html
+++ b/functions_func_f.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_g.html b/functions_func_g.html
index a5cb3273..af5bda6b 100644
--- a/functions_func_g.html
+++ b/functions_func_g.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -165,7 +165,7 @@ - g -
- getPeriodicInterval() : NimBLEAdvertisedDevice
- getPhy() : NimBLEClient, NimBLEServer
- getPnp() : NimBLEHIDDevice
-- getPower() : NimBLEDevice
+- getPower() : NimBLEDevice
- getPrimaryPhy() : NimBLEAdvertisedDevice
- getProperties() : NimBLECharacteristic
- getProtocolMode() : NimBLEHIDDevice
diff --git a/functions_func_h.html b/functions_func_h.html
index 987f1c49..78867423 100644
--- a/functions_func_h.html
+++ b/functions_func_h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_i.html b/functions_func_i.html
index 7f4675a3..19dca5aa 100644
--- a/functions_func_i.html
+++ b/functions_func_i.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_l.html b/functions_func_l.html
index 4e866c8d..2771ec17 100644
--- a/functions_func_l.html
+++ b/functions_func_l.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_m.html b/functions_func_m.html
index 0289f647..4681896d 100644
--- a/functions_func_m.html
+++ b/functions_func_m.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_n.html b/functions_func_n.html
index 20863c3b..3f3c5410 100644
--- a/functions_func_n.html
+++ b/functions_func_n.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_o.html b/functions_func_o.html
index b5ce0465..11242fe4 100644
--- a/functions_func_o.html
+++ b/functions_func_o.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_r.html b/functions_func_r.html
index c14cbc8a..eeed1726 100644
--- a/functions_func_r.html
+++ b/functions_func_r.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_s.html b/functions_func_s.html
index e29f641e..1eec1042 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -152,7 +152,7 @@ - s -
- setPeriod() : NimBLEScan
- setPhy() : NimBLEScan
- setPnp() : NimBLEHIDDevice
-- setPower() : NimBLEDevice
+- setPower() : NimBLEDevice
- setPreferredParams() : NimBLEAdvertisementData, NimBLEAdvertising, NimBLEExtAdvertisement
- setPrimaryChannels() : NimBLEExtAdvertisement
- setPrimaryPhy() : NimBLEExtAdvertisement
diff --git a/functions_func_t.html b/functions_func_t.html
index dd28586d..854d8fc8 100644
--- a/functions_func_t.html
+++ b/functions_func_t.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_u.html b/functions_func_u.html
index d50fc8f9..01db59eb 100644
--- a/functions_func_u.html
+++ b/functions_func_u.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_w.html b/functions_func_w.html
index ea23c1d4..7513ea96 100644
--- a/functions_func_w.html
+++ b/functions_func_w.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_func_~.html b/functions_func_~.html
index 5f3c050b..564f020f 100644
--- a/functions_func_~.html
+++ b/functions_func_~.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_g.html b/functions_g.html
index 110d05cf..a2373d26 100644
--- a/functions_g.html
+++ b/functions_g.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -167,7 +167,7 @@ - g -
- getPeriodicInterval() : NimBLEAdvertisedDevice
- getPhy() : NimBLEClient, NimBLEServer
- getPnp() : NimBLEHIDDevice
-- getPower() : NimBLEDevice
+- getPower() : NimBLEDevice
- getPrimaryPhy() : NimBLEAdvertisedDevice
- getProperties() : NimBLECharacteristic
- getProtocolMode() : NimBLEHIDDevice
diff --git a/functions_h.html b/functions_h.html
index e8879b84..933eb2a5 100644
--- a/functions_h.html
+++ b/functions_h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_i.html b/functions_i.html
index 5b1dc70b..4c8ee872 100644
--- a/functions_i.html
+++ b/functions_i.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_k.html b/functions_k.html
index dd0cbf98..a966216f 100644
--- a/functions_k.html
+++ b/functions_k.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_l.html b/functions_l.html
index 7f220d08..36078333 100644
--- a/functions_l.html
+++ b/functions_l.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_m.html b/functions_m.html
index ce78dffc..aa4ad458 100644
--- a/functions_m.html
+++ b/functions_m.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_n.html b/functions_n.html
index b3c870a1..0ee31e59 100644
--- a/functions_n.html
+++ b/functions_n.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_o.html b/functions_o.html
index 2ae032d4..c0c9d8f1 100644
--- a/functions_o.html
+++ b/functions_o.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_p.html b/functions_p.html
index d12da75e..34aea231 100644
--- a/functions_p.html
+++ b/functions_p.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_r.html b/functions_r.html
index 1a969aca..f759841b 100644
--- a/functions_r.html
+++ b/functions_r.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_s.html b/functions_s.html
index 876bcb8e..11e9bc5c 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -162,7 +162,7 @@ - s -
- setPeriod() : NimBLEScan
- setPhy() : NimBLEScan
- setPnp() : NimBLEHIDDevice
-- setPower() : NimBLEDevice
+- setPower() : NimBLEDevice
- setPreferredParams() : NimBLEAdvertisementData, NimBLEAdvertising, NimBLEExtAdvertisement
- setPrimaryChannels() : NimBLEExtAdvertisement
- setPrimaryPhy() : NimBLEExtAdvertisement
diff --git a/functions_t.html b/functions_t.html
index 4f6d4d65..cd23b327 100644
--- a/functions_t.html
+++ b/functions_t.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_u.html b/functions_u.html
index 78c36dbd..b1a67f90 100644
--- a/functions_u.html
+++ b/functions_u.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_v.html b/functions_v.html
index da1c251a..3b36c418 100644
--- a/functions_v.html
+++ b/functions_v.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars.html b/functions_vars.html
index 2be5c59b..5f21ae62 100644
--- a/functions_vars.html
+++ b/functions_vars.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_b.html b/functions_vars_b.html
index 380fe521..9982df16 100644
--- a/functions_vars_b.html
+++ b/functions_vars_b.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_c.html b/functions_vars_c.html
index 247c2cb3..f007ea3d 100644
--- a/functions_vars_c.html
+++ b/functions_vars_c.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_d.html b/functions_vars_d.html
index eb9a0e1f..8ebebafb 100644
--- a/functions_vars_d.html
+++ b/functions_vars_d.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_e.html b/functions_vars_e.html
index 30285b90..f5e0087f 100644
--- a/functions_vars_e.html
+++ b/functions_vars_e.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_f.html b/functions_vars_f.html
index 06b16a68..a65eccf3 100644
--- a/functions_vars_f.html
+++ b/functions_vars_f.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_g.html b/functions_vars_g.html
index 807e5dac..56d65bab 100644
--- a/functions_vars_g.html
+++ b/functions_vars_g.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_h.html b/functions_vars_h.html
index d45ac181..0e75ab05 100644
--- a/functions_vars_h.html
+++ b/functions_vars_h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_i.html b/functions_vars_i.html
index c4a387a6..9c85cccc 100644
--- a/functions_vars_i.html
+++ b/functions_vars_i.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_k.html b/functions_vars_k.html
index 46df1d7d..f888bc29 100644
--- a/functions_vars_k.html
+++ b/functions_vars_k.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_l.html b/functions_vars_l.html
index 23081993..e0c8d30b 100644
--- a/functions_vars_l.html
+++ b/functions_vars_l.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_m.html b/functions_vars_m.html
index b1d11f96..441241fa 100644
--- a/functions_vars_m.html
+++ b/functions_vars_m.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_n.html b/functions_vars_n.html
index 498c2a89..40073f02 100644
--- a/functions_vars_n.html
+++ b/functions_vars_n.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_o.html b/functions_vars_o.html
index a1e0a713..905f1bb9 100644
--- a/functions_vars_o.html
+++ b/functions_vars_o.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_p.html b/functions_vars_p.html
index 309c6a8c..a79a171a 100644
--- a/functions_vars_p.html
+++ b/functions_vars_p.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_r.html b/functions_vars_r.html
index b118f854..b62e50df 100644
--- a/functions_vars_r.html
+++ b/functions_vars_r.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_s.html b/functions_vars_s.html
index 2e2c2bc4..f0763332 100644
--- a/functions_vars_s.html
+++ b/functions_vars_s.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_t.html b/functions_vars_t.html
index 667cc821..94fcab9a 100644
--- a/functions_vars_t.html
+++ b/functions_vars_t.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_u.html b/functions_vars_u.html
index 70e050bf..eac979f8 100644
--- a/functions_vars_u.html
+++ b/functions_vars_u.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_v.html b/functions_vars_v.html
index 7b84cb5a..1beb404b 100644
--- a/functions_vars_v.html
+++ b/functions_vars_v.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_vars_w.html b/functions_vars_w.html
index 1603228b..67d5b26f 100644
--- a/functions_vars_w.html
+++ b/functions_vars_w.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_w.html b/functions_w.html
index 08f36897..c283b6bd 100644
--- a/functions_w.html
+++ b/functions_w.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/functions_~.html b/functions_~.html
index ac99844f..b3ba99ef 100644
--- a/functions_~.html
+++ b/functions_~.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/globals.html b/globals.html
index 07b96c7e..b2d0ec5d 100644
--- a/globals.html
+++ b/globals.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/globals_defs.html b/globals_defs.html
index f3284f57..41688265 100644
--- a/globals_defs.html
+++ b/globals_defs.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/globals_enum.html b/globals_enum.html
index 3edae408..b5988f89 100644
--- a/globals_enum.html
+++ b/globals_enum.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/globals_eval.html b/globals_eval.html
index 83125dcb..35e57bac 100644
--- a/globals_eval.html
+++ b/globals_eval.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/globals_func.html b/globals_func.html
index 0b008856..c1667ed8 100644
--- a/globals_func.html
+++ b/globals_func.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/glue_8h_source.html b/glue_8h_source.html
index 95fc792c..260f2fb2 100644
--- a/glue_8h_source.html
+++ b/glue_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group___h_a_l.html b/group___h_a_l.html
index 7aa8272b..c26239ec 100644
--- a/group___h_a_l.html
+++ b/group___h_a_l.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group___h_a_l_timer.html b/group___h_a_l_timer.html
index 3b465210..4a42d6cf 100644
--- a/group___h_a_l_timer.html
+++ b/group___h_a_l_timer.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group___mask.html b/group___mask.html
index 00d38f36..e91b6d47 100644
--- a/group___mask.html
+++ b/group___mask.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group___o_s_c_p_u_time.html b/group___o_s_c_p_u_time.html
index 23288d4a..87173249 100644
--- a/group___o_s_c_p_u_time.html
+++ b/group___o_s_c_p_u_time.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group___o_s_kernel.html b/group___o_s_kernel.html
index 5639c6db..162731ca 100644
--- a/group___o_s_kernel.html
+++ b/group___o_s_kernel.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group___o_s_mbuf.html b/group___o_s_mbuf.html
index 822738f7..baa760e8 100644
--- a/group___o_s_mbuf.html
+++ b/group___o_s_mbuf.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group___o_s_mempool.html b/group___o_s_mempool.html
index ef75c194..4356e9da 100644
--- a/group___o_s_mempool.html
+++ b/group___o_s_mempool.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group___o_s_mqueue.html b/group___o_s_mqueue.html
index e40d495e..8adbc556 100644
--- a/group___o_s_mqueue.html
+++ b/group___o_s_mqueue.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__atomic__apis.html b/group__atomic__apis.html
index 052d217b..3c8726ed 100644
--- a/group__atomic__apis.html
+++ b/group__atomic__apis.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__ble__att__op__codes.html b/group__ble__att__op__codes.html
index 83d370a6..f7b7b1b2 100644
--- a/group__ble__att__op__codes.html
+++ b/group__ble__att__op__codes.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__att.html b/group__bt__att.html
index f3233ddb..cf1ef690 100644
--- a/group__bt__att.html
+++ b/group__bt__att.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__eddystone.html b/group__bt__eddystone.html
index a7d5bc7a..9aca6da7 100644
--- a/group__bt__eddystone.html
+++ b/group__bt__eddystone.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__gatt.html b/group__bt__gatt.html
index 27b5b80d..daad7812 100644
--- a/group__bt__gatt.html
+++ b/group__bt__gatt.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__host.html b/group__bt__host.html
index 3cd47f1c..6627b90c 100644
--- a/group__bt__host.html
+++ b/group__bt__host.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__host__conf.html b/group__bt__host__conf.html
index e7241cf1..8b4b62ba 100644
--- a/group__bt__host__conf.html
+++ b/group__bt__host__conf.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__host__err.html b/group__bt__host__err.html
index 1a5d97cd..92213356 100644
--- a/group__bt__host__err.html
+++ b/group__bt__host__err.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__host__gap.html b/group__bt__host__gap.html
index f083ecfc..dbcdc168 100644
--- a/group__bt__host__gap.html
+++ b/group__bt__host__gap.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__host__hci.html b/group__bt__host__hci.html
index 7730aabc..3c785bdc 100644
--- a/group__bt__host__hci.html
+++ b/group__bt__host__hci.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__host__id.html b/group__bt__host__id.html
index edac5987..283264c0 100644
--- a/group__bt__host__id.html
+++ b/group__bt__host__id.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__host__io__local.html b/group__bt__host__io__local.html
index b50f8691..44579eeb 100644
--- a/group__bt__host__io__local.html
+++ b/group__bt__host__io__local.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__host__mbuf.html b/group__bt__host__mbuf.html
index 049c9daf..ffb92803 100644
--- a/group__bt__host__mbuf.html
+++ b/group__bt__host__mbuf.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh.html b/group__bt__mesh.html
index cbc381ad..161d00c7 100644
--- a/group__bt__mesh.html
+++ b/group__bt__mesh.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__access.html b/group__bt__mesh__access.html
index 95c6c205..0e250a78 100644
--- a/group__bt__mesh__access.html
+++ b/group__bt__mesh__access.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__cfg.html b/group__bt__mesh__cfg.html
index d09ce2b5..1f957638 100644
--- a/group__bt__mesh__cfg.html
+++ b/group__bt__mesh__cfg.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__cfg__app.html b/group__bt__mesh__cfg__app.html
index cb27a47e..ab7141bb 100644
--- a/group__bt__mesh__cfg__app.html
+++ b/group__bt__mesh__cfg__app.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__cfg__cli.html b/group__bt__mesh__cfg__cli.html
index 8cb340ec..ab94af84 100644
--- a/group__bt__mesh__cfg__cli.html
+++ b/group__bt__mesh__cfg__cli.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__cfg__srv.html b/group__bt__mesh__cfg__srv.html
index d5bcf08d..edf01961 100644
--- a/group__bt__mesh__cfg__srv.html
+++ b/group__bt__mesh__cfg__srv.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__cfg__subnet.html b/group__bt__mesh__cfg__subnet.html
index 98b0a95a..253157a4 100644
--- a/group__bt__mesh__cfg__subnet.html
+++ b/group__bt__mesh__cfg__subnet.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__health__cli.html b/group__bt__mesh__health__cli.html
index e82d3088..a17838ee 100644
--- a/group__bt__mesh__health__cli.html
+++ b/group__bt__mesh__health__cli.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__health__srv.html b/group__bt__mesh__health__srv.html
index dacf996e..981bad58 100644
--- a/group__bt__mesh__health__srv.html
+++ b/group__bt__mesh__health__srv.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__heartbeat.html b/group__bt__mesh__heartbeat.html
index c6f4dfe3..df7ff8b1 100644
--- a/group__bt__mesh__heartbeat.html
+++ b/group__bt__mesh__heartbeat.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__msg.html b/group__bt__mesh__msg.html
index bb0582ea..fca136f8 100644
--- a/group__bt__mesh__msg.html
+++ b/group__bt__mesh__msg.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__prov.html b/group__bt__mesh__prov.html
index ddb9de72..32d79bc7 100644
--- a/group__bt__mesh__prov.html
+++ b/group__bt__mesh__prov.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__mesh__proxy.html b/group__bt__mesh__proxy.html
index 3d099ced..e26ee91f 100644
--- a/group__bt__mesh__proxy.html
+++ b/group__bt__mesh__proxy.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__test__cb.html b/group__bt__test__cb.html
index 25a5447f..9c02bc7a 100644
--- a/group__bt__test__cb.html
+++ b/group__bt__test__cb.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/group__bt__uuid.html b/group__bt__uuid.html
index 164de5bf..2b9c7d1e 100644
--- a/group__bt__uuid.html
+++ b/group__bt__uuid.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/hal__timer_8h_source.html b/hal__timer_8h_source.html
index bc7ad3b6..e3d01fbd 100644
--- a/hal__timer_8h_source.html
+++ b/hal__timer_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/hci__common_8h_source.html b/hci__common_8h_source.html
index c4a2e8a4..504a70cf 100644
--- a/hci__common_8h_source.html
+++ b/hci__common_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/health__cli_8h.html b/health__cli_8h.html
index ce01b86b..0178500d 100644
--- a/health__cli_8h.html
+++ b/health__cli_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/health__cli_8h_source.html b/health__cli_8h_source.html
index 576e9dd5..58d1123c 100644
--- a/health__cli_8h_source.html
+++ b/health__cli_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/health__srv_8h.html b/health__srv_8h.html
index 709e6b4d..2c880566 100644
--- a/health__srv_8h.html
+++ b/health__srv_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/health__srv_8h_source.html b/health__srv_8h_source.html
index b008ab40..26150179 100644
--- a/health__srv_8h_source.html
+++ b/health__srv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/hierarchy.html b/hierarchy.html
index 317e850b..7d6aa723 100644
--- a/hierarchy.html
+++ b/hierarchy.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/hmac_8h.html b/hmac_8h.html
index 77abab1e..8c9d813f 100644
--- a/hmac_8h.html
+++ b/hmac_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/hmac_8h_source.html b/hmac_8h_source.html
index 607d0754..013cea23 100644
--- a/hmac_8h_source.html
+++ b/hmac_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/hmac__prng_8h.html b/hmac__prng_8h.html
index f58a3291..250fd432 100644
--- a/hmac__prng_8h.html
+++ b/hmac__prng_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/hmac__prng_8h_source.html b/hmac__prng_8h_source.html
index 42fb5a10..49f28361 100644
--- a/hmac__prng_8h_source.html
+++ b/hmac__prng_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/host_2mesh_2src_2transport_8h_source.html b/host_2mesh_2src_2transport_8h_source.html
index ee299907..4a03d3f6 100644
--- a/host_2mesh_2src_2transport_8h_source.html
+++ b/host_2mesh_2src_2transport_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/ignore_8h_source.html b/ignore_8h_source.html
index 47483dba..8b9218fc 100644
--- a/ignore_8h_source.html
+++ b/ignore_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/include_2mesh_2access_8h.html b/include_2mesh_2access_8h.html
index 55a2e9bb..93d1e457 100644
--- a/include_2mesh_2access_8h.html
+++ b/include_2mesh_2access_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/include_2mesh_2access_8h_source.html b/include_2mesh_2access_8h_source.html
index 54fa4d5b..5462176a 100644
--- a/include_2mesh_2access_8h_source.html
+++ b/include_2mesh_2access_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/include_2mesh_2atomic_8h_source.html b/include_2mesh_2atomic_8h_source.html
index a3f96bd2..0fb39036 100644
--- a/include_2mesh_2atomic_8h_source.html
+++ b/include_2mesh_2atomic_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/include_2mesh_2cfg_8h.html b/include_2mesh_2cfg_8h.html
index 63889451..9d870b57 100644
--- a/include_2mesh_2cfg_8h.html
+++ b/include_2mesh_2cfg_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/include_2mesh_2cfg_8h_source.html b/include_2mesh_2cfg_8h_source.html
index daabac96..d7da9595 100644
--- a/include_2mesh_2cfg_8h_source.html
+++ b/include_2mesh_2cfg_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/include_2mesh_2heartbeat_8h.html b/include_2mesh_2heartbeat_8h.html
index 73ba00ce..3b476aa8 100644
--- a/include_2mesh_2heartbeat_8h.html
+++ b/include_2mesh_2heartbeat_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/include_2mesh_2heartbeat_8h_source.html b/include_2mesh_2heartbeat_8h_source.html
index f54c84bd..1222bfaa 100644
--- a/include_2mesh_2heartbeat_8h_source.html
+++ b/include_2mesh_2heartbeat_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/include_2mesh_2proxy_8h.html b/include_2mesh_2proxy_8h.html
index c2949438..b1ff4bd8 100644
--- a/include_2mesh_2proxy_8h.html
+++ b/include_2mesh_2proxy_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/include_2mesh_2proxy_8h_source.html b/include_2mesh_2proxy_8h_source.html
index 870eb39a..542914a5 100644
--- a/include_2mesh_2proxy_8h_source.html
+++ b/include_2mesh_2proxy_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/index.html b/index.html
index 5eba116d..915d4768 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/light__model_8h_source.html b/light__model_8h_source.html
index 85e714c4..7ce4bc95 100644
--- a/light__model_8h_source.html
+++ b/light__model_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/log_8h_source.html b/log_8h_source.html
index 290fc842..4bcf49c0 100644
--- a/log_8h_source.html
+++ b/log_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/log__common_8h_source.html b/log__common_8h_source.html
index 34eaeaa2..c8417972 100644
--- a/log__common_8h_source.html
+++ b/log__common_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/logcfg_8h_source.html b/logcfg_8h_source.html
index e4492b65..9b1925ef 100644
--- a/logcfg_8h_source.html
+++ b/logcfg_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/lpn_8h_source.html b/lpn_8h_source.html
index 10e3ba93..4fc5baf2 100644
--- a/lpn_8h_source.html
+++ b/lpn_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/main_8h.html b/main_8h.html
index 6e9240fc..5cd1907e 100644
--- a/main_8h.html
+++ b/main_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/main_8h_source.html b/main_8h_source.html
index 227851c3..154438e8 100644
--- a/main_8h_source.html
+++ b/main_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/md_1_8x__to2_8x__migration__guide.html b/md_1_8x__to2_8x__migration__guide.html
index 9db18a87..d2452807 100644
--- a/md_1_8x__to2_8x__migration__guide.html
+++ b/md_1_8x__to2_8x__migration__guide.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -140,7 +140,7 @@
- Ignore list functions and vector have been removed, the application should implement this if desired. It was no longer used by the library.
NimBLEDevice::startSecurity
now returns a bool
, true on success, instead of an int to be consistent with the rest of the library.
NimBLEDevice::getInitialized
renamed to NimBLEDevice::isInitialized
.
-NimBLEDevice::setPower
no longer takes the esp_power_level_t
and esp_ble_power_type_t
, instead only an integer value in dbm units is accepted, so instead of ESP_PWR_LVL_P9
an int8_t
value of 9
would be used for the same result.
+NimBLEDevice::setPower
no longer takes the esp_power_level_t
and esp_ble_power_type_t
, instead only an integer value in dbm units is accepted, so instead of ESP_PWR_LVL_P9
an int8_t
value of 9
would be used for the same result.
NimBLEDevice::setOwnAddrType
no longer takes a bool nrpa
parameter, the random address type will be determined by the bits the in the address instead.
Note: If setting a custom address, it should be set with NimBLEDevice::setOwnAddr
first before calling NimBLEDevice::setOwnAddrType
.
NimBLEDevice::getClientListSize
replaced with NimBLEDevice::getCreatedClientCount
.
diff --git a/md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html b/md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html
index baac3831..bda5647e 100644
--- a/md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html
+++ b/md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -93,9 +93,33 @@
All notable changes to this project will be documented in this file.
+
+[2.2.0] 2025-01-12
+
+Fixed
+
+- Crash when retrieving descriptors if more than one exists.
+- Incorrect TX power value being advertised.
+- New user guide code for 2.x
+- Potential race condition if `NimBLEScan::clearResults1 is called from multiple tasks.
+
+
+Changed
+
+- If privacy is not enabled identity keys will not be shared.
+NimBLEDevice::setPower
and NimBLEDevice::getPower
now take an additional parameter NimBLETxPowerType
to set/get the power level for different operations.
+- ESP32 devices now use esp_timer instead of freeRTOS timers for BLE operations by default.
+
+
+Added
+
+- Config option to use mbedtls instead of tinycrypt for crypto operations, this will save approximately 8k of flash if already using mbedtls for other applications (https, mqtts, etc..).
+- Config option
CONFIG_NIMBLE_CPP_ADDR_FMT_EXCLUDE_DELIMITER
, if defined will remove the ":" delimiter from the BLE address string.
+- Config option
CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE
if defined will make the BLE address strings uppercase.
+
[2.1.3] 2025-01-05
-
+
Fixed
- Unused variable warning when log level is below info.
@@ -104,12 +128,12 @@
NimBLECharacteristic
/NimBLEDescriptor
not able to update their values in the onRead
callback.
- Too short of a timeout being requested in NimBLE_Server example leading to frequent disconnects.
-
+
Changed
NimBLEHIDDevice
now allows for the same report ID in multiple input/output/feature reports.
-
+
Added
- Error logs in the case that NIMBLE_CPP_DEBUG_ASSERT is not defined.
@@ -118,27 +142,27 @@
[2.1.2] 2024-12-21
-
+
Fixed
- Compile error when only advertising role is enabled.
- Possible crash if bonded client reconnects.
-
+
Changed
[2.1.1] 2024-12-16
-
+
Fixed
NimBLEHIDDevice::getOutputReport
will now return the correct characteristic.
- Compile error when central is disabled, class
NimBLEServer
has no member named m_pClient
.
- Compile error with nRF devices, unresolved symbol
nimble_port_stop
.
-
+
Changed
- Added missing includes for
NimBLEConnInfo
and NimBLEUtils
to NimBLEDevice.h
.
@@ -154,7 +178,7 @@
NimBLEDevice
Ignore list functions removed.
NimBLEDevice::startSecurity
now returns a bool
, true on success, instead of an int to be consistent with the rest of the library.
NimBLEDevice::getInitialized
renamed to NimBLEDevice::isInitialized
.
-NimBLEDevice::setPower
no longer takes the esp_power_level_t
and esp_ble_power_type_t
, instead only an integer value in dbm units is accepted.
+NimBLEDevice::setPower
no longer takes the esp_power_level_t
and esp_ble_power_type_t
, instead only an integer value in dbm units is accepted.
NimBLEDevice::setOwnAddrType
no longer takes a bool nrpa
parameter.
NimBLEDevice::getClientListSize
replaced with NimBLEDevice::getCreatedClientCount
.
NimBLEDevice::getClientList
was removed.
@@ -184,20 +208,20 @@
-
NimBLEScanCallbacks::onDiscovered, This is called immediately when a device is first scanned, before any scan response data is available and takes a
const NimBLEAdvertisedDevice*parameter. -
NimBLEScan::stopwill no longer call the
onScanEndcallback as the caller should know its been stopped when this is called. -
NimBLEScan::clearDuplicateCachehas been removed as it was problematic and only for the esp32. Stop and start the scanner for the same effect. -
NimBLEScanResults::getDevicemethods now return
const NimBLEAdvertisedDevice*. -
NimBLEScanResultsiterators are now
const_iterator. -
NimBLEService::getCharacteristicsnow returns a
const std::vector<NimBLECharacteristic*>&instead of std::vector<NimBLECharacteristic *>. -
NimBLECharacteristic::notifyno longer takes a
bool is_notificationparameter, instead
indicate()should be called to send indications. -
NimBLECharacteristicCallbacks::onNotifyremoved as unnecessary, the library does not call notify without app input. -
NimBLECharacteristicCallbacks::onStatusNo longer takes a
statusparameter, refer to the return code for success/failure. -
NimBLERemoteService::getCharacteristicsnow returns a
const std::vector<NimBLERemoteCharacteristic*>&instead of non-const
std::vector<NimBLERemoteCharacteristic*>*. -
NimBLERemoteService::getValuenow returns
NimBLEAttValueinstead of
std::string. -
NimBLERemoteCharacteristic::getRemoteServicenow returns a
const NimBLERemoteService*instead of non-const. -
NimBLERemoteCharacteristic::readUInt32Has been removed. -
NimBLERemoteCharacteristic::readUInt16Has been removed. -
NimBLERemoteCharacteristic::readUInt8Has been removed. -
NimBLERemoteCharacteristic::readFloatHas been removed. -
NimBLERemoteCharacteristic::registerForNotifyHas been removed. -
NimBLEAdvertisedDevice::hasRSSIremoved as redundant, RSSI is always available. -
NimBLEAdvertisedDevice::getPayloadnow returns
const std::vector<uint8_t>instead of a pointer to internal memory. -
NimBLEAdvertisedDeviceTimestamp removed, if needed then the app should track the time from the callback. -
NimBLEAddressconstructor; default value for the
typeparameter removed, caller should know the address type and specify it. -
NimBLEAddress::getNativereplaced with
NimBLEAddress::getBaseand now returns a pointer to
const ble_addr_tinstead of a pointer to the address value. -
NimBLEAddress::equalsmethod and
NimBLEAddress::== operatorwill now also test if the address types are the same. -
NimBLEUUID::getNativemethod replaced with
NimBLEUUID::getBasewhich returns a read-only pointer to the underlying
ble_uuid_tstruct. -
NimBLEUUID;
msbFirstparameter has been removed from constructor, caller should reverse the data first or call the new
reverseByteOrdermethod after. -
NimBLEUtils::dumpGapEventfunction removed. -
NimBLEUtils::buildHexDatareplaced with
NimBLEUtils::dataToHexString, which returns a
std::stringcontaining the hex string.
Removed Eddystone URL as it has been shutdown by google since 2021. -
NimBLEEddystoneTLM::setTempnow takes an
int16_tparameter instead of float to be friendly to devices without floating point support. -
NimBLEEddystoneTLM::getTempnow returns
int16_tto work with devices that don't have floating point support. -
NimBLEEddystoneTLM::setDatanow takes a reference to *
NimBLEEddystoneTLM::BeaconDatainstead of
std::string. -
NimBLEEddystoneTLM::getDatanow returns a reference to *
NimBLEEddystoneTLM::BeaconDatainstead of
std::string. -
NimBLEBeacon::setDatanow takes
const NimBLEBeacon::BeaconData&instead of
std::string. -
NimBLEBeacon::getDatanow returns
const NimBLEBeacon::BeaconData&instead of
std::string. -
NimBLEHIDDevice::reportMaprenamed to
NimBLEHIDDevice::getReportMap. -
NimBLEHIDDevice::hidControlrenamed to
NimBLEHIDDevice::getHidControl. -
NimBLEHIDDevice::inputReportrenamed to
NimBLEHIDDevice::getInputReport. -
NimBLEHIDDevice::outputReportrenamed to
NimBLEHIDDevice::getOutputReport. -
NimBLEHIDDevice::featureReportrenamed to
NimBLEHIDDevice::getFeatureReport. -
NimBLEHIDDevice::protocolModerenamed to
NimBLEHIDDevice::getProtocolMode. -
NimBLEHIDDevice::bootOutputrenamed to
NimBLEHIDDevice::getBootOutput. -
NimBLEHIDDevice::pnprenamed to
NimBLEHIDDevice::setPnp. -
NimBLEHIDDevice::hidInforenamed to
NimBLEHIDDevice::setHidInfo. -
NimBLEHIDDevice::deviceInforenamed to
NimBLEHIDDevice::getDeviceInfoService. -
NimBLEHIDDevice::hidServicerenamed to
NimBLEHIDDevice::getHidService. -
NimBLEHIDDevice::batteryServicerenamed to
NimBLEHIDDevice::getBatteryService`.
-
+
Fixed
-
+
Changed
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.
@@ -214,7 +238,7 @@
NimBLEDevice::setDeviceName
now returns a bool with true
indicating success.
NimBLEDevice::setCustomGapHandler
now returns a bool with true
indicating success.
NimBLEDevice::setOwnAddrType
now returns a bool with true
indicating success and works with non-esp32 devices.
-NimBLEDevice::setPower
now returns a bool value, true = success.
+NimBLEDevice::setPower
now returns a bool value, true = success.
NimBLEDevice::setMTU
now returns a bool value, true = success.
NimBLEDevice::deleteAllBonds
now returns true on success, otherwise false.
NimBLEEddystoneTLM
internal data struct type BeaconData
is now public and usable by the application.
@@ -245,7 +269,7 @@
NimBLEAttValue
cleanup and optimization.
- cleaned up code, removed assert/abort calls, replaced with a configurable option to enable debug asserts.
-
+
Added
- (esp32 specific)
NimBLEDevice::setPowerLevel
and NimBLEDevice::getPowerLevel
which take and return the related esp_power_level*
types.
@@ -294,20 +318,20 @@
[1.4.3] 2024-11-27
-
+
Fixed
- BT5 examples for non-esp devices.
- Build errors when configured as a non-connecting device
-
+
Added
- Coded PHY support for nRF52833 and nRF52820
[1.4.2] 2024-06-17
-
+
Fixed
CONFIG_BT_NIMBLE_NVS_PERSIST
value not being used to enable/disable persistance.
@@ -321,7 +345,7 @@
- Espressif log tag renamed from "TAG" to "LOG_TAG" to avoid conflict with Arduino core definition.
- Removed broken links in docs
-
+
Added
-
+
Changed
[1.4.1] - 2022-10-23
-
+
Fixed
-
+
Changed
- Revert previous change that forced writing with response when subscribing in favor of allowing the application to decide.
-
+
Added
- Added NimBLEHIDDevice::batteryLevel.
@@ -370,13 +394,13 @@
[1.4.0] - 2022-07-10
-
+
Fixed
- Fixed missing data from long notification values.
- Fixed NimbleCharacteristicCallbacks::onRead not being called when a non-long read command is received.
-
+
Changed
- Updated NimBLE core to use the v1.4.0 branch of esp-nimble.
@@ -385,7 +409,7 @@
- Config option CONFIG_NIMBLE_CPP_ENABLE_ADVERTISMENT_TYPE_TEXT renamed to CONFIG_NIMBLE_CPP_ENABLE_ADVERTISEMENT_TYPE_TEXT
- Config option CONFIG_BT_NIMBLE_TASK_STACK_SIZE renamed to CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE
-
+
Added
- Preliminary support for non-esp devices, NRF51 and NRF52 devices supported with n-able arduino core
@@ -395,13 +419,13 @@
[1.3.8] - 2022-04-27
-
+
Fixed
- Fix compile error with ESP32S3.
- Prevent a potential crash when retrieving characteristics from a service if the result was successful but no characteristics found.
-
+
Changed
- Save resources when retrieving descriptors if the characteristic handle is the same as the end handle (no descriptors).
@@ -410,7 +434,7 @@
[1.3.7] - 2022-02-15
-
+
Fixed
- Crash when retrieving an attribute that does not exist on the peer.
@@ -419,12 +443,12 @@
[1.3.6] - 2022-01-18
-
+
Changed
- When retrieving attributes from a server fails with a 128bit UUID containing the ble base UUID another attempt will be made with the 16bit version of the UUID.
-
+
Fixed
- Memory leak when services are changed on server devices.
@@ -434,19 +458,19 @@
[1.3.5] - 2022-01-14
-
+
Added
- CONFIG_NIMBLE_CPP_DEBUG_LEVEL macro in nimconfig.h to allow setting the log level separately from the Arduino core log level.
-
+
Fixed
- Memory leak when initializing/deinitializing the BLE stack caused by new FreeRTOS timers be created on each initialization.
[1.3.4] - 2022-01-09
-
+
Fixed
- Workaround for latest Arduino-esp32 core that causes tasks not to block when required, which caused functions to return prematurely resulting in exceptions/crashing.
@@ -454,33 +478,33 @@
[1.3.3] - 2021-11-24
-
+
Fixed
- Workaround added for FreeRTOS bug that affected timers, causing scan and advertising timer expirations to not correctly trigger callbacks.
[1.3.2] - 2021-11-20
-
+
Fixed
- Added missing macros for scan filter.
-
+
Added
[1.3.1] - 2021-08-04
-
+
Fixed
- Corrected a compiler/linker error when an application or a library uses bluetooth classic due to the redefinition of
btInUse
.
[1.3.0] - 2021-08-02
-
+
Added
NimBLECharacteristic::removeDescriptor
: Dynamically remove a descriptor from a characteristic. Takes effect after all connections are closed and sends a service changed indication.
@@ -506,7 +530,7 @@
- Connection Information class:
NimBLEConnInfo
.
NimBLEScan::clearDuplicateCache
: This can be used to reset the cache of advertised devices so they will be immediately discovered again.
-
+
Changed
- FreeRTOS files have been removed as they are not used by the library.
@@ -514,7 +538,7 @@
- Excess logging and some asserts removed.
- Use ESP_LOGx macros to enable using local log level filtering.
-
+
Fixed
[1.2.0] - 2021-02-08
-
+
Added
-
+
Changed
nimconfig.h
(Arduino) is now easier to use.
@@ -577,14 +601,14 @@
NimBLEScan
Now uses the controller duplicate filter.
NimBLEAdvertisedDevice
Has been refactored to store the complete advertisement payload and no longer parses the data from each advertisement. Instead the data will be parsed on-demand when the user application asks for specific data.
-
+
Fixed
NimBLEHIDDevice
Characteristics now use encryption, this resolves an issue with communicating with devices requiring encryption for HID devices.
[1.1.0] - 2021-01-20
-
+
Added
-
+
Changed
NimBLEAdvertising::start
now returns a bool value to indicate success/failure.
@@ -607,7 +631,7 @@
- Advertising tx power level is now sent in the advertisement packet instead of scan response.
NimBLEScan
When the scan ends the scan stopped flag is now set before calling the scan complete callback (if used) this allows the starting of a new scan from the callback function.
-
+
Fixed
- Sometimes
NimBLEClient::connect
would hang on the task block if no event arrived to unblock. A time limit has been added to timeout appropriately.
@@ -625,7 +649,7 @@
[1.0.2] - 2020-09-13
-
+
Changed
[1.0.1] - 2020-09-02
-
+
Added
- Empty
NimBLEAddress
constructor: NimBLEAddress()
produces an address of 00:00:00:00:00:00 type 0.
- Documentation of the difference of NimBLEAddress::getNative vs the original bluedroid library.
-
+
Changed
- notify_callback typedef is now defined as std::function to enable the use of std::bind to call a class member function.
-
+
Fixed
- Fix advertising start delay when first called.
diff --git a/md__2github_2workspace_2src_2nimble_2_c_o_d_i_n_g___s_t_a_n_d_a_r_d_s.html b/md__2github_2workspace_2src_2nimble_2_c_o_d_i_n_g___s_t_a_n_d_a_r_d_s.html
index 79bbb6de..34926ef1 100644
--- a/md__2github_2workspace_2src_2nimble_2_c_o_d_i_n_g___s_t_a_n_d_a_r_d_s.html
+++ b/md__2github_2workspace_2src_2nimble_2_c_o_d_i_n_g___s_t_a_n_d_a_r_d_s.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/md__2github_2workspace_2src_2nimble_2_r_e_l_e_a_s_e___n_o_t_e_s.html b/md__2github_2workspace_2src_2nimble_2_r_e_l_e_a_s_e___n_o_t_e_s.html
index e584af5c..3c8ee090 100644
--- a/md__2github_2workspace_2src_2nimble_2_r_e_l_e_a_s_e___n_o_t_e_s.html
+++ b/md__2github_2workspace_2src_2nimble_2_r_e_l_e_a_s_e___n_o_t_e_s.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/md__bluetooth_015_01features.html b/md__bluetooth_015_01features.html
index 283b83f3..01b07d20 100644
--- a/md__bluetooth_015_01features.html
+++ b/md__bluetooth_015_01features.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/md__command__line__config.html b/md__command__line__config.html
index 9ae5c7ca..40fd78c3 100644
--- a/md__command__line__config.html
+++ b/md__command__line__config.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/md__migration__guide.html b/md__migration__guide.html
index a8987e5b..d92e7029 100644
--- a/md__migration__guide.html
+++ b/md__migration__guide.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/md__new__user__guide.html b/md__new__user__guide.html
index 2629edc2..17651556 100644
--- a/md__new__user__guide.html
+++ b/md__new__user__guide.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -133,9 +133,7 @@
Example code:
#include "NimBLEDevice.h"
-
// void setup() in Arduino
-
void app_main(void)
-
{
+
void setup() {
NimBLEDevice::init("NimBLE");
NimBLEServer *pServer = NimBLEDevice::createServer();
@@ -173,9 +171,7 @@
Our example code now is:
#include "NimBLEDevice.h"
-
// void setup() in Arduino
-
void app_main(void)
-
{
+
void setup() {
NimBLEDevice::init("NimBLE");
NimBLEServer *pServer = NimBLEDevice::createServer();
@@ -189,20 +185,19 @@
There are many different types you can send as parameters for the value but for this example we will use a simple string. pCharacteristic->setValue("Hello BLE");
Next we need to advertise for connections.
- To do this we create an instance of NimBLEAdvertising
add our service to it (optional) and start advertisng.
+ To do this we create an instance of NimBLEAdvertising
add our service to it (optional) and start advertising.
The code for this will be:
NimBLEAdvertising *pAdvertising = NimBLEDevice::getAdvertising(); // create advertising instance
-
pAdvertising->addServiceUUID("ABCD"); // tell advertising the UUID of our service
+
pAdvertising->addServiceUUID("ABCD"); // advertise the UUID of our service
+
pAdvertising->setName("NimBLE"); // advertise the device name
pAdvertising->start(); // start advertising
That's it, this will be enough to create a BLE server with a service and a characteristic and advertise for client connections.
The full example code:
#include "NimBLEDevice.h"
-
// void setup() in Arduino
-
void app_main(void)
-
{
+
void setup() {
NimBLEDevice::init("NimBLE");
NimBLEServer *pServer = NimBLEDevice::createServer();
@@ -213,7 +208,8 @@
pCharacteristic->setValue("Hello BLE");
NimBLEAdvertising *pAdvertising = NimBLEDevice::getAdvertising();
- pAdvertising->addServiceUUID("ABCD");
+ pAdvertising->addServiceUUID("ABCD"); // advertise the UUID of our service
+ pAdvertising->setName("NimBLE"); // advertise the device name
pAdvertising->start();
}
Now if you scan with your phone using nRFConnect or any other BLE app you should see a device named "NimBLE" with a service of "ABCD".
@@ -228,7 +224,7 @@
Once we have created the scan we can start looking for advertising servers.
-
To do this we call NimBLEScan::start(duration)
, the duration parameter is a uint32_t that specifies the number of milliseconds to scan for,
+
To do this we call NimBLEScan::getResults(duration)
, the duration parameter is a uint32_t that specifies the number of milliseconds to scan for,
passing 0 will scan forever.
In this example we will scan for 10 seconds. This is a blocking function (a non blocking overload is also available).
@@ -237,9 +233,7 @@
Example Code:
#include "NimBLEDevice.h"
-
// void setup() in Arduino
-
void app_main(void)
-
{
+
void setup() {
NimBLEDevice::init("");
NimBLEScan *pScan = NimBLEDevice::getScan();
@@ -250,17 +244,17 @@
Now that we have scanned we need to check the results for any advertisers we are interested in connecting to.
To do this we iterate through the results and check if any of the devices found are advertising the service we want ABCD
.
- Each result in NimBLEScanResults
is a NimBLEAdvertisedDevice
instance that we can access data from.
+ Each result in
NimBLEScanResults
is a
const NimBLEAdvertisedDevice*
that we can access data from.
We will check each device found for the ABCD
service by calling NimBLEAdvertisedDevice::isAdvertisingService
.
This takes an instance of NimBLEUUID
as a parameter so we will need to create one.
The code for this looks like:
NimBLEUUID serviceUuid("ABCD");
-
for(int i = 0; i < results.getCount(); i++) {
-
NimBLEAdvertisedDevice device = results.getDevice(i);
+
for (int i = 0; i < results.getCount(); i++) {
+
const NimBLEAdvertisedDevice *device = results.getDevice(i);
-
if (device.isAdvertisingService(serviceUuid)) {
-
// create a client and connect
+
if (device->isAdvertisingService(serviceUuid)) {
+
// create a client and connect
}
}
@@ -273,16 +267,16 @@
This takes a pointer to the NimBLEAdvertisedDevice
and returns true
if successful.
Lets do that now:
NimBLEUUID serviceUuid("ABCD");
-
for(int i = 0; i < results.getCount(); i++) {
-
NimBLEAdvertisedDevice device = results.getDevice(i);
+
for (int i = 0; i < results.getCount(); i++) {
+
const NimBLEAdvertisedDevice *device = results.getDevice(i);
-
if (device.isAdvertisingService(serviceUuid)) {
+
if (device->isAdvertisingService(serviceUuid)) {
NimBLEClient *pClient = NimBLEDevice::createClient();
-
if(pClient->connect(&device)) {
-
//success
+
if (pClient->connect(&device)) {
+
//success
} else {
-
// failed to connect
+
// failed to connect
}
}
}
@@ -300,11 +294,15 @@
Here is what that looks like:
NimBLEUUID serviceUuid("ABCD");
-
for(int i = 0; i < results.getCount(); i++) {
-
NimBLEAdvertisedDevice device = results.getDevice(i);
+
for (int i = 0; i < results.getCount(); i++) {
+
const NimBLEAdvertisedDevice *device = results.getDevice(i);
-
if (device.isAdvertisingService(serviceUuid)) {
+
if (device->isAdvertisingService(serviceUuid)) {
NimBLEClient *pClient = NimBLEDevice::createClient();
+
+
if (!pClient) { // Make sure the client was created
+
break;
+
}
if (pClient->connect(&device)) {
NimBLERemoteService *pService = pClient->getService(serviceUuid);
@@ -318,7 +316,7 @@
}
}
} else {
- // failed to connect
+ // failed to connect
}
}
}
@@ -329,12 +327,16 @@ Lets add that now:
NimBLEUUID serviceUuid("ABCD");
-
for(int i = 0; i < results.getCount(); i++) {
-
NimBLEAdvertisedDevice device = results.getDevice(i);
+
for (int i = 0; i < results.getCount(); i++) {
+
const NimBLEAdvertisedDevice *device = results.getDevice(i);
-
if (device.isAdvertisingService(serviceUuid)) {
+
if (device->isAdvertisingService(serviceUuid)) {
NimBLEClient *pClient = NimBLEDevice::createClient();
-
+
+
if (!pClient) { // Make sure the client was created
+
break;
+
}
+
if (pClient->connect(&device)) {
NimBLERemoteService *pService = pClient->getService(serviceUuid);
@@ -347,7 +349,7 @@
}
}
} else {
- // failed to connect
+ // failed to connect
}
NimBLEDevice::deleteClient(pClient);
@@ -359,37 +361,39 @@
Here is the full example code:
#include "NimBLEDevice.h"
-
// void setup() in Arduino
-
void app_main(void)
-
{
+
void setup() {
NimBLEDevice::init("");
-
+
NimBLEScan *pScan = NimBLEDevice::getScan();
-
NimBLEScanResults results = pScan->start(10 * 1000);
-
+
NimBLEScanResults results = pScan->getResults(10 * 1000);
+
NimBLEUUID serviceUuid("ABCD");
-
-
for(int i = 0; i < results.getCount(); i++) {
-
NimBLEAdvertisedDevice device = results.getDevice(i);
-
-
if (device.isAdvertisingService(serviceUuid)) {
+
+
for (int i = 0; i < results.getCount(); i++) {
+
const NimBLEAdvertisedDevice *device = results.getDevice(i);
+
+
if (device->isAdvertisingService(serviceUuid)) {
NimBLEClient *pClient = NimBLEDevice::createClient();
-
+
+
if (!pClient) { // Make sure the client was created
+
break;
+
}
+
if (pClient->connect(&device)) {
NimBLERemoteService *pService = pClient->getService(serviceUuid);
-
+
if (pService != nullptr) {
NimBLERemoteCharacteristic *pCharacteristic = pService->getCharacteristic("1234");
-
+
if (pCharacteristic != nullptr) {
std::string value = pCharacteristic->readValue();
// print or do whatever you need with the value
}
}
} else {
-
// failed to connect
+
// failed to connect
}
-
+
NimBLEDevice::deleteClient(pClient);
}
}
diff --git a/md__usage__tips.html b/md__usage__tips.html
index 4cca4b81..1dd186b4 100644
--- a/md__usage__tips.html
+++ b/md__usage__tips.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/mem_8h_source.html b/mem_8h_source.html
index 2cad41cc..e2893db1 100644
--- a/mem_8h_source.html
+++ b/mem_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/mesh_8h.html b/mesh_8h.html
index cac271f7..d2018f8a 100644
--- a/mesh_8h.html
+++ b/mesh_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/mesh_8h_source.html b/mesh_8h_source.html
index ac6ac6a8..c2c10f3c 100644
--- a/mesh_8h_source.html
+++ b/mesh_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/mesh__priv_8h_source.html b/mesh__priv_8h_source.html
index 7953df47..a08388af 100644
--- a/mesh__priv_8h_source.html
+++ b/mesh__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/model__cli_8h_source.html b/model__cli_8h_source.html
index b0242ce1..02d073ac 100644
--- a/model__cli_8h_source.html
+++ b/model__cli_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/model__srv_8h_source.html b/model__srv_8h_source.html
index 3221e125..fd5777f7 100644
--- a/model__srv_8h_source.html
+++ b/model__srv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/modlog_8h_source.html b/modlog_8h_source.html
index c48f0ca9..3e90189d 100644
--- a/modlog_8h_source.html
+++ b/modlog_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/monitor_8h_source.html b/monitor_8h_source.html
index 4f1f6c4f..efaf7e42 100644
--- a/monitor_8h_source.html
+++ b/monitor_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/monitor__priv_8h_source.html b/monitor__priv_8h_source.html
index 138fc9ea..66f79ee0 100644
--- a/monitor__priv_8h_source.html
+++ b/monitor__priv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/msg_8h.html b/msg_8h.html
index a78d3726..a9527ee9 100644
--- a/msg_8h.html
+++ b/msg_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/msg_8h_source.html b/msg_8h_source.html
index 3604d0c4..632f987c 100644
--- a/msg_8h_source.html
+++ b/msg_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/navtreedata.js b/navtreedata.js
index 2dfa76ee..75fed2c5 100644
--- a/navtreedata.js
+++ b/navtreedata.js
@@ -27,91 +27,95 @@ var NAVTREE =
[ "NimBLE-Arduino", "index.html", [
[ "Overview", "index.html", "index" ],
[ "Changelog", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html", [
- [ "[2.1.3] 2025-01-05", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05", null ],
+ [ "[2.2.0] 2025-01-12", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-01-12", null ],
[ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed", 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 ],
- [ "[2.1.2] 2024-12-21", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21", null ],
+ [ "[2.1.3] 2025-01-05", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05", 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-1", null ],
- [ "[2.1.1] 2024-12-16", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16", null ],
+ [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1", null ],
+ [ "[2.1.2] 2024-12-21", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21", 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-2", null ],
+ [ "[2.1.1] 2024-12-16", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16", 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-3", null ],
[ "[2.1.0] 2024-12-14", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14", null ],
[ "Breaking changes", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3", [
- [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3", null ],
- [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1", null ]
- ] ],
- [ "[1.4.3] 2024-11-27", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md143-2024-11-27", [
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4", [
+ [ "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 ]
] ],
- [ "[1.4.2] 2024-06-17", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17", [
+ [ "[1.4.3] 2024-11-27", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md143-2024-11-27", [
[ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5", null ],
- [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3", null ],
- [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4", null ]
+ [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3", null ]
] ],
- [ "[1.4.1] - 2022-10-23", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-23", [
+ [ "[1.4.2] 2024-06-17", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17", [
[ "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-4", null ]
+ [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4", null ],
+ [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5", null ]
] ],
- [ "[1.4.0] - 2022-07-10", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-10", [
+ [ "[1.4.1] - 2022-10-23", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-23", [
[ "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-5", null ]
] ],
- [ "[1.3.8] - 2022-04-27", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27", [
+ [ "[1.4.0] - 2022-07-10", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-10", [
[ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8", null ],
- [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7", null ]
+ [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7", null ],
+ [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6", null ]
+ ] ],
+ [ "[1.3.8] - 2022-04-27", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27", [
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9", null ],
+ [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8", null ]
] ],
[ "[1.3.7] - 2022-02-15", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md137---2022-02-15", [
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10", null ]
] ],
[ "[1.3.6] - 2022-01-18", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md136---2022-01-18", [
- [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10", 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.3.5] - 2022-01-14", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md135---2022-01-14", [
- [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6", null ],
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11", null ]
+ [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12", null ]
] ],
[ "[1.3.4] - 2022-01-09", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md134---2022-01-09", [
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13", null ]
] ],
[ "[1.3.3] - 2021-11-24", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2021-11-24", [
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14", null ]
] ],
[ "[1.3.2] - 2021-11-20", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20", [
- [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14", null ],
- [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7", null ]
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-15", null ],
+ [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-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-15", 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-8", 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-16", 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", [
+ [ "[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-9", 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-17", 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", [
+ [ "[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-10", 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-18", 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-11", null ],
+ [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-19", null ]
+ ] ],
[ "[1.0.2] - 2020-09-13", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13", [
- [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12", null ]
+ [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13", 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-11", 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-19", null ]
+ [ "Added", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-12", null ],
+ [ "Changed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-14", null ],
+ [ "Fixed", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-20", null ]
] ],
[ "[1.0.0] - 2020-08-22", "md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22", null ]
] ],
@@ -249,8 +253,8 @@ var NAVTREEINDEX =
"dir_6904df3d2e4c2022615523d600d22d29.html",
"group___o_s_mqueue.html#ga85c63ba8e374531e0c02b3921a645cfd",
"group__bt__mesh__cfg__app.html#ga42c46a936e589460225a1fa69598a1ac",
-"md__usage__tips.html#only-retrieve-the-services-and-characteristics-needed",
-"structble__l2cap__event.html#a9460b4447a7c3391d6b72b3f0c286fe8"
+"md__new__user__guide.html#using-the-library",
+"structble__l2cap__event.html#a1d302d954ebdd9da261f9f5330c12a4a"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/navtreeindex1.js b/navtreeindex1.js
index 2f60aeeb..47b12fc9 100644
--- a/navtreeindex1.js
+++ b/navtreeindex1.js
@@ -50,8 +50,8 @@ var NAVTREEINDEX1 =
"class_nim_b_l_e_att_value.html#a86acbb5ab3a35b3d5692c2e05fdccadd":[13,0,81,13],
"class_nim_b_l_e_att_value.html#a8ca8d07c06a79e30bf6279e6817e4881":[13,0,81,27],
"class_nim_b_l_e_att_value.html#a91cbe0ba44781943390a80514383ee58":[13,0,81,14],
-"class_nim_b_l_e_att_value.html#a98da1765d9cfd2d93cdac2fb7a108a79":[13,0,81,30],
"class_nim_b_l_e_att_value.html#a98da1765d9cfd2d93cdac2fb7a108a79":[13,0,81,31],
+"class_nim_b_l_e_att_value.html#a98da1765d9cfd2d93cdac2fb7a108a79":[13,0,81,30],
"class_nim_b_l_e_att_value.html#aa217dfc649daed50eb75c7168442f86e":[13,0,81,9],
"class_nim_b_l_e_att_value.html#aa53ee00be956c25596cf7cce71b502ba":[13,0,81,23],
"class_nim_b_l_e_att_value.html#aa801ed93f65e8cbc507c6ea6f4f49294":[13,0,81,0],
@@ -95,11 +95,11 @@ var NAVTREEINDEX1 =
"class_nim_b_l_e_characteristic.html#a7676bd1b73979101c394471299d71c0b":[13,0,83,21],
"class_nim_b_l_e_characteristic.html#a7fe29c5ec571d0513c51b8cbac942f4a":[13,0,83,2],
"class_nim_b_l_e_characteristic.html#a8afe29701cd595d8b3c34cc59400b86b":[13,0,83,12],
-"class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954":[13,0,83,19],
"class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954":[13,0,83,20],
+"class_nim_b_l_e_characteristic.html#a95e454eacf23ae8e1e251b76d7857954":[13,0,83,19],
"class_nim_b_l_e_characteristic.html#aa5eb7de28ee6ec5661acac5c07abb11c":[13,0,83,16],
-"class_nim_b_l_e_characteristic.html#aa824e4b90d8f9418d7c9ccc8735a6e31":[13,0,83,14],
"class_nim_b_l_e_characteristic.html#aa824e4b90d8f9418d7c9ccc8735a6e31":[13,0,83,15],
+"class_nim_b_l_e_characteristic.html#aa824e4b90d8f9418d7c9ccc8735a6e31":[13,0,83,14],
"class_nim_b_l_e_characteristic.html#aa9817ffdcc2d57e65e4ec3d88836af3f":[13,0,83,5],
"class_nim_b_l_e_characteristic.html#aabdc2745d2523239a9ab3f02e39aa3cf":[13,0,83,17],
"class_nim_b_l_e_characteristic.html#ab05a81528522e7f12acff65fa86f9a28":[13,0,83,18],
@@ -240,6 +240,7 @@ var NAVTREEINDEX1 =
"class_nim_b_l_e_ext_advertisement.html#a8388496cf91818138b10e898c7fc2bfc":[13,0,92,31],
"class_nim_b_l_e_ext_advertisement.html#a97eb35f2d1942178bc56e1a13fc0fc8b":[13,0,92,26],
"class_nim_b_l_e_ext_advertisement.html#a9e739c3117da31c486f8f4dd8d273c9c":[13,0,92,0],
+"class_nim_b_l_e_ext_advertisement.html#aa423a004e031744463e82623142195d6":[13,0,92,5],
"class_nim_b_l_e_ext_advertisement.html#aaa47ca630ab01d75bdea8d252d10b506":[13,0,92,40],
"class_nim_b_l_e_ext_advertisement.html#aaaebae05827e8264f2ca6d4f23828bdf":[13,0,92,19],
"class_nim_b_l_e_ext_advertisement.html#aaf6c44bc23f03a72bc02c3d45a9adf1d":[13,0,92,7],
@@ -247,7 +248,6 @@ var NAVTREEINDEX1 =
"class_nim_b_l_e_ext_advertisement.html#ab6103c5e86949d0e334101353b109775":[13,0,92,36],
"class_nim_b_l_e_ext_advertisement.html#ab71e5616a011eae51c58b4edfbd3bc71":[13,0,92,11],
"class_nim_b_l_e_ext_advertisement.html#abd02fa34228263fef2d2b875e6576316":[13,0,92,20],
-"class_nim_b_l_e_ext_advertisement.html#ac9f82eb0112544b977eb1947ed308525":[13,0,92,5],
"class_nim_b_l_e_ext_advertisement.html#ad8522542b90067e3a53076823d2087c3":[13,0,92,37],
"class_nim_b_l_e_ext_advertisement.html#ad968d1999c50acd24170be9d8d3ba095":[13,0,92,33]
};
diff --git a/navtreeindex3.js b/navtreeindex3.js
index 9dac2c64..fef83e59 100644
--- a/navtreeindex3.js
+++ b/navtreeindex3.js
@@ -115,8 +115,8 @@ var NAVTREEINDEX3 =
"functions_t.html":[13,3,0,17],
"functions_u.html":[13,3,0,18],
"functions_v.html":[13,3,0,19],
-"functions_vars.html":[13,3,2],
"functions_vars.html":[13,3,2,0],
+"functions_vars.html":[13,3,2],
"functions_vars_b.html":[13,3,2,1],
"functions_vars_c.html":[13,3,2,2],
"functions_vars_d.html":[13,3,2,3],
diff --git a/navtreeindex5.js b/navtreeindex5.js
index 74ad815e..8fc10bf5 100644
--- a/navtreeindex5.js
+++ b/navtreeindex5.js
@@ -133,74 +133,78 @@ var NAVTREEINDEX5 =
"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,3],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-1":[1,12,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-10":[1,27,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-11":[1,29,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2":[1,13,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3":[1,14,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4":[1,15,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5":[1,16,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6":[1,20,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7":[1,23,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8":[1,25,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9":[1,26,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22":[1,30],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02":[1,29],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13":[1,28],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20":[1,27],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08":[1,26],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02":[1,25],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04":[1,24],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20":[1,23],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2021-11-24":[1,22],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md134---2022-01-09":[1,21],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md135---2022-01-14":[1,20],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md136---2022-01-18":[1,19],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md137---2022-02-15":[1,18],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27":[1,17],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-10":[1,16],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-23":[1,15],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17":[1,14],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md143-2024-11-27":[1,13],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14":[1,10],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16":[1,7],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21":[1,4],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05":[1,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes":[1,11],
+"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-11":[1,31,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-12":[1,33,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-2":[1,16,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-3":[1,17,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-4":[1,18,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5":[1,19,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-6":[1,20,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-7":[1,24,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-8":[1,27,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-9":[1,29,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md100---2020-08-22":[1,34],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md101---2020-09-02":[1,33],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md102---2020-09-13":[1,32],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20":[1,31],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md120---2021-02-08":[1,30],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md130---2021-08-02":[1,29],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md131---2021-08-04":[1,28],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20":[1,27],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2021-11-24":[1,26],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md134---2022-01-09":[1,25],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md135---2022-01-14":[1,24],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md136---2022-01-18":[1,23],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md137---2022-02-15":[1,22],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27":[1,21],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-10":[1,20],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-23":[1,19],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17":[1,18],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md143-2024-11-27":[1,17],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14":[1,14],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16":[1,11],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21":[1,8],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05":[1,4],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-01-12":[1,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes":[1,15],
"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed":[1,2],
"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-1":[1,6],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10":[1,26,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11":[1,27,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12":[1,28,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13":[1,29,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2":[1,9],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3":[1,12,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4":[1,14,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5":[1,15,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6":[1,16,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7":[1,17,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8":[1,19,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9":[1,25,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10":[1,29,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11":[1,30,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12":[1,31,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13":[1,32,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-14":[1,33,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2":[1,10],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3":[1,13],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4":[1,16,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5":[1,18,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6":[1,19,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7":[1,20,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8":[1,21,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9":[1,23,0],
"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,5],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10":[1,19,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11":[1,20,1],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12":[1,21,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13":[1,22,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14":[1,23,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-15":[1,24,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-16":[1,25,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-17":[1,26,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-18":[1,27,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-19":[1,29,2],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2":[1,8],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10":[1,22,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11":[1,23,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12":[1,24,1],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13":[1,25,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14":[1,26,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-15":[1,27,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-16":[1,28,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-17":[1,29,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-18":[1,30,2],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-19":[1,31,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-20":[1,33,2],
"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3":[1,12],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4":[1,13,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5":[1,14,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6":[1,15,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7":[1,16,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8":[1,17,0],
-"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9":[1,18,0],
+"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,17,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6":[1,18,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7":[1,19,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8":[1,20,0],
+"md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9":[1,21,0],
"md__2github_2workspace_2src_2nimble_2_c_o_d_i_n_g___s_t_a_n_d_a_r_d_s.html":[8],
"md__2github_2workspace_2src_2nimble_2_c_o_d_i_n_g___s_t_a_n_d_a_r_d_s.html#coding-style-for-apache-mynewt-core":[8,0],
"md__2github_2workspace_2src_2nimble_2_c_o_d_i_n_g___s_t_a_n_d_a_r_d_s.html#comments":[8,0,3],
@@ -245,9 +249,5 @@ var NAVTREEINDEX5 =
"md__new__user__guide.html":[6],
"md__new__user__guide.html#creating-a-client":[6,3],
"md__new__user__guide.html#creating-a-server":[6,2],
-"md__new__user__guide.html#include-files":[6,0],
-"md__new__user__guide.html#using-the-library":[6,1],
-"md__usage__tips.html":[7],
-"md__usage__tips.html#check-return-values":[7,3],
-"md__usage__tips.html#do-not-delete-client-instances-unless-necessary-or-unused":[7,1]
+"md__new__user__guide.html#include-files":[6,0]
};
diff --git a/navtreeindex6.js b/navtreeindex6.js
index bab55a1d..196662ed 100644
--- a/navtreeindex6.js
+++ b/navtreeindex6.js
@@ -1,5 +1,9 @@
var NAVTREEINDEX6 =
{
+"md__new__user__guide.html#using-the-library":[6,1],
+"md__usage__tips.html":[7],
+"md__usage__tips.html#check-return-values":[7,3],
+"md__usage__tips.html#do-not-delete-client-instances-unless-necessary-or-unused":[7,1],
"md__usage__tips.html#only-retrieve-the-services-and-characteristics-needed":[7,2],
"md__usage__tips.html#put-ble-functions-in-a-task-running-on-the-nimble-stack-core":[7,0],
"md__usage__tips.html#there-will-be-bugs---please-report-them":[7,4],
@@ -245,9 +249,5 @@ var NAVTREEINDEX6 =
"structble__hs__stop__listener.html":[13,0,23],
"structble__l2cap__event.html":[13,0,24],
"structble__l2cap__event.html#a02e88ee423cb048f556fade26cb2fcaa":[13,0,24,9],
-"structble__l2cap__event.html#a110ac89d796a5c13e60e9f2d3c7efd99":[13,0,24,7],
-"structble__l2cap__event.html#a1d302d954ebdd9da261f9f5330c12a4a":[13,0,24,5],
-"structble__l2cap__event.html#a2bfa004b88b3ac6ad9db2e8379716546":[13,0,24,10],
-"structble__l2cap__event.html#a319b17c1240ae0d0dfb08841e0f2ee6b":[13,0,24,1],
-"structble__l2cap__event.html#a6f594b943e9f2615160e3259e4346077":[13,0,24,2]
+"structble__l2cap__event.html#a110ac89d796a5c13e60e9f2d3c7efd99":[13,0,24,7]
};
diff --git a/navtreeindex7.js b/navtreeindex7.js
index e1c8b348..d7b471ec 100644
--- a/navtreeindex7.js
+++ b/navtreeindex7.js
@@ -1,5 +1,9 @@
var NAVTREEINDEX7 =
{
+"structble__l2cap__event.html#a1d302d954ebdd9da261f9f5330c12a4a":[13,0,24,5],
+"structble__l2cap__event.html#a2bfa004b88b3ac6ad9db2e8379716546":[13,0,24,10],
+"structble__l2cap__event.html#a319b17c1240ae0d0dfb08841e0f2ee6b":[13,0,24,1],
+"structble__l2cap__event.html#a6f594b943e9f2615160e3259e4346077":[13,0,24,2],
"structble__l2cap__event.html#a9460b4447a7c3391d6b72b3f0c286fe8":[13,0,24,11],
"structble__l2cap__event.html#aa9af4532e9b24990428d3448bb63762a":[13,0,24,4],
"structble__l2cap__event.html#ac3efb9cd77873d102a61a4f3e6987da1":[13,0,24,0],
diff --git a/net_8h_source.html b/net_8h_source.html
index d7496804..5b82f9cb 100644
--- a/net_8h_source.html
+++ b/net_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/nimble_2host_2util_2include_2host_2util_2util_8h_source.html b/nimble_2host_2util_2include_2host_2util_2util_8h_source.html
index ee5caac4..1d23b6e3 100644
--- a/nimble_2host_2util_2include_2host_2util_2util_8h_source.html
+++ b/nimble_2host_2util_2include_2host_2util_2util_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/nimble__npl_8h_source.html b/nimble__npl_8h_source.html
index 86744b39..f091728b 100644
--- a/nimble__npl_8h_source.html
+++ b/nimble__npl_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/nimble__npl__os_8h_source.html b/nimble__npl__os_8h_source.html
index ebbc50d7..b1453c7f 100644
--- a/nimble__npl__os_8h_source.html
+++ b/nimble__npl__os_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -521,343 +521,346 @@
422#include "freertos/semphr.h"
423#include "freertos/task.h"
424#include "freertos/timers.h"
-
-
-
-
-
- 430#define BLE_NPL_OS_ALIGNMENT 4
-
- 432#define BLE_NPL_TIME_FOREVER portMAX_DELAY
-
-
-
- 436#define NIMBLE_CFG_CONTROLLER 1
- 437#define NIMBLE_EVT_QUEUE_SIZE 4
-
- 439#define NIMBLE_EVT_QUEUE_SIZE 32
-
-
-
- 443typedef uint32_t ble_npl_time_t;
- 444typedef int32_t ble_npl_stime_t;
-
- 446struct ble_npl_event {
-
- 448 ble_npl_event_fn *fn;
-
-
-
- 452struct ble_npl_eventq {
-
-
-
- 456struct ble_npl_callout {
- 457#if CONFIG_BT_NIMBLE_USE_ESP_TIMER
- 458 esp_timer_handle_t handle;
-
- 460 TimerHandle_t handle;
-
- 462 struct ble_npl_eventq *evq;
- 463 struct ble_npl_event ev;
-
-
- 466struct ble_npl_mutex {
- 467 SemaphoreHandle_t handle;
-
-
-
- 471 SemaphoreHandle_t handle;
-
-
-
-
-
-
-
-
- 480#include "npl_freertos.h"
-
-
- 483ble_npl_os_started(
void)
-
- 485 return xTaskGetSchedulerState() != taskSCHEDULER_NOT_STARTED;
-
-
-
- 489ble_npl_get_current_task_id(
void)
-
- 491 return xTaskGetCurrentTaskHandle();
-
-
-
- 495ble_npl_eventq_init(
struct ble_npl_eventq *evq)
-
- 497 evq->q = xQueueCreate(NIMBLE_EVT_QUEUE_SIZE,
sizeof(
struct ble_npl_eventq *));
-
-
-
- 501ble_npl_eventq_deinit(
struct ble_npl_eventq *evq)
-
- 503 vQueueDelete(evq->q);
-
-
- 506static inline struct ble_npl_event *
- 507ble_npl_eventq_get(
struct ble_npl_eventq *evq, ble_npl_time_t tmo)
-
- 509 return npl_freertos_eventq_get(evq, tmo);
-
-
-
- 513ble_npl_eventq_put(
struct ble_npl_eventq *evq,
struct ble_npl_event *ev)
-
- 515 npl_freertos_eventq_put(evq, ev);
-
-
-
- 519ble_npl_eventq_remove(
struct ble_npl_eventq *evq,
struct ble_npl_event *ev)
-
- 521 npl_freertos_eventq_remove(evq, ev);
-
-
-
- 525ble_npl_event_run(
struct ble_npl_event *ev)
-
-
-
-
-
- 531ble_npl_eventq_is_empty(
struct ble_npl_eventq *evq)
-
- 533 return xQueueIsQueueEmptyFromISR(evq->q);
-
-
-
- 537ble_npl_event_init(
struct ble_npl_event *ev, ble_npl_event_fn *fn,
-
-
- 540 memset(ev, 0,
sizeof(*ev));
-
-
-
-
-
- 546ble_npl_event_deinit(
struct ble_npl_event *ev)
-
-
-
-
-
- 552ble_npl_event_is_queued(
struct ble_npl_event *ev)
-
-
-
-
-
- 558ble_npl_event_get_arg(
struct ble_npl_event *ev)
-
-
-
-
-
- 564ble_npl_event_set_arg(
struct ble_npl_event *ev,
void *arg)
-
-
-
-
- 569static inline ble_npl_error_t
- 570ble_npl_mutex_init(
struct ble_npl_mutex *mu)
-
- 572 return npl_freertos_mutex_init(mu);
-
-
- 575static inline ble_npl_error_t
- 576ble_npl_mutex_deinit(
struct ble_npl_mutex *mu)
-
- 578 return npl_freertos_mutex_deinit(mu);
-
-
- 581static inline ble_npl_error_t
- 582ble_npl_mutex_pend(
struct ble_npl_mutex *mu, ble_npl_time_t timeout)
-
- 584 return npl_freertos_mutex_pend(mu, timeout);
-
-
- 587static inline ble_npl_error_t
- 588ble_npl_mutex_release(
struct ble_npl_mutex *mu)
-
- 590 return npl_freertos_mutex_release(mu);
-
-
- 593static inline ble_npl_error_t
- 594ble_npl_sem_init(
struct ble_npl_sem *sem, uint16_t tokens)
-
- 596 return npl_freertos_sem_init(sem, tokens);
-
-
- 599static inline ble_npl_error_t
- 600ble_npl_sem_deinit(
struct ble_npl_sem *sem)
-
- 602 return npl_freertos_sem_deinit(sem);
-
-
- 605static inline ble_npl_error_t
- 606ble_npl_sem_pend(
struct ble_npl_sem *sem, ble_npl_time_t timeout)
-
- 608 return npl_freertos_sem_pend(sem, timeout);
-
-
- 611static inline ble_npl_error_t
- 612ble_npl_sem_release(
struct ble_npl_sem *sem)
-
- 614 return npl_freertos_sem_release(sem);
-
-
- 617static inline uint16_t
- 618ble_npl_sem_get_count(
struct ble_npl_sem *sem)
-
- 620 return uxSemaphoreGetCount(sem->handle);
-
-
-
- 624ble_npl_callout_init(
struct ble_npl_callout *co,
struct ble_npl_eventq *evq,
- 625 ble_npl_event_fn *ev_cb,
void *ev_arg)
-
- 627 return npl_freertos_callout_init(co, evq, ev_cb, ev_arg);
-
-
-
- 631ble_npl_callout_deinit(
struct ble_npl_callout *co)
-
- 633 npl_freertos_callout_deinit(co);
-
-
- 636static inline ble_npl_error_t
- 637ble_npl_callout_reset(
struct ble_npl_callout *co, ble_npl_time_t ticks)
-
- 639 return npl_freertos_callout_reset(co, ticks);
-
-
-
- 643ble_npl_callout_stop(
struct ble_npl_callout *co)
-
- 645 npl_freertos_callout_stop(co);
-
-
-
- 649ble_npl_callout_is_active(
struct ble_npl_callout *co)
-
- 651 return npl_freertos_callout_is_active(co);
-
-
- 654static inline ble_npl_time_t
- 655ble_npl_callout_get_ticks(
struct ble_npl_callout *co)
-
- 657 return npl_freertos_callout_get_ticks(co);
-
-
- 660static inline uint32_t
- 661ble_npl_callout_remaining_ticks(
struct ble_npl_callout *co,
-
-
- 664 return npl_freertos_callout_remaining_ticks(co, time);
-
-
-
- 668ble_npl_callout_set_arg(
struct ble_npl_callout *co,
void *arg)
-
-
-
-
- 673static inline uint32_t
- 674ble_npl_time_get(
void)
-
- 676 return xTaskGetTickCountFromISR();
-
-
- 679static inline ble_npl_error_t
- 680ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks)
-
- 682 return npl_freertos_time_ms_to_ticks(ms, out_ticks);
-
-
- 685static inline ble_npl_error_t
- 686ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms)
-
- 688 return ble_npl_time_ticks_to_ms(ticks, out_ms);
-
-
- 691static inline ble_npl_time_t
- 692ble_npl_time_ms_to_ticks32(uint32_t ms)
-
- 694 return ms * configTICK_RATE_HZ / 1000;
-
-
- 697static inline uint32_t
- 698ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks)
-
- 700 return ticks * 1000 / configTICK_RATE_HZ;
-
-
-
- 704ble_npl_time_delay(ble_npl_time_t ticks)
-
-
-
-
- 709#if NIMBLE_CFG_CONTROLLER
-
- 711ble_npl_hw_set_isr(
int irqn,
void (*addr)(
void))
-
- 713 npl_freertos_hw_set_isr(irqn, addr);
-
-
-
- 717ble_npl_hw_is_in_critical(
void)
-
- 719 return (uxGetCriticalNestingDepth() > 0);
-
-
-
-
- 724extern portMUX_TYPE ble_port_mutex;
-
- 726static inline uint32_t
- 727ble_npl_hw_enter_critical(
void)
-
- 729 portENTER_CRITICAL(&ble_port_mutex);
-
-
-
-
- 734ble_npl_hw_exit_critical(uint32_t ctx)
-
- 736 portEXIT_CRITICAL(&ble_port_mutex);
-
-
-
- 740static inline uint32_t
- 741ble_npl_hw_enter_critical(
void)
-
- 743 vPortEnterCritical();
-
-
-
-
- 748ble_npl_hw_exit_critical(uint32_t ctx)
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 425#ifdef CONFIG_BT_NIMBLE_USE_ESP_TIMER
+ 426#include "esp_timer.h"
+
+
+
+
+
+
+ 433#define BLE_NPL_OS_ALIGNMENT 4
+
+ 435#define BLE_NPL_TIME_FOREVER portMAX_DELAY
+
+
+
+ 439#define NIMBLE_CFG_CONTROLLER 1
+ 440#define NIMBLE_EVT_QUEUE_SIZE 4
+
+ 442#define NIMBLE_EVT_QUEUE_SIZE 32
+
+
+
+ 446typedef uint32_t ble_npl_time_t;
+ 447typedef int32_t ble_npl_stime_t;
+
+ 449struct ble_npl_event {
+
+ 451 ble_npl_event_fn *fn;
+
+
+
+ 455struct ble_npl_eventq {
+
+
+
+ 459struct ble_npl_callout {
+ 460#if CONFIG_BT_NIMBLE_USE_ESP_TIMER
+ 461 esp_timer_handle_t handle;
+
+ 463 TimerHandle_t handle;
+
+ 465 struct ble_npl_eventq *evq;
+ 466 struct ble_npl_event ev;
+
+
+ 469struct ble_npl_mutex {
+ 470 SemaphoreHandle_t handle;
+
+
+
+ 474 SemaphoreHandle_t handle;
+
+
+
+
+
+
+
+
+ 483#include "npl_freertos.h"
+
+
+ 486ble_npl_os_started(
void)
+
+ 488 return xTaskGetSchedulerState() != taskSCHEDULER_NOT_STARTED;
+
+
+
+ 492ble_npl_get_current_task_id(
void)
+
+ 494 return xTaskGetCurrentTaskHandle();
+
+
+
+ 498ble_npl_eventq_init(
struct ble_npl_eventq *evq)
+
+ 500 evq->q = xQueueCreate(NIMBLE_EVT_QUEUE_SIZE,
sizeof(
struct ble_npl_eventq *));
+
+
+
+ 504ble_npl_eventq_deinit(
struct ble_npl_eventq *evq)
+
+ 506 vQueueDelete(evq->q);
+
+
+ 509static inline struct ble_npl_event *
+ 510ble_npl_eventq_get(
struct ble_npl_eventq *evq, ble_npl_time_t tmo)
+
+ 512 return npl_freertos_eventq_get(evq, tmo);
+
+
+
+ 516ble_npl_eventq_put(
struct ble_npl_eventq *evq,
struct ble_npl_event *ev)
+
+ 518 npl_freertos_eventq_put(evq, ev);
+
+
+
+ 522ble_npl_eventq_remove(
struct ble_npl_eventq *evq,
struct ble_npl_event *ev)
+
+ 524 npl_freertos_eventq_remove(evq, ev);
+
+
+
+ 528ble_npl_event_run(
struct ble_npl_event *ev)
+
+
+
+
+
+ 534ble_npl_eventq_is_empty(
struct ble_npl_eventq *evq)
+
+ 536 return xQueueIsQueueEmptyFromISR(evq->q);
+
+
+
+ 540ble_npl_event_init(
struct ble_npl_event *ev, ble_npl_event_fn *fn,
+
+
+ 543 memset(ev, 0,
sizeof(*ev));
+
+
+
+
+
+ 549ble_npl_event_deinit(
struct ble_npl_event *ev)
+
+
+
+
+
+ 555ble_npl_event_is_queued(
struct ble_npl_event *ev)
+
+
+
+
+
+ 561ble_npl_event_get_arg(
struct ble_npl_event *ev)
+
+
+
+
+
+ 567ble_npl_event_set_arg(
struct ble_npl_event *ev,
void *arg)
+
+
+
+
+ 572static inline ble_npl_error_t
+ 573ble_npl_mutex_init(
struct ble_npl_mutex *mu)
+
+ 575 return npl_freertos_mutex_init(mu);
+
+
+ 578static inline ble_npl_error_t
+ 579ble_npl_mutex_deinit(
struct ble_npl_mutex *mu)
+
+ 581 return npl_freertos_mutex_deinit(mu);
+
+
+ 584static inline ble_npl_error_t
+ 585ble_npl_mutex_pend(
struct ble_npl_mutex *mu, ble_npl_time_t timeout)
+
+ 587 return npl_freertos_mutex_pend(mu, timeout);
+
+
+ 590static inline ble_npl_error_t
+ 591ble_npl_mutex_release(
struct ble_npl_mutex *mu)
+
+ 593 return npl_freertos_mutex_release(mu);
+
+
+ 596static inline ble_npl_error_t
+ 597ble_npl_sem_init(
struct ble_npl_sem *sem, uint16_t tokens)
+
+ 599 return npl_freertos_sem_init(sem, tokens);
+
+
+ 602static inline ble_npl_error_t
+ 603ble_npl_sem_deinit(
struct ble_npl_sem *sem)
+
+ 605 return npl_freertos_sem_deinit(sem);
+
+
+ 608static inline ble_npl_error_t
+ 609ble_npl_sem_pend(
struct ble_npl_sem *sem, ble_npl_time_t timeout)
+
+ 611 return npl_freertos_sem_pend(sem, timeout);
+
+
+ 614static inline ble_npl_error_t
+ 615ble_npl_sem_release(
struct ble_npl_sem *sem)
+
+ 617 return npl_freertos_sem_release(sem);
+
+
+ 620static inline uint16_t
+ 621ble_npl_sem_get_count(
struct ble_npl_sem *sem)
+
+ 623 return uxSemaphoreGetCount(sem->handle);
+
+
+
+ 627ble_npl_callout_init(
struct ble_npl_callout *co,
struct ble_npl_eventq *evq,
+ 628 ble_npl_event_fn *ev_cb,
void *ev_arg)
+
+ 630 return npl_freertos_callout_init(co, evq, ev_cb, ev_arg);
+
+
+
+ 634ble_npl_callout_deinit(
struct ble_npl_callout *co)
+
+ 636 npl_freertos_callout_deinit(co);
+
+
+ 639static inline ble_npl_error_t
+ 640ble_npl_callout_reset(
struct ble_npl_callout *co, ble_npl_time_t ticks)
+
+ 642 return npl_freertos_callout_reset(co, ticks);
+
+
+
+ 646ble_npl_callout_stop(
struct ble_npl_callout *co)
+
+ 648 npl_freertos_callout_stop(co);
+
+
+
+ 652ble_npl_callout_is_active(
struct ble_npl_callout *co)
+
+ 654 return npl_freertos_callout_is_active(co);
+
+
+ 657static inline ble_npl_time_t
+ 658ble_npl_callout_get_ticks(
struct ble_npl_callout *co)
+
+ 660 return npl_freertos_callout_get_ticks(co);
+
+
+ 663static inline uint32_t
+ 664ble_npl_callout_remaining_ticks(
struct ble_npl_callout *co,
+
+
+ 667 return npl_freertos_callout_remaining_ticks(co, time);
+
+
+
+ 671ble_npl_callout_set_arg(
struct ble_npl_callout *co,
void *arg)
+
+
+
+
+ 676static inline uint32_t
+ 677ble_npl_time_get(
void)
+
+ 679 return xTaskGetTickCountFromISR();
+
+
+ 682static inline ble_npl_error_t
+ 683ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks)
+
+ 685 return npl_freertos_time_ms_to_ticks(ms, out_ticks);
+
+
+ 688static inline ble_npl_error_t
+ 689ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms)
+
+ 691 return ble_npl_time_ticks_to_ms(ticks, out_ms);
+
+
+ 694static inline ble_npl_time_t
+ 695ble_npl_time_ms_to_ticks32(uint32_t ms)
+
+ 697 return ms * configTICK_RATE_HZ / 1000;
+
+
+ 700static inline uint32_t
+ 701ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks)
+
+ 703 return ticks * 1000 / configTICK_RATE_HZ;
+
+
+
+ 707ble_npl_time_delay(ble_npl_time_t ticks)
+
+
+
+
+ 712#if NIMBLE_CFG_CONTROLLER
+
+ 714ble_npl_hw_set_isr(
int irqn,
void (*addr)(
void))
+
+ 716 npl_freertos_hw_set_isr(irqn, addr);
+
+
+
+ 720ble_npl_hw_is_in_critical(
void)
+
+ 722 return (uxGetCriticalNestingDepth() > 0);
+
+
+
+
+ 727extern portMUX_TYPE ble_port_mutex;
+
+ 729static inline uint32_t
+ 730ble_npl_hw_enter_critical(
void)
+
+ 732 portENTER_CRITICAL(&ble_port_mutex);
+
+
+
+
+ 737ble_npl_hw_exit_critical(uint32_t ctx)
+
+ 739 portEXIT_CRITICAL(&ble_port_mutex);
+
+
+
+ 743static inline uint32_t
+ 744ble_npl_hw_enter_critical(
void)
+
+ 746 vPortEnterCritical();
+
+
+
+
+ 751ble_npl_hw_exit_critical(uint32_t ctx)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/nimble__opt_8h_source.html b/nimble__opt_8h_source.html
index abcaef1b..ee819202 100644
--- a/nimble__opt_8h_source.html
+++ b/nimble__opt_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/nimble__opt__auto_8h_source.html b/nimble__opt__auto_8h_source.html
index 4c7baf6d..146bc8a2 100644
--- a/nimble__opt__auto_8h_source.html
+++ b/nimble__opt__auto_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/nimble__port_8h_source.html b/nimble__port_8h_source.html
index cf328077..d10d3426 100644
--- a/nimble__port_8h_source.html
+++ b/nimble__port_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/nimble__port__freertos_8h_source.html b/nimble__port__freertos_8h_source.html
index 71b9060f..8c02e83b 100644
--- a/nimble__port__freertos_8h_source.html
+++ b/nimble__port__freertos_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/nimconfig_8h_source.html b/nimconfig_8h_source.html
index 8e6c683b..dfb0fea5 100644
--- a/nimconfig_8h_source.html
+++ b/nimconfig_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
@@ -182,213 +182,232 @@
-
-
-
-
-
- 163#ifndef CONFIG_BT_NIMBLE_ROLE_CENTRAL_DISABLED
- 164#define CONFIG_BT_NIMBLE_ROLE_CENTRAL
-
-
- 167#ifndef CONFIG_BT_NIMBLE_ROLE_OBSERVER_DISABLED
- 168#define CONFIG_BT_NIMBLE_ROLE_OBSERVER
-
-
- 171#ifndef CONFIG_BT_NIMBLE_ROLE_PERIPHERAL_DISABLED
- 172#define CONFIG_BT_NIMBLE_ROLE_PERIPHERAL
-
-
- 175#ifndef CONFIG_BT_NIMBLE_ROLE_BROADCASTER_DISABLED
- 176#define CONFIG_BT_NIMBLE_ROLE_BROADCASTER
-
-
- 179#ifndef CONFIG_BT_NIMBLE_PINNED_TO_CORE
- 180#define CONFIG_BT_NIMBLE_PINNED_TO_CORE 0
+
+
+
+
+
+
+
+
+
+
+
+ 179#ifndef CONFIG_BT_NIMBLE_ROLE_CENTRAL_DISABLED
+ 180#define CONFIG_BT_NIMBLE_ROLE_CENTRAL
- 183#ifndef CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE
- 184#define CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE 4096
+ 183#ifndef CONFIG_BT_NIMBLE_ROLE_OBSERVER_DISABLED
+ 184#define CONFIG_BT_NIMBLE_ROLE_OBSERVER
- 187#ifndef CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL
- 188#define CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL 1
+ 187#ifndef CONFIG_BT_NIMBLE_ROLE_PERIPHERAL_DISABLED
+ 188#define CONFIG_BT_NIMBLE_ROLE_PERIPHERAL
- 191#ifndef CONFIG_BT_NIMBLE_MAX_CONNECTIONS
- 192#define CONFIG_BT_NIMBLE_MAX_CONNECTIONS 3
+ 191#ifndef CONFIG_BT_NIMBLE_ROLE_BROADCASTER_DISABLED
+ 192#define CONFIG_BT_NIMBLE_ROLE_BROADCASTER
- 195#ifndef CONFIG_BT_NIMBLE_MAX_BONDS
- 196#define CONFIG_BT_NIMBLE_MAX_BONDS 3
+ 195#ifndef CONFIG_BT_NIMBLE_PINNED_TO_CORE
+ 196#define CONFIG_BT_NIMBLE_PINNED_TO_CORE 0
- 199#ifndef CONFIG_BT_NIMBLE_MAX_CCCDS
- 200#define CONFIG_BT_NIMBLE_MAX_CCCDS 8
+ 199#ifndef CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE
+ 200#define CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE 4096
- 203#ifndef CONFIG_BT_NIMBLE_SVC_GAP_DEVICE_NAME
- 204#define CONFIG_BT_NIMBLE_SVC_GAP_DEVICE_NAME "nimble"
+ 203#ifndef CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL
+ 204#define CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL 1
- 207#ifndef CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU
- 208#define CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU 255
+ 207#ifndef CONFIG_BT_NIMBLE_MAX_CONNECTIONS
+ 208#define CONFIG_BT_NIMBLE_MAX_CONNECTIONS 3
- 211#ifndef CONFIG_BT_NIMBLE_SVC_GAP_APPEARANCE
- 212#define CONFIG_BT_NIMBLE_SVC_GAP_APPEARANCE 0x0
+ 211#ifndef CONFIG_BT_NIMBLE_MAX_BONDS
+ 212#define CONFIG_BT_NIMBLE_MAX_BONDS 3
- 215#ifndef CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT
- 216#define CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT 12
+ 215#ifndef CONFIG_BT_NIMBLE_MAX_CCCDS
+ 216#define CONFIG_BT_NIMBLE_MAX_CCCDS 8
- 219#ifndef CONFIG_BT_NIMBLE_RPA_TIMEOUT
- 220#define CONFIG_BT_NIMBLE_RPA_TIMEOUT 900
+ 219#ifndef CONFIG_BT_NIMBLE_SVC_GAP_DEVICE_NAME
+ 220#define CONFIG_BT_NIMBLE_SVC_GAP_DEVICE_NAME "nimble"
- 223#ifndef CONFIG_BT_NIMBLE_LOG_LEVEL
- 224#define CONFIG_BT_NIMBLE_LOG_LEVEL 5
+ 223#ifndef CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU
+ 224#define CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU 255
- 227#ifndef CONFIG_NIMBLE_STACK_USE_MEM_POOLS
- 228#define CONFIG_NIMBLE_STACK_USE_MEM_POOLS 0
+ 227#ifndef CONFIG_BT_NIMBLE_SVC_GAP_APPEARANCE
+ 228#define CONFIG_BT_NIMBLE_SVC_GAP_APPEARANCE 0x0
- 232#define CONFIG_BT_NIMBLE_NVS_PERSIST 1
-
- 235#define CONFIG_BT_NIMBLE_SM_LEGACY 1
-
- 238#define CONFIG_BT_NIMBLE_SM_SC 1
-
- 241#define CONFIG_BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN 31
+ 231#ifndef CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT
+ 232#define CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT 12
+
+
+ 235#ifndef CONFIG_BT_NIMBLE_RPA_TIMEOUT
+ 236#define CONFIG_BT_NIMBLE_RPA_TIMEOUT 900
+
+
+ 239#ifndef CONFIG_BT_NIMBLE_LOG_LEVEL
+ 240#define CONFIG_BT_NIMBLE_LOG_LEVEL 5
+
- 244#define CONFIG_BT_NIMBLE_ACL_BUF_COUNT 12
-
- 247#define CONFIG_BT_NIMBLE_TRANSPORT_ACL_SIZE 255
-
- 250#if CONFIG_BT_NIMBLE_EXT_ADV || CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV
- 251# define CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE 257
-
- 253# define CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE 70
-
+ 243#ifndef CONFIG_NIMBLE_STACK_USE_MEM_POOLS
+ 244#define CONFIG_NIMBLE_STACK_USE_MEM_POOLS 0
+
+
+ 248#define CONFIG_BT_NIMBLE_NVS_PERSIST 1
+
+ 251#define CONFIG_BT_NIMBLE_SM_LEGACY 1
+
+ 254#define CONFIG_BT_NIMBLE_SM_SC 1
- 257#define CONFIG_BT_NIMBLE_HCI_EVT_HI_BUF_COUNT 30
+ 257#define CONFIG_BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN 31
- 260#define CONFIG_BT_NIMBLE_HCI_EVT_LO_BUF_COUNT 8
+ 260#define CONFIG_BT_NIMBLE_ACL_BUF_COUNT 12
- 263#define CONFIG_BT_NIMBLE_L2CAP_COC_MAX_NUM 0
+ 263#define CONFIG_BT_NIMBLE_TRANSPORT_ACL_SIZE 255
- 265#define CONFIG_BT_NIMBLE_HS_FLOW_CTRL 1
- 266#define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_ITVL 1000
- 267#define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_THRESH 2
- 268#define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT 1
-
- 270#define CONFIG_BT_NIMBLE_HS_STOP_TIMEOUT_MS 2000
+ 266#if CONFIG_BT_NIMBLE_EXT_ADV || CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV
+ 267# define CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE 257
+
+ 269# define CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE 70
+
- 272#ifndef CONFIG_BT_ENABLED
- 273#define CONFIG_BT_ENABLED
-
-
- 276#ifndef CONFIG_BT_NIMBLE_ENABLED
- 277#define CONFIG_BT_NIMBLE_ENABLED 1
-
-
- 280#ifndef CONFIG_BT_CONTROLLER_ENABLED
- 281#define CONFIG_BT_CONTROLLER_ENABLED 1
-
-
-
- 285#ifndef CONFIG_BTDM_CONTROLLER_MODE_BLE_ONLY
- 286#define CONFIG_BTDM_CONTROLLER_MODE_BLE_ONLY
-
-
- 289#ifndef CONFIG_BTDM_SCAN_DUPL_TYPE_DEVICE
- 290#define CONFIG_BTDM_SCAN_DUPL_TYPE_DEVICE 0
-
-
- 293#ifndef CONFIG_BTDM_SCAN_DUPL_TYPE_DATA
- 294#define CONFIG_BTDM_SCAN_DUPL_TYPE_DATA 1
-
-
- 297#ifndef CONFIG_BTDM_SCAN_DUPL_TYPE_DATA_DEVICE
- 298#define CONFIG_BTDM_SCAN_DUPL_TYPE_DATA_DEVICE 2
-
-
- 301#if !defined(CONFIG_IDF_TARGET_ESP32) && !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S3)
- 302#define CONFIG_IDF_TARGET_ESP32 1
-
-
- 305#if !defined(CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE)
- 306#define CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE 1
-
-
- 309#if !defined(CONFIG_BT_CONTROLLER_DISABLED)
- 310#define CONFIG_BT_CONTROLLER_DISABLED 0
+ 273#define CONFIG_BT_NIMBLE_HCI_EVT_HI_BUF_COUNT 30
+
+ 276#define CONFIG_BT_NIMBLE_HCI_EVT_LO_BUF_COUNT 8
+
+ 279#define CONFIG_BT_NIMBLE_L2CAP_COC_MAX_NUM 0
+
+ 281#define CONFIG_BT_NIMBLE_HS_FLOW_CTRL 1
+ 282#define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_ITVL 1000
+ 283#define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_THRESH 2
+ 284#define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT 1
+
+ 286#define CONFIG_BT_NIMBLE_HS_STOP_TIMEOUT_MS 2000
+
+ 288#ifndef CONFIG_BT_ENABLED
+ 289#define CONFIG_BT_ENABLED
+
+
+ 292#ifndef CONFIG_BT_NIMBLE_ENABLED
+ 293#define CONFIG_BT_NIMBLE_ENABLED 1
+
+
+ 296#ifndef CONFIG_BT_CONTROLLER_ENABLED
+ 297#define CONFIG_BT_CONTROLLER_ENABLED 1
+
+
+ 300#ifndef CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS
+ 301#define CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS 0
+
+
+ 304#ifndef MYNEWT_VAL_BLE_CRYPTO_STACK_MBEDTLS
+ 305#define MYNEWT_VAL_BLE_CRYPTO_STACK_MBEDTLS (CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS)
+
+
+
+ 309#ifndef CONFIG_BTDM_CONTROLLER_MODE_BLE_ONLY
+ 310#define CONFIG_BTDM_CONTROLLER_MODE_BLE_ONLY
- 313#if CONFIG_BT_NIMBLE_EXT_ADV || CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV
- 314# if defined(CONFIG_IDF_TARGET_ESP32)
- 315# error Extended advertising is not supported on ESP32.
-
-
-
-
- 320#if CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV && !CONFIG_BT_NIMBLE_EXT_ADV
- 321# error Extended advertising must be enabled to use periodic advertising.
-
-
-
- 325#if CONFIG_BT_NIMBLE_EXT_ADV
- 326# if !defined(CONFIG_BT_NIMBLE_MAX_EXT_ADV_INSTANCES)
- 327# define CONFIG_BT_NIMBLE_MAX_EXT_ADV_INSTANCES 1
-
- 329# if !defined(CONFIG_BT_NIMBLE_MAX_EXT_ADV_DATA_LEN)
- 330# define CONFIG_BT_NIMBLE_MAX_EXT_ADV_DATA_LEN 251
-
-
-
-
- 335#if CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV && !defined(CONFIG_BT_NIMBLE_MAX_PERIODIC_SYNCS)
- 336# define CONFIG_BT_NIMBLE_MAX_PERIODIC_SYNCS 1
-
-
-
- 340#if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL) && !defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
- 341#define CONFIG_BT_NIMBLE_ROLE_OBSERVER
-
-
-
- 345#if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL) && !defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
- 346#define CONFIG_BT_NIMBLE_ROLE_BROADCASTER
-
+ 313#ifndef CONFIG_BTDM_SCAN_DUPL_TYPE_DEVICE
+ 314#define CONFIG_BTDM_SCAN_DUPL_TYPE_DEVICE 0
+
+
+ 317#ifndef CONFIG_BTDM_SCAN_DUPL_TYPE_DATA
+ 318#define CONFIG_BTDM_SCAN_DUPL_TYPE_DATA 1
+
+
+ 321#ifndef CONFIG_BTDM_SCAN_DUPL_TYPE_DATA_DEVICE
+ 322#define CONFIG_BTDM_SCAN_DUPL_TYPE_DATA_DEVICE 2
+
+
+ 325#if !defined(CONFIG_IDF_TARGET_ESP32) && !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S3)
+ 326#define CONFIG_IDF_TARGET_ESP32 1
+
+
+ 329#if !defined(CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE)
+ 330#define CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE 1
+
+
+ 333#if !defined(CONFIG_BT_CONTROLLER_DISABLED)
+ 334#define CONFIG_BT_CONTROLLER_DISABLED 0
+
+
+ 337#if CONFIG_BT_NIMBLE_EXT_ADV || CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV
+ 338# if defined(CONFIG_IDF_TARGET_ESP32)
+ 339# error Extended advertising is not supported on ESP32.
+
+
+
+ 343#ifndef CONFIG_BT_NIMBLE_USE_ESP_TIMER
+ 344#define CONFIG_BT_NIMBLE_USE_ESP_TIMER 1
+
+
+
-
- 350#if defined __has_include
- 351# if __has_include (<Arduino.h>)
- 352# define NIMBLE_CPP_ARDUINO_STRING_AVAILABLE
-
-
-
- 356#ifndef CONFIG_NIMBLE_CPP_DEBUG_ASSERT_ENABLED
- 357#define CONFIG_NIMBLE_CPP_DEBUG_ASSERT_ENABLED 0
-
-
- 360#ifndef CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT
- 361#define CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT 31
-
-
- 364#if CONFIG_NIMBLE_CPP_DEBUG_ASSERT_ENABLED && !defined NDEBUG
- 365void nimble_cpp_assert(
const char *file,
unsigned line) __attribute((weak, noreturn));
- 366# define NIMBLE_ATT_VAL_FILE (__builtin_strrchr(__FILE__, '/') ? \
- 367 __builtin_strrchr (__FILE__, '/') + 1 : __FILE__)
- 368# define NIMBLE_CPP_DEBUG_ASSERT(cond) \
-
- 370 nimble_cpp_assert(NIMBLE_ATT_VAL_FILE, __LINE__); \
-
-
- 373# define NIMBLE_CPP_DEBUG_ASSERT(cond) (void(0))
-
+ 349#if CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV && !CONFIG_BT_NIMBLE_EXT_ADV
+ 350# error Extended advertising must be enabled to use periodic advertising.
+
+
+
+ 354#if CONFIG_BT_NIMBLE_EXT_ADV
+ 355# if !defined(CONFIG_BT_NIMBLE_MAX_EXT_ADV_INSTANCES)
+ 356# define CONFIG_BT_NIMBLE_MAX_EXT_ADV_INSTANCES 1
+
+ 358# if !defined(CONFIG_BT_NIMBLE_MAX_EXT_ADV_DATA_LEN)
+ 359# define CONFIG_BT_NIMBLE_MAX_EXT_ADV_DATA_LEN 251
+
+
+
+
+ 364#if CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV && !defined(CONFIG_BT_NIMBLE_MAX_PERIODIC_SYNCS)
+ 365# define CONFIG_BT_NIMBLE_MAX_PERIODIC_SYNCS 1
+
+
+
+ 369#if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL) && !defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
+ 370#define CONFIG_BT_NIMBLE_ROLE_OBSERVER
+
+
+
+ 374#if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL) && !defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
+ 375#define CONFIG_BT_NIMBLE_ROLE_BROADCASTER
+
+
+
+ 379#if defined __has_include
+ 380# if __has_include (<Arduino.h>)
+ 381# define NIMBLE_CPP_ARDUINO_STRING_AVAILABLE
+
+
+
+ 385#ifndef CONFIG_NIMBLE_CPP_DEBUG_ASSERT_ENABLED
+ 386#define CONFIG_NIMBLE_CPP_DEBUG_ASSERT_ENABLED 0
+
+
+ 389#ifndef CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT
+ 390#define CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT 31
+
+
+ 393#if CONFIG_NIMBLE_CPP_DEBUG_ASSERT_ENABLED && !defined NDEBUG
+ 394void nimble_cpp_assert(
const char *file,
unsigned line) __attribute((weak, noreturn));
+ 395# define NIMBLE_ATT_VAL_FILE (__builtin_strrchr(__FILE__, '/') ? \
+ 396 __builtin_strrchr (__FILE__, '/') + 1 : __FILE__)
+ 397# define NIMBLE_CPP_DEBUG_ASSERT(cond) \
+
+ 399 nimble_cpp_assert(NIMBLE_ATT_VAL_FILE, __LINE__); \
+
+
+ 402# define NIMBLE_CPP_DEBUG_ASSERT(cond) (void(0))
+
diff --git a/nodes_8h_source.html b/nodes_8h_source.html
index 6491d076..b4b46ebf 100644
--- a/nodes_8h_source.html
+++ b/nodes_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/npl__freertos_8h_source.html b/npl__freertos_8h_source.html
index c84ce5c0..9846b71a 100644
--- a/npl__freertos_8h_source.html
+++ b/npl__freertos_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/nrf51_2include_2ble_2xcvr_8h_source.html b/nrf51_2include_2ble_2xcvr_8h_source.html
index 812ad83f..81c9f1ea 100644
--- a/nrf51_2include_2ble_2xcvr_8h_source.html
+++ b/nrf51_2include_2ble_2xcvr_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/nrf52_2include_2ble_2xcvr_8h_source.html b/nrf52_2include_2ble_2xcvr_8h_source.html
index 60914fbd..d462a009 100644
--- a/nrf52_2include_2ble_2xcvr_8h_source.html
+++ b/nrf52_2include_2ble_2xcvr_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/os_8h_source.html b/os_8h_source.html
index b4db1f93..bc029f90 100644
--- a/os_8h_source.html
+++ b/os_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/os__cputime_8h_source.html b/os__cputime_8h_source.html
index 7b5838c1..cfe45670 100644
--- a/os__cputime_8h_source.html
+++ b/os__cputime_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/os__error_8h_source.html b/os__error_8h_source.html
index 1e767421..4931afba 100644
--- a/os__error_8h_source.html
+++ b/os__error_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/os__mbuf_8h_source.html b/os__mbuf_8h_source.html
index 22f22f0d..846ccce7 100644
--- a/os__mbuf_8h_source.html
+++ b/os__mbuf_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/os__mempool_8h_source.html b/os__mempool_8h_source.html
index 14ea52d1..454b7487 100644
--- a/os__mempool_8h_source.html
+++ b/os__mempool_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/os__trace__api_8h_source.html b/os__trace__api_8h_source.html
index 4dbb469a..7fbf9233 100644
--- a/os__trace__api_8h_source.html
+++ b/os__trace__api_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/pages.html b/pages.html
index c903ee35..95454eea 100644
--- a/pages.html
+++ b/pages.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/pb__gatt__srv_8h_source.html b/pb__gatt__srv_8h_source.html
index c06890a5..4896dcb3 100644
--- a/pb__gatt__srv_8h_source.html
+++ b/pb__gatt__srv_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/porting_2nimble_2include_2os_2util_8h_source.html b/porting_2nimble_2include_2os_2util_8h_source.html
index 191cf5b2..93376018 100644
--- a/porting_2nimble_2include_2os_2util_8h_source.html
+++ b/porting_2nimble_2include_2os_2util_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/porting_8h.html b/porting_8h.html
index 83a91675..fea051dc 100644
--- a/porting_8h.html
+++ b/porting_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/porting_8h_source.html b/porting_8h_source.html
index c7333ae2..91ca979e 100644
--- a/porting_8h_source.html
+++ b/porting_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/prov_8h_source.html b/prov_8h_source.html
index eb56ed64..11f06c57 100644
--- a/prov_8h_source.html
+++ b/prov_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/prov__bearer_8h_source.html b/prov__bearer_8h_source.html
index 050ddc07..eae62cf8 100644
--- a/prov__bearer_8h_source.html
+++ b/prov__bearer_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/provisioner_8h_source.html b/provisioner_8h_source.html
index ecb72242..34c87361 100644
--- a/provisioner_8h_source.html
+++ b/provisioner_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/proxy__msg_8h_source.html b/proxy__msg_8h_source.html
index 1baed1fc..6fcf01d5 100644
--- a/proxy__msg_8h_source.html
+++ b/proxy__msg_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/queue_8h_source.html b/queue_8h_source.html
index 69c1cf91..c2e46255 100644
--- a/queue_8h_source.html
+++ b/queue_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/readme.html b/readme.html
index 392e26fc..7654be62 100644
--- a/readme.html
+++ b/readme.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/rpl_8h_source.html b/rpl_8h_source.html
index 7be37f67..6e855acf 100644
--- a/rpl_8h_source.html
+++ b/rpl_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/search/all_0.js b/search/all_0.js
index 44f08dc9..1fd069ff 100644
--- a/search/all_0.js
+++ b/search/all_0.js
@@ -8,24 +8,26 @@ var searchData=
['0_202021_2008_2002_5',['[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_2010_6',['[1.4.0] - 2022-07-10',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-10',1,'']]],
['0_202024_2012_2014_7',['[2.1.0] 2024-12-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14',1,'']]],
- ['01_2005_8',['[2.1.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05',1,'']]],
- ['01_2009_9',['[1.3.4] - 2022-01-09',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md134---2022-01-09',1,'']]],
- ['01_2014_10',['[1.3.5] - 2022-01-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md135---2022-01-14',1,'']]],
- ['01_2018_11',['[1.3.6] - 2022-01-18',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md136---2022-01-18',1,'']]],
- ['01_2020_12',['[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,'']]],
- ['02_13',['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_14',['[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_15',['[1.3.7] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md137---2022-02-15',1,'']]],
- ['04_16',['[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,'']]],
- ['04_2027_17',['[1.3.8] - 2022-04-27',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27',1,'']]],
- ['05_18',['[2.1.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05',1,'']]],
- ['06_2017_19',['[1.4.2] 2024-06-17',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17',1,'']]],
- ['07_2010_20',['[1.4.0] - 2022-07-10',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-10',1,'']]],
- ['08_21',['[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_22',['[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_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,'']]],
- ['08_2022_24',['[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_25',['[1.3.4] - 2022-01-09',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md134---2022-01-09',1,'']]],
- ['09_2002_26',['[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_27',['[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_2001_2012_8',['[2.2.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-01-12',1,'']]],
+ ['01_2005_9',['[2.1.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05',1,'']]],
+ ['01_2009_10',['[1.3.4] - 2022-01-09',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md134---2022-01-09',1,'']]],
+ ['01_2012_11',['[2.2.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-01-12',1,'']]],
+ ['01_2014_12',['[1.3.5] - 2022-01-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md135---2022-01-14',1,'']]],
+ ['01_2018_13',['[1.3.6] - 2022-01-18',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md136---2022-01-18',1,'']]],
+ ['01_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,'']]],
+ ['02_15',['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_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,'']]],
+ ['02_2015_17',['[1.3.7] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md137---2022-02-15',1,'']]],
+ ['04_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,'']]],
+ ['04_2027_19',['[1.3.8] - 2022-04-27',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27',1,'']]],
+ ['05_20',['[2.1.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05',1,'']]],
+ ['06_2017_21',['[1.4.2] 2024-06-17',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17',1,'']]],
+ ['07_2010_22',['[1.4.0] - 2022-07-10',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-10',1,'']]],
+ ['08_23',['[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_24',['[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_25',['[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_26',['[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_27',['[1.3.4] - 2022-01-09',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md134---2022-01-09',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,'']]]
];
diff --git a/search/all_1.js b/search/all_1.js
index 939dbe5a..06504637 100644
--- a/search/all_1.js
+++ b/search/all_1.js
@@ -28,13 +28,14 @@ var searchData=
['11_2020_25',['[1.3.2] - 2021-11-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20',1,'']]],
['11_2024_26',['[1.3.3] - 2021-11-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2021-11-24',1,'']]],
['11_2027_27',['[1.4.3] 2024-11-27',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md143-2024-11-27',1,'']]],
- ['12_2014_28',['[2.1.0] 2024-12-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14',1,'']]],
- ['12_2016_29',['[2.1.1] 2024-12-16',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16',1,'']]],
- ['12_2021_30',['[2.1.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21',1,'']]],
- ['13_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,'']]],
- ['14_32',['14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md135---2022-01-14',1,'[1.3.5] - 2022-01-14'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14',1,'[2.1.0] 2024-12-14']]],
- ['15_33',['[1.3.7] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md137---2022-02-15',1,'']]],
- ['16_34',['[2.1.1] 2024-12-16',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16',1,'']]],
- ['17_35',['[1.4.2] 2024-06-17',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17',1,'']]],
- ['18_36',['[1.3.6] - 2022-01-18',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md136---2022-01-18',1,'']]]
+ ['12_28',['[2.2.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-01-12',1,'']]],
+ ['12_2014_29',['[2.1.0] 2024-12-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14',1,'']]],
+ ['12_2016_30',['[2.1.1] 2024-12-16',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16',1,'']]],
+ ['12_2021_31',['[2.1.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21',1,'']]],
+ ['13_32',['[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,'']]],
+ ['14_33',['14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md135---2022-01-14',1,'[1.3.5] - 2022-01-14'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14',1,'[2.1.0] 2024-12-14']]],
+ ['15_34',['[1.3.7] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md137---2022-02-15',1,'']]],
+ ['16_35',['[2.1.1] 2024-12-16',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16',1,'']]],
+ ['17_36',['[1.4.2] 2024-06-17',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17',1,'']]],
+ ['18_37',['[1.3.6] - 2022-01-18',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md136---2022-01-18',1,'']]]
];
diff --git a/search/all_10.js b/search/all_10.js
index 380a09c5..09ae75d3 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -81,7 +81,7 @@ var searchData=
['getperiodicinterval_78',['getPeriodicInterval',['../class_nim_b_l_e_advertised_device.html#a899abd2a02e0c9bf941a998f4184a9ee',1,'NimBLEAdvertisedDevice']]],
['getphy_79',['getphy',['../class_nim_b_l_e_client.html#a6ca4e212d5b69d4759bd695def020525',1,'NimBLEClient::getPhy()'],['../class_nim_b_l_e_server.html#a709eb11532ec43a35f8653845b3158fc',1,'NimBLEServer::getPhy()']]],
['getpnp_80',['getPnp',['../class_nim_b_l_e_h_i_d_device.html#abda5099d23c7111e99d8d755565be84a',1,'NimBLEHIDDevice']]],
- ['getpower_81',['getPower',['../class_nim_b_l_e_device.html#ae59445e712b468349099befca7a7be16',1,'NimBLEDevice']]],
+ ['getpower_81',['getPower',['../class_nim_b_l_e_device.html#a58742d313c683b98b47396383cb6ddfa',1,'NimBLEDevice']]],
['getprimaryphy_82',['getPrimaryPhy',['../class_nim_b_l_e_advertised_device.html#a927a8418e4078107e5bf457c0bb56cbc',1,'NimBLEAdvertisedDevice']]],
['getproperties_83',['getProperties',['../class_nim_b_l_e_characteristic.html#a0a7d8e25403d4045f0790a4baeb5248c',1,'NimBLECharacteristic']]],
['getprotocolmode_84',['getProtocolMode',['../class_nim_b_l_e_h_i_d_device.html#a1bdd21f3cc61d0128b06cdfd9588d6f5',1,'NimBLEHIDDevice']]],
diff --git a/search/all_1b.js b/search/all_1b.js
index 566b1802..1c7ba204 100644
--- a/search/all_1b.js
+++ b/search/all_1b.js
@@ -82,7 +82,7 @@ var searchData=
['setperiod_79',['setPeriod',['../class_nim_b_l_e_scan.html#aaace4d0b128b6294276347f6790f3f8b',1,'NimBLEScan']]],
['setphy_80',['setPhy',['../class_nim_b_l_e_scan.html#a17f2f775b5e6793f06a412f840d5dceb',1,'NimBLEScan']]],
['setpnp_81',['setPnp',['../class_nim_b_l_e_h_i_d_device.html#ab0495fb5fbee85277a14a0b9476a0239',1,'NimBLEHIDDevice']]],
- ['setpower_82',['setPower',['../class_nim_b_l_e_device.html#a2b45ce364bf3ee69959389c8cc70249c',1,'NimBLEDevice']]],
+ ['setpower_82',['setPower',['../class_nim_b_l_e_device.html#ac4c78fbf7344fbc0d6189e92a756db91',1,'NimBLEDevice']]],
['setpreferredparams_83',['setpreferredparams',['../class_nim_b_l_e_ext_advertisement.html#a2d95f2975f229386023348749305df43',1,'NimBLEExtAdvertisement::setPreferredParams()'],['../class_nim_b_l_e_advertising.html#a9dbb66ca66aa040731fcfd737f881469',1,'NimBLEAdvertising::setPreferredParams()'],['../class_nim_b_l_e_advertisement_data.html#acee3a78f4c8d69a1dc3df1f9af16632f',1,'NimBLEAdvertisementData::setPreferredParams()']]],
['setprimarychannels_84',['setPrimaryChannels',['../class_nim_b_l_e_ext_advertisement.html#ab6103c5e86949d0e334101353b109775',1,'NimBLEExtAdvertisement']]],
['setprimaryphy_85',['setPrimaryPhy',['../class_nim_b_l_e_ext_advertisement.html#ad8522542b90067e3a53076823d2087c3',1,'NimBLEExtAdvertisement']]],
diff --git a/search/all_2.js b/search/all_2.js
index 7ae67a2f..a3d03861 100644
--- a/search/all_2.js
+++ b/search/all_2.js
@@ -5,36 +5,38 @@ var searchData=
['2_201_201_202024_2012_2016_2',['[2.1.1] 2024-12-16',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16',1,'']]],
['2_201_202_202024_2012_2021_3',['[2.1.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21',1,'']]],
['2_201_203_202025_2001_2005_4',['[2.1.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05',1,'']]],
- ['2_202020_2009_2013_5',['[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_202021_2011_2020_6',['[1.3.2] - 2021-11-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20',1,'']]],
- ['2_202024_2006_2017_7',['[1.4.2] 2024-06-17',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17',1,'']]],
- ['2_20x_8',['Migrating from 1.x to 2.x',['../md_1_8x__to2_8x__migration__guide.html',1,'']]],
- ['20_9',['20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20',1,'[1.1.0] - 2021-01-20'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20',1,'[1.3.2] - 2021-11-20']]],
- ['2020_2008_2022_10',['[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_11',['[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_12',['[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_13',['[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_14',['[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_15',['[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_16',['[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,'']]],
- ['2021_2011_2020_17',['[1.3.2] - 2021-11-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20',1,'']]],
- ['2021_2011_2024_18',['[1.3.3] - 2021-11-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2021-11-24',1,'']]],
- ['2022_2001_2009_19',['[1.3.4] - 2022-01-09',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md134---2022-01-09',1,'']]],
- ['2022_2001_2014_20',['[1.3.5] - 2022-01-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md135---2022-01-14',1,'']]],
- ['2022_2001_2018_21',['[1.3.6] - 2022-01-18',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md136---2022-01-18',1,'']]],
- ['2022_2002_2015_22',['[1.3.7] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md137---2022-02-15',1,'']]],
- ['2022_2004_2027_23',['[1.3.8] - 2022-04-27',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27',1,'']]],
- ['2022_2007_2010_24',['[1.4.0] - 2022-07-10',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-10',1,'']]],
- ['2022_2010_2023_25',['[1.4.1] - 2022-10-23',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-23',1,'']]],
- ['2024_2006_2017_26',['[1.4.2] 2024-06-17',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17',1,'']]],
- ['2024_2011_2027_27',['[1.4.3] 2024-11-27',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md143-2024-11-27',1,'']]],
- ['2024_2012_2014_28',['[2.1.0] 2024-12-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14',1,'']]],
- ['2024_2012_2016_29',['[2.1.1] 2024-12-16',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16',1,'']]],
- ['2024_2012_2021_30',['[2.1.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21',1,'']]],
- ['2025_2001_2005_31',['[2.1.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05',1,'']]],
- ['21_32',['[2.1.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21',1,'']]],
- ['22_33',['[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,'']]],
- ['23_34',['[1.4.1] - 2022-10-23',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-23',1,'']]],
- ['24_35',['[1.3.3] - 2021-11-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2021-11-24',1,'']]],
- ['27_36',['27',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27',1,'[1.3.8] - 2022-04-27'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md143-2024-11-27',1,'[1.4.3] 2024-11-27']]]
+ ['2_202_200_202025_2001_2012_5',['[2.2.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-01-12',1,'']]],
+ ['2_202020_2009_2013_6',['[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_202021_2011_2020_7',['[1.3.2] - 2021-11-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20',1,'']]],
+ ['2_202024_2006_2017_8',['[1.4.2] 2024-06-17',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17',1,'']]],
+ ['2_20x_9',['Migrating from 1.x to 2.x',['../md_1_8x__to2_8x__migration__guide.html',1,'']]],
+ ['20_10',['20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md110---2021-01-20',1,'[1.1.0] - 2021-01-20'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20',1,'[1.3.2] - 2021-11-20']]],
+ ['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,'']]],
+ ['2021_2011_2020_18',['[1.3.2] - 2021-11-20',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md132---2021-11-20',1,'']]],
+ ['2021_2011_2024_19',['[1.3.3] - 2021-11-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2021-11-24',1,'']]],
+ ['2022_2001_2009_20',['[1.3.4] - 2022-01-09',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md134---2022-01-09',1,'']]],
+ ['2022_2001_2014_21',['[1.3.5] - 2022-01-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md135---2022-01-14',1,'']]],
+ ['2022_2001_2018_22',['[1.3.6] - 2022-01-18',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md136---2022-01-18',1,'']]],
+ ['2022_2002_2015_23',['[1.3.7] - 2022-02-15',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md137---2022-02-15',1,'']]],
+ ['2022_2004_2027_24',['[1.3.8] - 2022-04-27',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27',1,'']]],
+ ['2022_2007_2010_25',['[1.4.0] - 2022-07-10',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md140---2022-07-10',1,'']]],
+ ['2022_2010_2023_26',['[1.4.1] - 2022-10-23',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-23',1,'']]],
+ ['2024_2006_2017_27',['[1.4.2] 2024-06-17',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md142-2024-06-17',1,'']]],
+ ['2024_2011_2027_28',['[1.4.3] 2024-11-27',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md143-2024-11-27',1,'']]],
+ ['2024_2012_2014_29',['[2.1.0] 2024-12-14',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md210-2024-12-14',1,'']]],
+ ['2024_2012_2016_30',['[2.1.1] 2024-12-16',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md211-2024-12-16',1,'']]],
+ ['2024_2012_2021_31',['[2.1.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21',1,'']]],
+ ['2025_2001_2005_32',['[2.1.3] 2025-01-05',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md213-2025-01-05',1,'']]],
+ ['2025_2001_2012_33',['[2.2.0] 2025-01-12',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md220-2025-01-12',1,'']]],
+ ['21_34',['[2.1.2] 2024-12-21',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md212-2024-12-21',1,'']]],
+ ['22_35',['[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,'']]],
+ ['23_36',['[1.4.1] - 2022-10-23',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md141---2022-10-23',1,'']]],
+ ['24_37',['[1.3.3] - 2021-11-24',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md133---2021-11-24',1,'']]],
+ ['27_38',['27',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md138---2022-04-27',1,'[1.3.8] - 2022-04-27'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#autotoc_md143-2024-11-27',1,'[1.4.3] 2024-11-27']]]
];
diff --git a/search/all_a.js b/search/all_a.js
index 99f34ee5..e6b7732d 100644
--- a/search/all_a.js
+++ b/search/all_a.js
@@ -13,13 +13,13 @@ var searchData=
['addcharacteristic_10',['addCharacteristic',['../class_nim_b_l_e_service.html#af8215dbfdaf7ced32d6158f8ff5116e8',1,'NimBLEService']]],
['adddata_11',['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(const std::vector< uint8_t > &data)'],['../class_nim_b_l_e_advertisement_data.html#a67f4d6869eb2797bc78389adf20cb59e',1,'NimBLEAdvertisementData::addData(const uint8_t *data, size_t length)']]],
['adddescriptor_12',['addDescriptor',['../class_nim_b_l_e_characteristic.html#aed4b2241c89ad2a8f49117e2b9433e5b',1,'NimBLECharacteristic']]],
- ['added_13',['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-8',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-10',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-11',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-2',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-4',1,'Added'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-5',1,'Added']]],
+ ['added_13',['added',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#added-12',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-11',1,'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',1,'Added']]],
['addr_14',['addr',['../structble__gap__disc__desc.html#a6a67b49b8bbd80becce93504b8e72fa8',1,'ble_gap_disc_desc::addr'],['../structbt__mesh__model__pub.html#a408c9185168b962f7e7314f9a429fe8c',1,'bt_mesh_model_pub::addr'],['../structbt__mesh__msg__ctx.html#a2ead7791000e9a55ed1b92c40b84bc7a',1,'bt_mesh_msg_ctx::addr']]],
['address_20validity_15',['for checking random address validity',['../group___mask.html',1,'']]],
- ['addresses_16',['addresses',['../md__migration__guide.html#ble-addresses-1',1,'BLE Addresses'],['../md_1_8x__to2_8x__migration__guide.html#ble-addresses',1,'BLE Addresses']]],
+ ['addresses_16',['addresses',['../md_1_8x__to2_8x__migration__guide.html#ble-addresses',1,'BLE Addresses'],['../md__migration__guide.html#ble-addresses-1',1,'BLE Addresses']]],
['addservice_17',['addService',['../class_nim_b_l_e_server.html#a6eda4c9e0ac1dd031c678d4bf7da1d56',1,'NimBLEServer']]],
- ['addserviceuuid_18',['addserviceuuid',['../class_nim_b_l_e_advertisement_data.html#acbea9f95711b329a427919ecd9cbeb23',1,'NimBLEAdvertisementData::addServiceUUID()'],['../class_nim_b_l_e_advertising.html#a1bacfa32690f7e0c6f1172ea03c68c0d',1,'NimBLEAdvertising::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_advertising.html#a67c9589dff7e0ee3ec24f2c930d56c06',1,'NimBLEAdvertising::addServiceUUID()'],['../class_nim_b_l_e_advertisement_data.html#a4119cfc1dafeee9c32f9a08dbb213139',1,'NimBLEAdvertisementData::addServiceUUID()']]],
- ['addtxpower_19',['addtxpower',['../class_nim_b_l_e_ext_advertisement.html#ac9f82eb0112544b977eb1947ed308525',1,'NimBLEExtAdvertisement::addTxPower()'],['../class_nim_b_l_e_advertising.html#a0d3c5cb3a93416a4206abb1f8e443ebf',1,'NimBLEAdvertising::addTxPower()'],['../class_nim_b_l_e_advertisement_data.html#a3f227c597ec00f639e4bd26b80ce404b',1,'NimBLEAdvertisementData::addTxPower()']]],
+ ['addserviceuuid_18',['addserviceuuid',['../class_nim_b_l_e_ext_advertisement.html#a4b4bea2600ee592ffe6877fe8eac7872',1,'NimBLEExtAdvertisement::addServiceUUID(const char *serviceUUID)'],['../class_nim_b_l_e_ext_advertisement.html#a0e7a8731b021ba8813a3a9024171e926',1,'NimBLEExtAdvertisement::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../class_nim_b_l_e_advertising.html#a1bacfa32690f7e0c6f1172ea03c68c0d',1,'NimBLEAdvertising::addServiceUUID(const char *serviceUUID)'],['../class_nim_b_l_e_advertising.html#a67c9589dff7e0ee3ec24f2c930d56c06',1,'NimBLEAdvertising::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../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)']]],
+ ['addtxpower_19',['addtxpower',['../class_nim_b_l_e_ext_advertisement.html#aa423a004e031744463e82623142195d6',1,'NimBLEExtAdvertisement::addTxPower()'],['../class_nim_b_l_e_advertising.html#a0d3c5cb3a93416a4206abb1f8e443ebf',1,'NimBLEAdvertising::addTxPower()'],['../class_nim_b_l_e_advertisement_data.html#a3f227c597ec00f639e4bd26b80ce404b',1,'NimBLEAdvertisementData::addTxPower()']]],
['adv_5fcomplete_20',['adv_complete',['../structble__gap__event.html#ab4632605bcb4d34dba487bff3158354c',1,'ble_gap_event']]],
['advertised_20device_21',['Advertised Device',['../md_1_8x__to2_8x__migration__guide.html#advertised-device',1,'']]],
['advertiseondisconnect_22',['advertiseOnDisconnect',['../class_nim_b_l_e_server.html#aecf5b57888c55249a9c207d318a0495b',1,'NimBLEServer']]],
diff --git a/search/all_c.js b/search/all_c.js
index 658b167b..7ec740f7 100644
--- a/search/all_c.js
+++ b/search/all_c.js
@@ -25,7 +25,7 @@ var searchData=
['chained_20memory_20buffer_20mbuf_22',['Bluetooth Host chained memory buffer (mbuf)',['../group__bt__host__mbuf.html',1,'']]],
['chained_20memory_20buffers_23',['Chained Memory Buffers',['../group___o_s_mbuf.html',1,'']]],
['chan_24',['chan',['../structble__l2cap__event.html#a319b17c1240ae0d0dfb08841e0f2ee6b',1,'ble_l2cap_event']]],
- ['changed_25',['changed',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-1',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9',1,'Changed']]],
+ ['changed_25',['changed',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-11',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-14',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-13',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-1',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-2',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-3',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-12',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-4',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-5',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-6',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-7',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-8',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-9',1,'Changed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#changed-10',1,'Changed']]],
['changelog_26',['Changelog',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html',1,'']]],
['changes_27',['General changes',['../md_1_8x__to2_8x__migration__guide.html#general-changes',1,'']]],
['changes_20strong_28',['<strong>Breaking changes</strong>',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#breaking-changes',1,'']]],
@@ -66,13 +66,13 @@ var searchData=
['configuration_20client_20model_63',['Bluetooth Mesh Configuration Client Model',['../group__bt__mesh__cfg__cli.html',1,'']]],
['configuration_20server_20model_64',['Bluetooth Mesh Configuration Server Model',['../group__bt__mesh__cfg__srv.html',1,'']]],
['conn_65',['conn',['../structble__gap__event.html#a6091d938dccab7111eb18627e9759d93',1,'ble_gap_event']]],
- ['conn_5fhandle_66',['conn_handle',['../structble__gap__conn__desc.html#a7d9225e51272ee33e239f3eddf7b1380',1,'ble_gap_conn_desc::conn_handle'],['../structble__gap__event.html#a21d3166aae4495eed7b7327b4bb303fb',1,'ble_gap_event::conn_handle'],['../structble__l2cap__event.html#a6f594b943e9f2615160e3259e4346077',1,'ble_l2cap_event::conn_handle']]],
+ ['conn_5fhandle_66',['conn_handle',['../structble__gap__event.html#a21d3166aae4495eed7b7327b4bb303fb',1,'ble_gap_event::conn_handle'],['../structble__gap__conn__desc.html#a7d9225e51272ee33e239f3eddf7b1380',1,'ble_gap_conn_desc::conn_handle'],['../structble__l2cap__event.html#a6f594b943e9f2615160e3259e4346077',1,'ble_l2cap_event::conn_handle']]],
['conn_5fitvl_67',['conn_itvl',['../structble__gap__conn__desc.html#ad4b20b19147e54d21ea26ad78f5ed54f',1,'ble_gap_conn_desc']]],
['conn_5flatency_68',['conn_latency',['../structble__gap__conn__desc.html#a502e7ced5ee5f4f0b2aeda126994b96c',1,'ble_gap_conn_desc']]],
['conn_5fmode_69',['conn_mode',['../structble__gap__adv__params.html#aa1c42761193e11c9d7a633b60573e835',1,'ble_gap_adv_params']]],
['conn_5fupdate_70',['conn_update',['../structble__gap__event.html#ac6376906e7eea6e2e860adaec0a42129',1,'ble_gap_event']]],
['conn_5fupdate_5freq_71',['conn_update_req',['../structble__gap__event.html#a5d1e943213ada7d2dfe2026ae6172c36',1,'ble_gap_event']]],
- ['connect_72',['connect',['../structble__gap__event.html#afaeec6e70e98a529c5d1a7bca8b91959',1,'ble_gap_event::connect'],['../structble__l2cap__event.html#ae1d5abf70346cab0de39cb30380605b0',1,'ble_l2cap_event::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_72',['connect',['../structble__l2cap__event.html#ae1d5abf70346cab0de39cb30380605b0',1,'ble_l2cap_event::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)'],['../structble__gap__event.html#afaeec6e70e98a529c5d1a7bca8b91959',1,'ble_gap_event::connect']]],
['connectable_73',['connectable',['../structble__gap__slave__state.html#a2c1ddfe554e7748504ec5dc38c54338a',1,'ble_gap_slave_state']]],
['constants_2eh_74',['constants.h',['../constants_8h.html',1,'']]],
['contributing_75',['Contributing',['../readme.html#contributing',1,'']]],
diff --git a/search/all_f.js b/search/all_f.js
index 5043faed..079f3fe7 100644
--- a/search/all_f.js
+++ b/search/all_f.js
@@ -8,7 +8,7 @@ var searchData=
['filing_20bugs_5',['Filing Bugs',['../readme.html#filing-bugs',1,'']]],
['filter_5fduplicates_6',['filter_duplicates',['../structble__gap__disc__params.html#aec31e0f80b6f9bc642a64348d6dfeb7e',1,'ble_gap_disc_params']]],
['filter_5fpolicy_7',['filter_policy',['../structble__gap__disc__params.html#a2ca7738d35d9fb7773de8007fdc4004a',1,'ble_gap_disc_params::filter_policy'],['../structble__gap__adv__params.html#abe14b7798a82023ab077f0cbdfc9b540',1,'ble_gap_adv_params::filter_policy']]],
- ['fixed_8',['fixed',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-19',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-18',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-17',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-16',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-15',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-1',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8',1,'Fixed']]],
+ ['fixed_8',['fixed',['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-14',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-20',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-19',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-18',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-17',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-16',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-15',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-13',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-12',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-11',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-10',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-8',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-7',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-6',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-5',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-4',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-3',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-2',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-1',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed',1,'Fixed'],['../md__2github_2workspace_2_c_h_a_n_g_e_l_o_g.html#fixed-9',1,'Fixed']]],
['for_20apache_20mynewt_20core_9',['Coding Style for Apache Mynewt Core',['../md__2github_2workspace_2src_2nimble_2_c_o_d_i_n_g___s_t_a_n_d_a_r_d_s.html#coding-style-for-apache-mynewt-core',1,'']]],
['for_20apache_20nimble_10',['Coding Style for Apache NimBLE',['../md__2github_2workspace_2src_2nimble_2_c_o_d_i_n_g___s_t_a_n_d_a_r_d_s.html',1,'']]],
['for_20checking_20random_20address_20validity_11',['for checking random address validity',['../group___mask.html',1,'']]],
diff --git a/search/functions_1.js b/search/functions_1.js
index 20b259d4..e10304ca 100644
--- a/search/functions_1.js
+++ b/search/functions_1.js
@@ -5,7 +5,7 @@ var searchData=
['adddescriptor_2',['addDescriptor',['../class_nim_b_l_e_characteristic.html#aed4b2241c89ad2a8f49117e2b9433e5b',1,'NimBLECharacteristic']]],
['addservice_3',['addService',['../class_nim_b_l_e_server.html#a6eda4c9e0ac1dd031c678d4bf7da1d56',1,'NimBLEServer']]],
['addserviceuuid_4',['addserviceuuid',['../class_nim_b_l_e_advertising.html#a67c9589dff7e0ee3ec24f2c930d56c06',1,'NimBLEAdvertising::addServiceUUID()'],['../class_nim_b_l_e_ext_advertisement.html#a4b4bea2600ee592ffe6877fe8eac7872',1,'NimBLEExtAdvertisement::addServiceUUID(const char *serviceUUID)'],['../class_nim_b_l_e_ext_advertisement.html#a0e7a8731b021ba8813a3a9024171e926',1,'NimBLEExtAdvertisement::addServiceUUID(const NimBLEUUID &serviceUUID)'],['../class_nim_b_l_e_advertising.html#a1bacfa32690f7e0c6f1172ea03c68c0d',1,'NimBLEAdvertising::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)']]],
- ['addtxpower_5',['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#ac9f82eb0112544b977eb1947ed308525',1,'NimBLEExtAdvertisement::addTxPower()']]],
+ ['addtxpower_5',['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()']]],
['advertiseondisconnect_6',['advertiseOnDisconnect',['../class_nim_b_l_e_server.html#aecf5b57888c55249a9c207d318a0495b',1,'NimBLEServer']]],
['advtypetostring_7',['advTypeToString',['../class_nim_b_l_e_utils.html#a6de9354eeba9f126aa14cfa7ed43cda4',1,'NimBLEUtils']]],
['append_8',['append',['../class_nim_b_l_e_att_value.html#aa217dfc649daed50eb75c7168442f86e',1,'NimBLEAttValue']]]
diff --git a/search/functions_7.js b/search/functions_7.js
index 3c3c5c5e..f166d947 100644
--- a/search/functions_7.js
+++ b/search/functions_7.js
@@ -73,7 +73,7 @@ var searchData=
['getperiodicinterval_70',['getPeriodicInterval',['../class_nim_b_l_e_advertised_device.html#a899abd2a02e0c9bf941a998f4184a9ee',1,'NimBLEAdvertisedDevice']]],
['getphy_71',['getphy',['../class_nim_b_l_e_client.html#a6ca4e212d5b69d4759bd695def020525',1,'NimBLEClient::getPhy()'],['../class_nim_b_l_e_server.html#a709eb11532ec43a35f8653845b3158fc',1,'NimBLEServer::getPhy()']]],
['getpnp_72',['getPnp',['../class_nim_b_l_e_h_i_d_device.html#abda5099d23c7111e99d8d755565be84a',1,'NimBLEHIDDevice']]],
- ['getpower_73',['getPower',['../class_nim_b_l_e_device.html#ae59445e712b468349099befca7a7be16',1,'NimBLEDevice']]],
+ ['getpower_73',['getPower',['../class_nim_b_l_e_device.html#a58742d313c683b98b47396383cb6ddfa',1,'NimBLEDevice']]],
['getprimaryphy_74',['getPrimaryPhy',['../class_nim_b_l_e_advertised_device.html#a927a8418e4078107e5bf457c0bb56cbc',1,'NimBLEAdvertisedDevice']]],
['getproperties_75',['getProperties',['../class_nim_b_l_e_characteristic.html#a0a7d8e25403d4045f0790a4baeb5248c',1,'NimBLECharacteristic']]],
['getprotocolmode_76',['getProtocolMode',['../class_nim_b_l_e_h_i_d_device.html#a1bdd21f3cc61d0128b06cdfd9588d6f5',1,'NimBLEHIDDevice']]],
diff --git a/search/functions_f.js b/search/functions_f.js
index 72d3179b..f7de5631 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -60,7 +60,7 @@ var searchData=
['setperiod_57',['setPeriod',['../class_nim_b_l_e_scan.html#aaace4d0b128b6294276347f6790f3f8b',1,'NimBLEScan']]],
['setphy_58',['setPhy',['../class_nim_b_l_e_scan.html#a17f2f775b5e6793f06a412f840d5dceb',1,'NimBLEScan']]],
['setpnp_59',['setPnp',['../class_nim_b_l_e_h_i_d_device.html#ab0495fb5fbee85277a14a0b9476a0239',1,'NimBLEHIDDevice']]],
- ['setpower_60',['setPower',['../class_nim_b_l_e_device.html#a2b45ce364bf3ee69959389c8cc70249c',1,'NimBLEDevice']]],
+ ['setpower_60',['setPower',['../class_nim_b_l_e_device.html#ac4c78fbf7344fbc0d6189e92a756db91',1,'NimBLEDevice']]],
['setpreferredparams_61',['setpreferredparams',['../class_nim_b_l_e_advertisement_data.html#acee3a78f4c8d69a1dc3df1f9af16632f',1,'NimBLEAdvertisementData::setPreferredParams()'],['../class_nim_b_l_e_advertising.html#a9dbb66ca66aa040731fcfd737f881469',1,'NimBLEAdvertising::setPreferredParams()'],['../class_nim_b_l_e_ext_advertisement.html#a2d95f2975f229386023348749305df43',1,'NimBLEExtAdvertisement::setPreferredParams(uint16_t min, uint16_t max)']]],
['setprimarychannels_62',['setPrimaryChannels',['../class_nim_b_l_e_ext_advertisement.html#ab6103c5e86949d0e334101353b109775',1,'NimBLEExtAdvertisement']]],
['setprimaryphy_63',['setPrimaryPhy',['../class_nim_b_l_e_ext_advertisement.html#ad8522542b90067e3a53076823d2087c3',1,'NimBLEExtAdvertisement']]],
diff --git a/settings_8h_source.html b/settings_8h_source.html
index 374dc1c7..86c9b521 100644
--- a/settings_8h_source.html
+++ b/settings_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/sha256_8h.html b/sha256_8h.html
index 843829b4..a4f53283 100644
--- a/sha256_8h.html
+++ b/sha256_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/sha256_8h_source.html b/sha256_8h_source.html
index d8705674..eb8e6e3b 100644
--- a/sha256_8h_source.html
+++ b/sha256_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/shell_8c.html b/shell_8c.html
index 8e09e00d..118c51d9 100644
--- a/shell_8c.html
+++ b/shell_8c.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/shell_8h_source.html b/shell_8h_source.html
index d7882269..d48ddffc 100644
--- a/shell_8h_source.html
+++ b/shell_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/slist_8h.html b/slist_8h.html
index 86b9ed5a..06bf0594 100644
--- a/slist_8h.html
+++ b/slist_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/slist_8h_source.html b/slist_8h_source.html
index 17972524..8ad38169 100644
--- a/slist_8h_source.html
+++ b/slist_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/src_2access_8h_source.html b/src_2access_8h_source.html
index 1de73ceb..1d7b0f2a 100644
--- a/src_2access_8h_source.html
+++ b/src_2access_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/src_2atomic_8h_source.html b/src_2atomic_8h_source.html
index 57308b10..615a945c 100644
--- a/src_2atomic_8h_source.html
+++ b/src_2atomic_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/src_2cfg_8h_source.html b/src_2cfg_8h_source.html
index 27b912a7..ff8b085c 100644
--- a/src_2cfg_8h_source.html
+++ b/src_2cfg_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/src_2heartbeat_8h_source.html b/src_2heartbeat_8h_source.html
index 4c142acb..0d3bdd3f 100644
--- a/src_2heartbeat_8h_source.html
+++ b/src_2heartbeat_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/src_2proxy_8h_source.html b/src_2proxy_8h_source.html
index c9376168..322a5de0 100644
--- a/src_2proxy_8h_source.html
+++ b/src_2proxy_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/stats_8h_source.html b/stats_8h_source.html
index 2f06025b..7f30e8b6 100644
--- a/stats_8h_source.html
+++ b/stats_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/storage__port_8h_source.html b/storage__port_8h_source.html
index 8c6feae2..dc8cbc3d 100644
--- a/storage__port_8h_source.html
+++ b/storage__port_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/struct_nim_b_l_e_task_data-members.html b/struct_nim_b_l_e_task_data-members.html
index 7afa129a..f331864e 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 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/struct_nim_b_l_e_task_data.html b/struct_nim_b_l_e_task_data.html
index 95c6e423..db1fed0d 100644
--- a/struct_nim_b_l_e_task_data.html
+++ b/struct_nim_b_l_e_task_data.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__att__find__info__idata-members.html b/structble__att__find__info__idata-members.html
index be4c3aea..5d9fd434 100644
--- a/structble__att__find__info__idata-members.html
+++ b/structble__att__find__info__idata-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__att__find__info__idata.html b/structble__att__find__info__idata.html
index f2aa98ec..a7ca908a 100644
--- a/structble__att__find__info__idata.html
+++ b/structble__att__find__info__idata.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__att__find__type__value__hinfo-members.html b/structble__att__find__type__value__hinfo-members.html
index b525914c..8fd52d4d 100644
--- a/structble__att__find__type__value__hinfo-members.html
+++ b/structble__att__find__type__value__hinfo-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__att__find__type__value__hinfo.html b/structble__att__find__type__value__hinfo.html
index 21a96f19..c1abdd2c 100644
--- a/structble__att__find__type__value__hinfo.html
+++ b/structble__att__find__type__value__hinfo.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__att__read__group__type__adata-members.html b/structble__att__read__group__type__adata-members.html
index 04e0cda2..faeb9505 100644
--- a/structble__att__read__group__type__adata-members.html
+++ b/structble__att__read__group__type__adata-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__att__read__group__type__adata.html b/structble__att__read__group__type__adata.html
index 9e67eb7c..35e675c6 100644
--- a/structble__att__read__group__type__adata.html
+++ b/structble__att__read__group__type__adata.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__att__read__type__adata-members.html b/structble__att__read__type__adata-members.html
index ee1c2eac..1b3d2a66 100644
--- a/structble__att__read__type__adata-members.html
+++ b/structble__att__read__type__adata-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__att__read__type__adata.html b/structble__att__read__type__adata.html
index 7320ebac..81ce26be 100644
--- a/structble__att__read__type__adata.html
+++ b/structble__att__read__type__adata.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__adv__params-members.html b/structble__gap__adv__params-members.html
index 4e498131..3916d529 100644
--- a/structble__gap__adv__params-members.html
+++ b/structble__gap__adv__params-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__adv__params.html b/structble__gap__adv__params.html
index adff31ce..db129ab7 100644
--- a/structble__gap__adv__params.html
+++ b/structble__gap__adv__params.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__conn__desc-members.html b/structble__gap__conn__desc-members.html
index 3a97426e..10699a61 100644
--- a/structble__gap__conn__desc-members.html
+++ b/structble__gap__conn__desc-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__conn__desc.html b/structble__gap__conn__desc.html
index 1b87bce4..b5d2c8a0 100644
--- a/structble__gap__conn__desc.html
+++ b/structble__gap__conn__desc.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__conn__params-members.html b/structble__gap__conn__params-members.html
index 1ba68fdc..c2c2b2f9 100644
--- a/structble__gap__conn__params-members.html
+++ b/structble__gap__conn__params-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__conn__params.html b/structble__gap__conn__params.html
index a5d932df..f14f0827 100644
--- a/structble__gap__conn__params.html
+++ b/structble__gap__conn__params.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__disc__desc-members.html b/structble__gap__disc__desc-members.html
index 903870e4..4656a413 100644
--- a/structble__gap__disc__desc-members.html
+++ b/structble__gap__disc__desc-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__disc__desc.html b/structble__gap__disc__desc.html
index 25ba7905..3c22b157 100644
--- a/structble__gap__disc__desc.html
+++ b/structble__gap__disc__desc.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__disc__params-members.html b/structble__gap__disc__params-members.html
index 9a13cc1e..eb72679c 100644
--- a/structble__gap__disc__params-members.html
+++ b/structble__gap__disc__params-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__disc__params.html b/structble__gap__disc__params.html
index f59bd2f2..27941e31 100644
--- a/structble__gap__disc__params.html
+++ b/structble__gap__disc__params.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__event-members.html b/structble__gap__event-members.html
index 0dfa115a..5837c0ba 100644
--- a/structble__gap__event-members.html
+++ b/structble__gap__event-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__event.html b/structble__gap__event.html
index 66ec2dc2..9fcd76f1 100644
--- a/structble__gap__event.html
+++ b/structble__gap__event.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__event__listener-members.html b/structble__gap__event__listener-members.html
index 09ad4a55..394e91aa 100644
--- a/structble__gap__event__listener-members.html
+++ b/structble__gap__event__listener-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__event__listener.html b/structble__gap__event__listener.html
index 8623b8a5..59d32dc2 100644
--- a/structble__gap__event__listener.html
+++ b/structble__gap__event__listener.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__ext__disc__params-members.html b/structble__gap__ext__disc__params-members.html
index 7c140c0c..b0510078 100644
--- a/structble__gap__ext__disc__params-members.html
+++ b/structble__gap__ext__disc__params-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__ext__disc__params.html b/structble__gap__ext__disc__params.html
index 266b8a3f..c101080b 100644
--- a/structble__gap__ext__disc__params.html
+++ b/structble__gap__ext__disc__params.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__master__state-members.html b/structble__gap__master__state-members.html
index d58c97fb..0d69fbbe 100644
--- a/structble__gap__master__state-members.html
+++ b/structble__gap__master__state-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__master__state.html b/structble__gap__master__state.html
index 7b166ae4..33485003 100644
--- a/structble__gap__master__state.html
+++ b/structble__gap__master__state.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__passkey__params-members.html b/structble__gap__passkey__params-members.html
index 5e3e8784..451ea998 100644
--- a/structble__gap__passkey__params-members.html
+++ b/structble__gap__passkey__params-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__passkey__params.html b/structble__gap__passkey__params.html
index cb17ea47..a4a99337 100644
--- a/structble__gap__passkey__params.html
+++ b/structble__gap__passkey__params.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__sec__state-members.html b/structble__gap__sec__state-members.html
index 6607d595..665087d7 100644
--- a/structble__gap__sec__state-members.html
+++ b/structble__gap__sec__state-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__sec__state.html b/structble__gap__sec__state.html
index 522241de..6da48fb1 100644
--- a/structble__gap__sec__state.html
+++ b/structble__gap__sec__state.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__slave__state-members.html b/structble__gap__slave__state-members.html
index 96d4a5f5..180e641d 100644
--- a/structble__gap__slave__state-members.html
+++ b/structble__gap__slave__state-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__slave__state.html b/structble__gap__slave__state.html
index 1c4e528d..df5d8cca 100644
--- a/structble__gap__slave__state.html
+++ b/structble__gap__slave__state.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__upd__params-members.html b/structble__gap__upd__params-members.html
index 0f2e8bb6..735df593 100644
--- a/structble__gap__upd__params-members.html
+++ b/structble__gap__upd__params-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gap__upd__params.html b/structble__gap__upd__params.html
index d6eaa094..978d544d 100644
--- a/structble__gap__upd__params.html
+++ b/structble__gap__upd__params.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gatt__access__ctxt-members.html b/structble__gatt__access__ctxt-members.html
index a0db7bf7..2272488a 100644
--- a/structble__gatt__access__ctxt-members.html
+++ b/structble__gatt__access__ctxt-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gatt__access__ctxt.html b/structble__gatt__access__ctxt.html
index cb0c8f02..fbf57ee7 100644
--- a/structble__gatt__access__ctxt.html
+++ b/structble__gatt__access__ctxt.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gatt__cpfd-members.html b/structble__gatt__cpfd-members.html
index 406aabba..8f53546d 100644
--- a/structble__gatt__cpfd-members.html
+++ b/structble__gatt__cpfd-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gatt__cpfd.html b/structble__gatt__cpfd.html
index bd3fa45b..5ea895a9 100644
--- a/structble__gatt__cpfd.html
+++ b/structble__gatt__cpfd.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gatt__register__ctxt-members.html b/structble__gatt__register__ctxt-members.html
index eed83706..0bf767f6 100644
--- a/structble__gatt__register__ctxt-members.html
+++ b/structble__gatt__register__ctxt-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gatt__register__ctxt.html b/structble__gatt__register__ctxt.html
index ee5b2f99..b28cfe45 100644
--- a/structble__gatt__register__ctxt.html
+++ b/structble__gatt__register__ctxt.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gatt__resources-members.html b/structble__gatt__resources-members.html
index af94a563..3d91bd32 100644
--- a/structble__gatt__resources-members.html
+++ b/structble__gatt__resources-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__gatt__resources.html b/structble__gatt__resources.html
index 6f0b47cb..d896806e 100644
--- a/structble__gatt__resources.html
+++ b/structble__gatt__resources.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__hs__cfg-members.html b/structble__hs__cfg-members.html
index fa1c54d7..790dd627 100644
--- a/structble__hs__cfg-members.html
+++ b/structble__hs__cfg-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__hs__cfg.html b/structble__hs__cfg.html
index cd33c28a..b6b80602 100644
--- a/structble__hs__cfg.html
+++ b/structble__hs__cfg.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__hs__hci__evt__dispatch__entry-members.html b/structble__hs__hci__evt__dispatch__entry-members.html
index e52d24bf..4fffb9fc 100644
--- a/structble__hs__hci__evt__dispatch__entry-members.html
+++ b/structble__hs__hci__evt__dispatch__entry-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__hs__hci__evt__dispatch__entry.html b/structble__hs__hci__evt__dispatch__entry.html
index 3e1dd322..264fe40a 100644
--- a/structble__hs__hci__evt__dispatch__entry.html
+++ b/structble__hs__hci__evt__dispatch__entry.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__hs__stop__listener-members.html b/structble__hs__stop__listener-members.html
index d9a755d4..d0f79ee7 100644
--- a/structble__hs__stop__listener-members.html
+++ b/structble__hs__stop__listener-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__hs__stop__listener.html b/structble__hs__stop__listener.html
index 2f8c41f4..57c63277 100644
--- a/structble__hs__stop__listener.html
+++ b/structble__hs__stop__listener.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__l2cap__event-members.html b/structble__l2cap__event-members.html
index 6a3734cf..cb8b711b 100644
--- a/structble__l2cap__event-members.html
+++ b/structble__l2cap__event-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__l2cap__event.html b/structble__l2cap__event.html
index 951d289a..c7a1fd70 100644
--- a/structble__l2cap__event.html
+++ b/structble__l2cap__event.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__ll__conn__phy__data-members.html b/structble__ll__conn__phy__data-members.html
index 654e7ee4..65b65d96 100644
--- a/structble__ll__conn__phy__data-members.html
+++ b/structble__ll__conn__phy__data-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__ll__conn__phy__data.html b/structble__ll__conn__phy__data.html
index f1a59cd8..2ecfd17e 100644
--- a/structble__ll__conn__phy__data.html
+++ b/structble__ll__conn__phy__data.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__dhkey__check-members.html b/structble__sm__dhkey__check-members.html
index 20f0a49b..a3b9b96a 100644
--- a/structble__sm__dhkey__check-members.html
+++ b/structble__sm__dhkey__check-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__dhkey__check.html b/structble__sm__dhkey__check.html
index 0ad457ba..6eee54d7 100644
--- a/structble__sm__dhkey__check.html
+++ b/structble__sm__dhkey__check.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__enc__info-members.html b/structble__sm__enc__info-members.html
index c3e99ac6..048d28f7 100644
--- a/structble__sm__enc__info-members.html
+++ b/structble__sm__enc__info-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__enc__info.html b/structble__sm__enc__info.html
index a45faa63..42930af4 100644
--- a/structble__sm__enc__info.html
+++ b/structble__sm__enc__info.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__id__addr__info-members.html b/structble__sm__id__addr__info-members.html
index f000906b..cc6b9311 100644
--- a/structble__sm__id__addr__info-members.html
+++ b/structble__sm__id__addr__info-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__id__addr__info.html b/structble__sm__id__addr__info.html
index 58c54ce3..abafd7c1 100644
--- a/structble__sm__id__addr__info.html
+++ b/structble__sm__id__addr__info.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__id__info-members.html b/structble__sm__id__info-members.html
index b2cb8a88..c97d57af 100644
--- a/structble__sm__id__info-members.html
+++ b/structble__sm__id__info-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__id__info.html b/structble__sm__id__info.html
index 5ec75de8..627fd597 100644
--- a/structble__sm__id__info.html
+++ b/structble__sm__id__info.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__master__id-members.html b/structble__sm__master__id-members.html
index 6573e4a6..54330bb0 100644
--- a/structble__sm__master__id-members.html
+++ b/structble__sm__master__id-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__master__id.html b/structble__sm__master__id.html
index 9e601edd..e0c03a9b 100644
--- a/structble__sm__master__id.html
+++ b/structble__sm__master__id.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__pair__cmd-members.html b/structble__sm__pair__cmd-members.html
index 510a0827..4dfa4b76 100644
--- a/structble__sm__pair__cmd-members.html
+++ b/structble__sm__pair__cmd-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__pair__cmd.html b/structble__sm__pair__cmd.html
index d2eb3989..ca47c8bc 100644
--- a/structble__sm__pair__cmd.html
+++ b/structble__sm__pair__cmd.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__pair__confirm-members.html b/structble__sm__pair__confirm-members.html
index 038e99c6..065ee123 100644
--- a/structble__sm__pair__confirm-members.html
+++ b/structble__sm__pair__confirm-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__pair__confirm.html b/structble__sm__pair__confirm.html
index 85391207..3f34e182 100644
--- a/structble__sm__pair__confirm.html
+++ b/structble__sm__pair__confirm.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__pair__fail-members.html b/structble__sm__pair__fail-members.html
index e3aebd81..b99e5370 100644
--- a/structble__sm__pair__fail-members.html
+++ b/structble__sm__pair__fail-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__pair__fail.html b/structble__sm__pair__fail.html
index 61086363..3819f650 100644
--- a/structble__sm__pair__fail.html
+++ b/structble__sm__pair__fail.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__pair__random-members.html b/structble__sm__pair__random-members.html
index e83f6a3e..4baaa3c6 100644
--- a/structble__sm__pair__random-members.html
+++ b/structble__sm__pair__random-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__pair__random.html b/structble__sm__pair__random.html
index f099902d..86348cc7 100644
--- a/structble__sm__pair__random.html
+++ b/structble__sm__pair__random.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__public__key-members.html b/structble__sm__public__key-members.html
index 10d1f1a9..20835c07 100644
--- a/structble__sm__public__key-members.html
+++ b/structble__sm__public__key-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__public__key.html b/structble__sm__public__key.html
index 5d00600e..539be290 100644
--- a/structble__sm__public__key.html
+++ b/structble__sm__public__key.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__sec__req-members.html b/structble__sm__sec__req-members.html
index 26563278..accddf05 100644
--- a/structble__sm__sec__req-members.html
+++ b/structble__sm__sec__req-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__sec__req.html b/structble__sm__sec__req.html
index d69fcdcb..5dbcb57c 100644
--- a/structble__sm__sec__req.html
+++ b/structble__sm__sec__req.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__sign__info-members.html b/structble__sm__sign__info-members.html
index ef7f355a..8997c1bb 100644
--- a/structble__sm__sign__info-members.html
+++ b/structble__sm__sign__info-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__sm__sign__info.html b/structble__sm__sign__info.html
index a037cba0..ed8ad1b7 100644
--- a/structble__sm__sign__info.html
+++ b/structble__sm__sign__info.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__store__key__cccd-members.html b/structble__store__key__cccd-members.html
index 9d187ba1..7e78ccb0 100644
--- a/structble__store__key__cccd-members.html
+++ b/structble__store__key__cccd-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__store__key__cccd.html b/structble__store__key__cccd.html
index f76467b3..73a6f541 100644
--- a/structble__store__key__cccd.html
+++ b/structble__store__key__cccd.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__store__key__sec-members.html b/structble__store__key__sec-members.html
index 625338c8..99342ef5 100644
--- a/structble__store__key__sec-members.html
+++ b/structble__store__key__sec-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__store__key__sec.html b/structble__store__key__sec.html
index 7db97b5b..4c62d4c2 100644
--- a/structble__store__key__sec.html
+++ b/structble__store__key__sec.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__store__value__cccd-members.html b/structble__store__value__cccd-members.html
index c996fa8f..99ac08a3 100644
--- a/structble__store__value__cccd-members.html
+++ b/structble__store__value__cccd-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__store__value__cccd.html b/structble__store__value__cccd.html
index dc6d8c88..f9c75cbb 100644
--- a/structble__store__value__cccd.html
+++ b/structble__store__value__cccd.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__store__value__sec-members.html b/structble__store__value__sec-members.html
index 2e898894..51ca2abe 100644
--- a/structble__store__value__sec-members.html
+++ b/structble__store__value__sec-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__store__value__sec.html b/structble__store__value__sec.html
index dd633a0f..3617fac7 100644
--- a/structble__store__value__sec.html
+++ b/structble__store__value__sec.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__uuid128__t-members.html b/structble__uuid128__t-members.html
index 80598d52..5cabbfc3 100644
--- a/structble__uuid128__t-members.html
+++ b/structble__uuid128__t-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__uuid128__t.html b/structble__uuid128__t.html
index 3b8e1000..b898f9c2 100644
--- a/structble__uuid128__t.html
+++ b/structble__uuid128__t.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__uuid16__t-members.html b/structble__uuid16__t-members.html
index 5665a0a0..3da4d042 100644
--- a/structble__uuid16__t-members.html
+++ b/structble__uuid16__t-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__uuid16__t.html b/structble__uuid16__t.html
index a3258f2f..a60cd33e 100644
--- a/structble__uuid16__t.html
+++ b/structble__uuid16__t.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__uuid32__t-members.html b/structble__uuid32__t-members.html
index fb29c723..22175f76 100644
--- a/structble__uuid32__t-members.html
+++ b/structble__uuid32__t-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__uuid32__t.html b/structble__uuid32__t.html
index 20335fe9..13c48ecf 100644
--- a/structble__uuid32__t.html
+++ b/structble__uuid32__t.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__uuid__t-members.html b/structble__uuid__t-members.html
index 8cc43c7b..a2faecab 100644
--- a/structble__uuid__t-members.html
+++ b/structble__uuid__t-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structble__uuid__t.html b/structble__uuid__t.html
index 3d7faf5b..545222d7 100644
--- a/structble__uuid__t.html
+++ b/structble__uuid__t.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__data-members.html b/structbt__data-members.html
index a41f3db5..2939a865 100644
--- a/structbt__data-members.html
+++ b/structbt__data-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__data.html b/structbt__data.html
index d8bc7fa5..ef867587 100644
--- a/structbt__data.html
+++ b/structbt__data.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__le__adv__param-members.html b/structbt__le__adv__param-members.html
index 41061a25..d4405fe9 100644
--- a/structbt__le__adv__param-members.html
+++ b/structbt__le__adv__param-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__le__adv__param.html b/structbt__le__adv__param.html
index 7080ab30..fb81f588 100644
--- a/structbt__le__adv__param.html
+++ b/structbt__le__adv__param.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__app__key__cb-members.html b/structbt__mesh__app__key__cb-members.html
index 5b7ee95b..099aee6b 100644
--- a/structbt__mesh__app__key__cb-members.html
+++ b/structbt__mesh__app__key__cb-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__app__key__cb.html b/structbt__mesh__app__key__cb.html
index cc00c571..14227c4c 100644
--- a/structbt__mesh__app__key__cb.html
+++ b/structbt__mesh__app__key__cb.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__cfg__cli-members.html b/structbt__mesh__cfg__cli-members.html
index 07525383..1d17fb2f 100644
--- a/structbt__mesh__cfg__cli-members.html
+++ b/structbt__mesh__cfg__cli-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__cfg__cli.html b/structbt__mesh__cfg__cli.html
index 751aab29..c682fa88 100644
--- a/structbt__mesh__cfg__cli.html
+++ b/structbt__mesh__cfg__cli.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__comp-members.html b/structbt__mesh__comp-members.html
index 0c955d03..13801790 100644
--- a/structbt__mesh__comp-members.html
+++ b/structbt__mesh__comp-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__comp.html b/structbt__mesh__comp.html
index af8b856b..0f189be6 100644
--- a/structbt__mesh__comp.html
+++ b/structbt__mesh__comp.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__dev__capabilities-members.html b/structbt__mesh__dev__capabilities-members.html
index 91b3ccb2..a5eb5057 100644
--- a/structbt__mesh__dev__capabilities-members.html
+++ b/structbt__mesh__dev__capabilities-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__dev__capabilities.html b/structbt__mesh__dev__capabilities.html
index d32c37c6..a6da35f5 100644
--- a/structbt__mesh__dev__capabilities.html
+++ b/structbt__mesh__dev__capabilities.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__elem-members.html b/structbt__mesh__elem-members.html
index 9b0f416c..6f6a8a05 100644
--- a/structbt__mesh__elem-members.html
+++ b/structbt__mesh__elem-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__elem.html b/structbt__mesh__elem.html
index 7963dd14..6888d83c 100644
--- a/structbt__mesh__elem.html
+++ b/structbt__mesh__elem.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__hb__cb-members.html b/structbt__mesh__hb__cb-members.html
index aaf7607f..c1ae268b 100644
--- a/structbt__mesh__hb__cb-members.html
+++ b/structbt__mesh__hb__cb-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__hb__cb.html b/structbt__mesh__hb__cb.html
index 9871c722..d814ed58 100644
--- a/structbt__mesh__hb__cb.html
+++ b/structbt__mesh__hb__cb.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__hb__pub-members.html b/structbt__mesh__hb__pub-members.html
index dd47f87c..75732e85 100644
--- a/structbt__mesh__hb__pub-members.html
+++ b/structbt__mesh__hb__pub-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__hb__pub.html b/structbt__mesh__hb__pub.html
index e7d8373d..3c1f34cd 100644
--- a/structbt__mesh__hb__pub.html
+++ b/structbt__mesh__hb__pub.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__hb__sub-members.html b/structbt__mesh__hb__sub-members.html
index 9dc7bfc2..54f24187 100644
--- a/structbt__mesh__hb__sub-members.html
+++ b/structbt__mesh__hb__sub-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__hb__sub.html b/structbt__mesh__hb__sub.html
index 2ee887e1..4a9c1f9c 100644
--- a/structbt__mesh__hb__sub.html
+++ b/structbt__mesh__hb__sub.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__health__cli-members.html b/structbt__mesh__health__cli-members.html
index 72e0f86c..34530518 100644
--- a/structbt__mesh__health__cli-members.html
+++ b/structbt__mesh__health__cli-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__health__cli.html b/structbt__mesh__health__cli.html
index 7ea2a1bb..0a60bbf2 100644
--- a/structbt__mesh__health__cli.html
+++ b/structbt__mesh__health__cli.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__health__srv-members.html b/structbt__mesh__health__srv-members.html
index 283bbf68..ef896db3 100644
--- a/structbt__mesh__health__srv-members.html
+++ b/structbt__mesh__health__srv-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__health__srv.html b/structbt__mesh__health__srv.html
index 32e7b5b6..08145bed 100644
--- a/structbt__mesh__health__srv.html
+++ b/structbt__mesh__health__srv.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__mod__id__vnd-members.html b/structbt__mesh__mod__id__vnd-members.html
index 40d49c1e..75f39891 100644
--- a/structbt__mesh__mod__id__vnd-members.html
+++ b/structbt__mesh__mod__id__vnd-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__mod__id__vnd.html b/structbt__mesh__mod__id__vnd.html
index bd12dccb..3fbce77d 100644
--- a/structbt__mesh__mod__id__vnd.html
+++ b/structbt__mesh__mod__id__vnd.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__model-members.html b/structbt__mesh__model-members.html
index 75382aac..cc61ea4a 100644
--- a/structbt__mesh__model-members.html
+++ b/structbt__mesh__model-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__model.html b/structbt__mesh__model.html
index d61ad9cf..e7aefd0a 100644
--- a/structbt__mesh__model.html
+++ b/structbt__mesh__model.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__model__cb-members.html b/structbt__mesh__model__cb-members.html
index 839e5876..f9de55e5 100644
--- a/structbt__mesh__model__cb-members.html
+++ b/structbt__mesh__model__cb-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__model__cb.html b/structbt__mesh__model__cb.html
index 304fbac8..a7f55aa6 100644
--- a/structbt__mesh__model__cb.html
+++ b/structbt__mesh__model__cb.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__model__pub-members.html b/structbt__mesh__model__pub-members.html
index 28bf4562..10a1f6ea 100644
--- a/structbt__mesh__model__pub-members.html
+++ b/structbt__mesh__model__pub-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__model__pub.html b/structbt__mesh__model__pub.html
index fa1412f0..9f150e56 100644
--- a/structbt__mesh__model__pub.html
+++ b/structbt__mesh__model__pub.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__msg__ack__ctx-members.html b/structbt__mesh__msg__ack__ctx-members.html
index bd65b9c5..8d97ab98 100644
--- a/structbt__mesh__msg__ack__ctx-members.html
+++ b/structbt__mesh__msg__ack__ctx-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__msg__ack__ctx.html b/structbt__mesh__msg__ack__ctx.html
index 93c6b2dc..4f32fd7a 100644
--- a/structbt__mesh__msg__ack__ctx.html
+++ b/structbt__mesh__msg__ack__ctx.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__msg__ctx-members.html b/structbt__mesh__msg__ctx-members.html
index c3fcd076..749719f9 100644
--- a/structbt__mesh__msg__ctx-members.html
+++ b/structbt__mesh__msg__ctx-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__msg__ctx.html b/structbt__mesh__msg__ctx.html
index 7a5e4d9a..50a7c3be 100644
--- a/structbt__mesh__msg__ctx.html
+++ b/structbt__mesh__msg__ctx.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__net__cred-members.html b/structbt__mesh__net__cred-members.html
index a7b40d87..94cf349e 100644
--- a/structbt__mesh__net__cred-members.html
+++ b/structbt__mesh__net__cred-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__net__cred.html b/structbt__mesh__net__cred.html
index 2981afa4..3d94ad35 100644
--- a/structbt__mesh__net__cred.html
+++ b/structbt__mesh__net__cred.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__prov-members.html b/structbt__mesh__prov-members.html
index 0faef614..b62ec43d 100644
--- a/structbt__mesh__prov-members.html
+++ b/structbt__mesh__prov-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__prov.html b/structbt__mesh__prov.html
index 2082b570..ccd488b9 100644
--- a/structbt__mesh__prov.html
+++ b/structbt__mesh__prov.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__prov__role-members.html b/structbt__mesh__prov__role-members.html
index c8c55258..bda12959 100644
--- a/structbt__mesh__prov__role-members.html
+++ b/structbt__mesh__prov__role-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__prov__role.html b/structbt__mesh__prov__role.html
index e9d06e88..bafaccdd 100644
--- a/structbt__mesh__prov__role.html
+++ b/structbt__mesh__prov__role.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__subnet-members.html b/structbt__mesh__subnet-members.html
index 9c60b566..160db179 100644
--- a/structbt__mesh__subnet-members.html
+++ b/structbt__mesh__subnet-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__subnet.html b/structbt__mesh__subnet.html
index ccf3b7cc..a610833f 100644
--- a/structbt__mesh__subnet.html
+++ b/structbt__mesh__subnet.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__subnet__cb-members.html b/structbt__mesh__subnet__cb-members.html
index 45353d07..7a49d446 100644
--- a/structbt__mesh__subnet__cb-members.html
+++ b/structbt__mesh__subnet__cb-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__mesh__subnet__cb.html b/structbt__mesh__subnet__cb.html
index 9755a08e..fbf7a9a6 100644
--- a/structbt__mesh__subnet__cb.html
+++ b/structbt__mesh__subnet__cb.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__test__cb-members.html b/structbt__test__cb-members.html
index 5962118b..da9448db 100644
--- a/structbt__test__cb-members.html
+++ b/structbt__test__cb-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structbt__test__cb.html b/structbt__test__cb.html
index 9e191b73..7b136f39 100644
--- a/structbt__test__cb.html
+++ b/structbt__test__cb.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structhal__timer-members.html b/structhal__timer-members.html
index e9fa7fdf..40592da2 100644
--- a/structhal__timer-members.html
+++ b/structhal__timer-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structhal__timer.html b/structhal__timer.html
index 108daa8e..9c736673 100644
--- a/structhal__timer.html
+++ b/structhal__timer.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structk__mem__slab-members.html b/structk__mem__slab-members.html
index 659dd14e..e8d2b23b 100644
--- a/structk__mem__slab-members.html
+++ b/structk__mem__slab-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structk__mem__slab.html b/structk__mem__slab.html
index 3d921560..4857471e 100644
--- a/structk__mem__slab.html
+++ b/structk__mem__slab.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mbuf-members.html b/structos__mbuf-members.html
index 093a92b0..9ad1dd27 100644
--- a/structos__mbuf-members.html
+++ b/structos__mbuf-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mbuf.html b/structos__mbuf.html
index 5a73bb89..7b01d326 100644
--- a/structos__mbuf.html
+++ b/structos__mbuf.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mbuf__pkthdr-members.html b/structos__mbuf__pkthdr-members.html
index 33336344..df50cfa7 100644
--- a/structos__mbuf__pkthdr-members.html
+++ b/structos__mbuf__pkthdr-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mbuf__pkthdr.html b/structos__mbuf__pkthdr.html
index 33b99404..f6cfe58c 100644
--- a/structos__mbuf__pkthdr.html
+++ b/structos__mbuf__pkthdr.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mbuf__pool-members.html b/structos__mbuf__pool-members.html
index c6da841d..175c3ae6 100644
--- a/structos__mbuf__pool-members.html
+++ b/structos__mbuf__pool-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mbuf__pool.html b/structos__mbuf__pool.html
index a31405c1..4ca73a6e 100644
--- a/structos__mbuf__pool.html
+++ b/structos__mbuf__pool.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__memblock-members.html b/structos__memblock-members.html
index f021b9e0..bca5772a 100644
--- a/structos__memblock-members.html
+++ b/structos__memblock-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__memblock.html b/structos__memblock.html
index 2da4af2f..c1c7e6ff 100644
--- a/structos__memblock.html
+++ b/structos__memblock.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mempool-members.html b/structos__mempool-members.html
index 39f38deb..ad3a523a 100644
--- a/structos__mempool-members.html
+++ b/structos__mempool-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mempool.html b/structos__mempool.html
index 02238922..d15ceb67 100644
--- a/structos__mempool.html
+++ b/structos__mempool.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mempool__info-members.html b/structos__mempool__info-members.html
index bfda9d39..c54ad2e8 100644
--- a/structos__mempool__info-members.html
+++ b/structos__mempool__info-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mempool__info.html b/structos__mempool__info.html
index 587adb23..ae2803fe 100644
--- a/structos__mempool__info.html
+++ b/structos__mempool__info.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mqueue-members.html b/structos__mqueue-members.html
index 12c2df71..2fe1c8e3 100644
--- a/structos__mqueue-members.html
+++ b/structos__mqueue-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structos__mqueue.html b/structos__mqueue.html
index 4e9b421a..ba11bc21 100644
--- a/structos__mqueue.html
+++ b/structos__mqueue.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structprov__bearer-members.html b/structprov__bearer-members.html
index bd027f90..c10ba5bb 100644
--- a/structprov__bearer-members.html
+++ b/structprov__bearer-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structprov__bearer.html b/structprov__bearer.html
index c5f2b112..1141da1d 100644
--- a/structprov__bearer.html
+++ b/structprov__bearer.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structprov__bearer__cb-members.html b/structprov__bearer__cb-members.html
index 00643920..9f3d22c0 100644
--- a/structprov__bearer__cb-members.html
+++ b/structprov__bearer__cb-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/structprov__bearer__cb.html b/structprov__bearer__cb.html
index dc2eb548..6a4cf365 100644
--- a/structprov__bearer__cb.html
+++ b/structprov__bearer__cb.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/subnet_8h_source.html b/subnet_8h_source.html
index 460f1f6a..bfa87c6b 100644
--- a/subnet_8h_source.html
+++ b/subnet_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/syscfg_8h_source.html b/syscfg_8h_source.html
index f44cf7d0..6a3bd238 100644
--- a/syscfg_8h_source.html
+++ b/syscfg_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/sysflash_8h_source.html b/sysflash_8h_source.html
index 1451fed8..3227d7ec 100644
--- a/sysflash_8h_source.html
+++ b/sysflash_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/sysinit_8h_source.html b/sysinit_8h_source.html
index 5d8e7f18..45d8c02e 100644
--- a/sysinit_8h_source.html
+++ b/sysinit_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/testing_8h.html b/testing_8h.html
index 7a0c5b17..b6b44b5a 100644
--- a/testing_8h.html
+++ b/testing_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/testing_8h_source.html b/testing_8h_source.html
index b521b8a3..bb57563a 100644
--- a/testing_8h_source.html
+++ b/testing_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/topics.html b/topics.html
index de800abf..4089ce55 100644
--- a/topics.html
+++ b/topics.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/transport_2include_2nimble_2transport_8h_source.html b/transport_2include_2nimble_2transport_8h_source.html
index 7273cfe0..435e4691 100644
--- a/transport_2include_2nimble_2transport_8h_source.html
+++ b/transport_2include_2nimble_2transport_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/transport__impl_8h_source.html b/transport__impl_8h_source.html
index f59cbbad..fb122636 100644
--- a/transport__impl_8h_source.html
+++ b/transport__impl_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/unionble__store__key-members.html b/unionble__store__key-members.html
index a671a4b9..2203fbc3 100644
--- a/unionble__store__key-members.html
+++ b/unionble__store__key-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/unionble__store__key.html b/unionble__store__key.html
index 3ca58f02..fa76156d 100644
--- a/unionble__store__key.html
+++ b/unionble__store__key.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/unionble__store__value-members.html b/unionble__store__value-members.html
index 4529058b..dbec11b1 100644
--- a/unionble__store__value-members.html
+++ b/unionble__store__value-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/unionble__store__value.html b/unionble__store__value.html
index 8ea5eaf5..908e9694 100644
--- a/unionble__store__value.html
+++ b/unionble__store__value.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/unionble__uuid__any__t-members.html b/unionble__uuid__any__t-members.html
index c93af4c4..e09c0201 100644
--- a/unionble__uuid__any__t-members.html
+++ b/unionble__uuid__any__t-members.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/unionble__uuid__any__t.html b/unionble__uuid__any__t.html
index 529978f1..7b321a51 100644
--- a/unionble__uuid__any__t.html
+++ b/unionble__uuid__any__t.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/utils_8h.html b/utils_8h.html
index 29ca4b48..d85a55d7 100644
--- a/utils_8h.html
+++ b/utils_8h.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|
diff --git a/utils_8h_source.html b/utils_8h_source.html
index 2809d5dd..d5715ebd 100644
--- a/utils_8h_source.html
+++ b/utils_8h_source.html
@@ -25,7 +25,7 @@
- NimBLE-Arduino 2.1.3
+ NimBLE-Arduino 2.2.0
|