esp-nimble-cpp/src
2021-09-06 09:14:46 -06:00
..
HIDKeyboardTypes.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
HIDTypes.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLE2904.cpp Add NimBLEHIDDevice class 2020-10-13 19:55:51 -06:00
NimBLE2904.h [Server] Add ability to create static attributes. 2021-05-23 13:07:00 -06:00
NimBLEAddress.cpp NimBLEAddress: New constructor added to create blank addresses 2020-09-02 14:52:34 -06:00
NimBLEAddress.h NimBLEAddress: New constructor added to create blank addresses 2020-09-02 14:52:34 -06:00
NimBLEAdvertisedDevice.cpp Fix compile errors in latest IDF (NimBLE 1.3.0) see (#37). 2021-02-10 10:54:53 -07:00
NimBLEAdvertisedDevice.h Fix compile errors in latest IDF (NimBLE 1.3.0) see (#37). 2021-02-10 10:54:53 -07:00
NimBLEAdvertising.cpp Add missing return documentation in NimBLEAdvertising. 2021-08-02 19:51:04 -06:00
NimBLEAdvertising.h Add complementary methods to NimBLEAdvertising and NimBLEAdvertisementData 2021-02-07 20:33:57 -07:00
NimBLEBeacon.cpp Reverse discovered beacon UUID 2020-07-19 18:25:10 -06:00
NimBLEBeacon.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLECharacteristic.cpp [Server] Implement remove Characteristics/Descriptors. (#54) 2021-07-30 20:56:52 -06:00
NimBLECharacteristic.h [Server] Implement remove Characteristics/Descriptors. (#54) 2021-07-30 20:56:52 -06:00
NimBLEClient.cpp Add connection info class and access methods to server and client. 2021-05-07 09:02:43 -06:00
NimBLEClient.h Add connection info class and access methods to server and client. 2021-05-07 09:02:43 -06:00
NimBLEConnInfo.h Add connection info class and access methods to server and client. 2021-05-07 09:02:43 -06:00
NimBLEDescriptor.cpp [Server] Implement remove Characteristics/Descriptors. (#54) 2021-07-30 20:56:52 -06:00
NimBLEDescriptor.h [Server] Implement remove Characteristics/Descriptors. (#54) 2021-07-30 20:56:52 -06:00
NimBLEDevice.cpp Basic mesh implementation with on/off and level models. 2021-09-06 09:14:45 -06:00
NimBLEDevice.h Basic mesh implementation with on/off and level models. 2021-09-06 09:14:45 -06:00
NimBLEEddystoneTLM.cpp Fix comments for doxygen (#16) 2020-07-08 19:27:26 -06:00
NimBLEEddystoneTLM.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLEEddystoneURL.cpp Fix comments for doxygen (#16) 2020-07-08 19:27:26 -06:00
NimBLEEddystoneURL.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLEHIDDevice.cpp Fix Documentation. 2021-02-06 11:12:40 -07:00
NimBLEHIDDevice.h Release 1.1.0 2021-01-20 20:18:23 -07:00
NimBLELog.h Use ESP_LOGx macros for logging (#42) 2021-03-28 14:47:30 -06:00
NimBLEMeshElement.cpp Implement health server callbacks. 2021-09-06 09:14:46 -06:00
NimBLEMeshElement.h Implement health server callbacks. 2021-09-06 09:14:46 -06:00
NimBLEMeshModel.cpp Implement health server callbacks. 2021-09-06 09:14:46 -06:00
NimBLEMeshModel.h Implement health server callbacks. 2021-09-06 09:14:46 -06:00
NimBLEMeshNode.cpp Implement health server callbacks. 2021-09-06 09:14:46 -06:00
NimBLEMeshNode.h Implement health server callbacks. 2021-09-06 09:14:46 -06:00
NimBLERemoteCharacteristic.cpp [Client] Fix for truncation of strings with null in writeValue std::string overload 2021-05-21 19:54:08 -06:00
NimBLERemoteCharacteristic.h Properly find the remote characteristic end handle for descriptor discovery. 2021-05-17 14:37:03 -06:00
NimBLERemoteDescriptor.cpp Fix UUID comparison for 16bit + base UUID's 2020-12-28 12:05:54 -07:00
NimBLERemoteDescriptor.h Fix comments for doxygen (#16) 2020-07-08 19:27:26 -06:00
NimBLERemoteService.cpp Properly find the remote characteristic end handle for descriptor discovery. 2021-05-17 14:37:03 -06:00
NimBLERemoteService.h Properly find the remote characteristic end handle for descriptor discovery. 2021-05-17 14:37:03 -06:00
NimBLEScan.cpp Fix compilation for ESP32C3. (#53) 2021-07-19 21:46:30 -06:00
NimBLEScan.h Add clear scan duplicate filter cache method + clear on start. 2021-03-31 20:24:57 -06:00
NimBLESecurity.cpp Fix comments for doxygen (#16) 2020-07-08 19:27:26 -06:00
NimBLESecurity.h Fix comments for doxygen (#16) 2020-07-08 19:27:26 -06:00
NimBLEServer.cpp [Server] Implement remove Characteristics/Descriptors. (#54) 2021-07-30 20:56:52 -06:00
NimBLEServer.h [Server] Implement remove Characteristics/Descriptors. (#54) 2021-07-30 20:56:52 -06:00
NimBLEService.cpp [Server] Implement remove Characteristics/Descriptors. (#54) 2021-07-30 20:56:52 -06:00
NimBLEService.h [Server] Implement remove Characteristics/Descriptors. (#54) 2021-07-30 20:56:52 -06:00
NimBLEUtils.cpp Add transition and delay timers to models. 2021-09-06 09:14:45 -06:00
NimBLEUtils.h Add transition and delay timers to models. 2021-09-06 09:14:45 -06:00
NimBLEUUID.cpp Cleanup logs. 2021-05-15 09:52:00 -06:00
NimBLEUUID.h Fix comments for doxygen (#16) 2020-07-08 19:27:26 -06:00
nimconfig.h Basic mesh implementation with on/off and level models. 2021-09-06 09:14:45 -06:00
nimconfig_rename.h Fix compilation for ESP32C3. (#53) 2021-07-19 21:46:30 -06:00