Skip to content

Commit 2af10cd

Browse files
committed
Release 2.2.2
1 parent f528a31 commit 2af10cd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+64
-56
lines changed

CHANGELOG.md

+9-1

NOTICE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
esp-nimble-cpp
22
NimBLE-Arduino
3-
Copyright 2020-2024 Ryan Powell <[email protected]> and
3+
Copyright 2020-2025 Ryan Powell <[email protected]> and
44
esp-nimble-cpp, NimBLE-Arduino contributors.
55

6-
The Initial Developer of some parts of this library, which are copied from,
6+
The Initial Developer of some parts of this library, which are copied from,
77
derived from, or inspired by is, esp32-snippets, Copyright 2017 Neil Kolban.
88

99
If this library is used for commercial purposes, it is requested that the user consider

docs/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 2.2.1
51+
PROJECT_NUMBER = 2.2.2
5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# for a project that appears at the top of each page and should give viewer a
5454
# quick idea about the purpose of the project. Keep the description short.

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NimBLE-Arduino
2-
version=2.2.1
2+
version=2.2.2
33
author=h2zero
44
maintainer=Ryan Powell <[email protected]>
55
sentence=Bluetooth low energy (BLE) library for Arduino based on NimBLE.

src/NimBLE2904.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLE2904.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAddress.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAddress.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAdvertisedDevice.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAdvertisedDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAdvertisementData.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAdvertisementData.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAdvertising.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAdvertising.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAttValue.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAttValue.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAttribute.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEBeacon.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEBeacon.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLECharacteristic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLECharacteristic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEConnInfo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEDescriptor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEDescriptor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEDevice.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEEddystoneTLM.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEEddystoneTLM.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEExtAdvertising.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEExtAdvertising.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEHIDDevice.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEHIDDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLELocalAttribute.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLELocalValueAttribute.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLELog.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLERemoteCharacteristic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLERemoteCharacteristic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLERemoteDescriptor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLERemoteDescriptor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLERemoteService.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLERemoteService.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLERemoteValueAttribute.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLERemoteValueAttribute.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEScan.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEScan.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEServer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEServer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEService.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEService.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEUUID.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEUUID.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)