Commit fca4eb1
File tree
4 files changed
+4
-4
lines changed- components
- ble_gatt_server
- gfps_service
- hid_service
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
Submodule esp-nimble-cpp updated 43 files
- .github/workflows/build.yml+4-2
- CHANGELOG.md+21
- CMakeLists.txt+3
- docs/Doxyfile+1-1
- examples/Bluetooth_5/NimBLE_extended_server/main/main.cpp+1-3
- examples/L2CAP/.gitignore+5
- examples/L2CAP/L2CAP_Client/CMakeLists.txt+7
- examples/L2CAP/L2CAP_Client/Makefile+3
- examples/L2CAP/L2CAP_Client/main/CMakeLists.txt+4
- examples/L2CAP/L2CAP_Client/main/component.mk+4
- examples/L2CAP/L2CAP_Client/main/idf_component.yml+3
- examples/L2CAP/L2CAP_Client/main/main.cpp+165
- examples/L2CAP/L2CAP_Client/sdkconfig.defaults+13
- examples/L2CAP/L2CAP_Server/CMakeLists.txt+7
- examples/L2CAP/L2CAP_Server/Makefile+3
- examples/L2CAP/L2CAP_Server/main/CMakeLists.txt+4
- examples/L2CAP/L2CAP_Server/main/component.mk+4
- examples/L2CAP/L2CAP_Server/main/idf_component.yml+3
- examples/L2CAP/L2CAP_Server/main/main.cpp+90
- examples/L2CAP/L2CAP_Server/sdkconfig.defaults+13
- idf_component.yml+1-1
- src/NimBLEAttValue.cpp+2-1
- src/NimBLEAttValue.h+3-3
- src/NimBLECharacteristic.cpp+32-16
- src/NimBLECharacteristic.h+9-5
- src/NimBLEClient.cpp+2-5
- src/NimBLEClient.h+1-3
- src/NimBLEDevice.cpp+109-27
- src/NimBLEDevice.h+26-11
- src/NimBLEL2CAPChannel.cpp+304
- src/NimBLEL2CAPChannel.h+124
- src/NimBLEL2CAPServer.cpp+35
- src/NimBLEL2CAPServer.h+38
- src/NimBLELocalValueAttribute.h+4-31
- src/NimBLERemoteCharacteristic.cpp+1-1
- src/NimBLERemoteValueAttribute.cpp+1-1
- src/NimBLERemoteValueAttribute.h+6-35
- src/NimBLEScan.cpp+7-2
- src/NimBLEServer.cpp+31-37
- src/NimBLEServer.h+2-4
- src/NimBLEUtils.cpp+9-7
- src/NimBLEValueAttribute.h+86
- src/nimconfig_rename.h+12
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
0 commit comments