.. |
HIDKeyboardTypes.h
|
Conditionally compile code for specific roles.
|
2020-05-13 22:03:56 -06:00 |
HIDTypes.h
|
Cleanup ARM-gcc compiler warnings.
|
2022-01-15 12:43:17 -07:00 |
NimBLE2904.cpp
|
Remove broken links from docs.
|
2024-06-14 09:57:23 -06:00 |
NimBLE2904.h
|
Remove broken links from docs.
|
2024-06-14 09:57:23 -06:00 |
NimBLEAddress.cpp
|
Fix crash when creating address from 17 char string.
|
2024-08-12 07:56:38 -06:00 |
NimBLEAddress.h
|
[BREAKING] Refactor NimBLEAddress - use NimBLE core representation.
|
2024-07-17 19:38:35 -06:00 |
NimBLEAdvertisedDevice.cpp
|
Fix Advertised device initialization.
|
2024-10-06 15:03:11 -06:00 |
NimBLEAdvertisedDevice.h
|
[BREAKING] Refactor NimBLEAdvertised device.
|
2024-07-17 20:44:49 -06:00 |
NimBLEAdvertising.cpp
|
fix(NimBLEAdvertising): Ensure setServiceData() includes length of data
|
2024-08-29 17:12:21 -06:00 |
NimBLEAdvertising.h
|
Reset advertisment vectors when changing their data.
|
2024-06-14 22:02:29 -06:00 |
NimBLEAttribute.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLEAttValue.cpp
|
Refactor NimBLEAttValue.
|
2024-07-21 16:36:00 -06:00 |
NimBLEAttValue.h
|
fix: #200 Enable use of data() /size() before trying c_str() /length() (#201)
|
2024-10-14 17:02:21 -06:00 |
NimBLEBeacon.cpp
|
[Breaking] Refactor NimBLEUUID.
|
2024-07-23 18:14:09 -06:00 |
NimBLEBeacon.h
|
Conditionally compile code for specific roles.
|
2020-05-13 22:03:56 -06:00 |
NimBLECharacteristic.cpp
|
fix: #200 Enable use of data() /size() before trying c_str() /length() (#201)
|
2024-10-14 17:02:21 -06:00 |
NimBLECharacteristic.h
|
fix: #200 Enable use of data() /size() before trying c_str() /length() (#201)
|
2024-10-14 17:02:21 -06:00 |
NimBLEClient.cpp
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLEClient.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLEConnInfo.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLEDescriptor.cpp
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLEDescriptor.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLEDevice.cpp
|
fix(NimBLEDevice): clear all before port_deinit to prevent crash
|
2024-09-24 16:03:49 -06:00 |
NimBLEDevice.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLEEddystoneTLM.cpp
|
[Breaking] Refactor NimBLEUUID.
|
2024-07-23 18:14:09 -06:00 |
NimBLEEddystoneTLM.h
|
Refactor include directives to use different paths for arduino/idf.
|
2021-09-12 18:43:31 -06:00 |
NimBLEEddystoneURL.cpp
|
[Breaking] Refactor NimBLEUUID.
|
2024-07-23 18:14:09 -06:00 |
NimBLEEddystoneURL.h
|
Conditionally compile code for specific roles.
|
2020-05-13 22:03:56 -06:00 |
NimBLEExtAdvertising.cpp
|
Fix NimBLEExtAdvertisement::setServiceData data length.
|
2024-09-15 10:28:49 -06:00 |
NimBLEExtAdvertising.h
|
Add extended advertising support. (#72)
|
2022-04-10 10:21:45 -06:00 |
NimBLEHIDDevice.cpp
|
fix: #200 Enable use of data() /size() before trying c_str() /length() (#201)
|
2024-10-14 17:02:21 -06:00 |
NimBLEHIDDevice.h
|
fix: #200 Enable use of data() /size() before trying c_str() /length() (#201)
|
2024-10-14 17:02:21 -06:00 |
NimBLELocalAttribute.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLELocalValueAttribute.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLELog.h
|
[BREAKING] Change NIMBLE_LOGC macro to use printf.
|
2024-07-04 19:05:35 -06:00 |
NimBLERemoteCharacteristic.cpp
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLERemoteCharacteristic.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLERemoteDescriptor.cpp
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLERemoteDescriptor.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLERemoteService.cpp
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLERemoteService.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLERemoteValueAttribute.cpp
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLERemoteValueAttribute.h
|
fix: #200 Enable use of data() /size() before trying c_str() /length() (#201)
|
2024-10-14 17:02:21 -06:00 |
NimBLEScan.cpp
|
[BREAKING] Refactor NimBLEAdvertised device.
|
2024-07-17 20:44:49 -06:00 |
NimBLEScan.h
|
Add onDiscovered scan callback.
|
2023-05-24 15:37:46 -06:00 |
NimBLEServer.cpp
|
implement connection parameters update callback (#210)
|
2024-10-24 21:21:43 -06:00 |
NimBLEServer.h
|
implement connection parameters update callback (#210)
|
2024-10-24 21:21:43 -06:00 |
NimBLEService.cpp
|
Remove stray debug message.
|
2024-09-30 16:08:51 -06:00 |
NimBLEService.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLEUtils.cpp
|
Remove NimBLEUtils::checkConnParams.
|
2024-07-03 15:01:44 -06:00 |
NimBLEUtils.h
|
Remove NimBLEUtils::checkConnParams.
|
2024-07-03 15:01:44 -06:00 |
NimBLEUUID.cpp
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
NimBLEUUID.h
|
[BREAKING] Refactor attributes
|
2024-09-24 14:59:54 -06:00 |
nimconfig.h
|
Replace NimBLEAttValue asserts with user defineable action.
|
2024-07-04 18:47:28 -06:00 |
nimconfig_rename.h
|
Fix compilation for ESP32C3. (#53)
|
2021-07-19 21:46:30 -06:00 |