esp-nimble-cpp/src
h2zero af24cd7720 Add controller scan filter options and refactor nimconfig.h
* Add the option to change the scan filter mode through NimBLEDevice::setScanFilterMode

* Add the option to change the scan filter cache size through NimBLEDevice::setScanDuplicateCacheSize

* Refactor nimconfig to make it for doxygen use only.
2021-01-31 21:15:31 -07:00
..
FreeRTOS.cpp Fix compilation errors when using latest Arduino master and IDF 3.3+ 2020-12-24 15:05:32 -07:00
FreeRTOS.h Fix compilation errors when using latest Arduino master and IDF 3.3+ 2020-12-24 15:05:32 -07: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 Refactor server code to use vectors instead of maps. 2020-06-07 18:42:28 -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 Refactor advertisedDevice (#181) 2021-01-30 18:06:29 -07:00
NimBLEAdvertisedDevice.h Refactor advertisedDevice (#181) 2021-01-30 18:06:29 -07:00
NimBLEAdvertising.cpp Advertising start: add return status, use more verbose logging. 2021-01-13 19:48:38 -07:00
NimBLEAdvertising.h Advertising start: add return status, use more verbose logging. 2021-01-13 19:48:38 -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 Fix crashing caused by calling time() in a critical section (#159) 2020-12-19 21:58:37 -07:00
NimBLECharacteristic.h Server: Add onSubscribe() callback for characteristics. (#21) 2020-07-27 21:11:38 -06:00
NimBLEClient.cpp Release 1.1.0 2021-01-20 20:18:23 -07:00
NimBLEClient.h Don't call application callbacks invoked when connection not established. 2021-01-12 13:52:28 -07:00
NimBLEDescriptor.cpp Refactor server code to use vectors instead of maps. 2020-06-07 18:42:28 -06:00
NimBLEDescriptor.h Server: Add onSubscribe() callback for characteristics. (#21) 2020-07-27 21:11:38 -06:00
NimBLEDevice.cpp Add controller scan filter options and refactor nimconfig.h 2021-01-31 21:15:31 -07:00
NimBLEDevice.h Add controller scan filter options and refactor nimconfig.h 2021-01-31 21:15:31 -07: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 [NimBLEHIDDevice] Modern Apple devices require READ_ENC and WRITE_ENC (#182) 2021-01-30 09:04:51 -07:00
NimBLEHIDDevice.h Release 1.1.0 2021-01-20 20:18:23 -07:00
NimBLELog.h Cleanup compiler warnings. 2020-06-28 16:50:46 -06:00
NimBLERemoteCharacteristic.cpp Find characteristic end handle using the next characterisic handle. 2021-01-13 18:05:19 -07:00
NimBLERemoteCharacteristic.h Change notify_callback typedef to enable the usage of member function as callback 2020-09-02 12:15:02 -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 Find characteristic end handle using the next characterisic handle. 2021-01-13 18:05:19 -07:00
NimBLERemoteService.h Find characteristic end handle using the next characterisic handle. 2021-01-13 18:05:19 -07:00
NimBLEScan.cpp [NimBLEScan] Use controller duplicate filter and add max result limit. 2021-01-30 18:27:06 -07:00
NimBLEScan.h [NimBLEScan] Use controller duplicate filter and add max result limit. 2021-01-30 18:27:06 -07: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 Release 1.1.0 2021-01-20 20:18:23 -07:00
NimBLEServer.h Add connection desc param to disconnect callback. 2020-12-04 19:03:52 -07:00
NimBLEService.cpp Server: Add onSubscribe() callback for characteristics. (#21) 2020-07-27 21:11:38 -06:00
NimBLEService.h Add feature: remove service (#17) 2020-07-13 21:24:07 -06:00
NimBLEUtils.cpp Cleanup 2020-07-09 10:59:08 -06:00
NimBLEUtils.h Cleanup 2020-07-09 10:59:08 -06:00
NimBLEUUID.cpp Refactor advertisedDevice (#181) 2021-01-30 18:06:29 -07:00
NimBLEUUID.h Fix comments for doxygen (#16) 2020-07-08 19:27:26 -06:00
nimconfig.h Add controller scan filter options and refactor nimconfig.h 2021-01-31 21:15:31 -07:00
nimconfig_rename.h Add controller scan filter options and refactor nimconfig.h 2021-01-31 21:15:31 -07:00