esp-nimble-cpp/src
h2zero 5bc9d59646 Just return a pointer for getServices(false) and getCharacteristics(false)
If parameter 'refresh' equals 'false' do not retrieve services or characteristics, just return a pointer to the vector.
2020-06-21 20:46:20 -06:00
..
FreeRTOS.cpp Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
FreeRTOS.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -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
NimBLE2902.cpp Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLE2902.h Refactor server code to use vectors instead of maps. 2020-06-07 18:42:28 -06:00
NimBLE2904.cpp Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLE2904.h Refactor server code to use vectors instead of maps. 2020-06-07 18:42:28 -06:00
NimBLEAddress.cpp Add uint64_t cast of an address 2020-06-19 12:32:57 -06:00
NimBLEAddress.h Add uint64_t cast of an address 2020-06-19 12:32:57 -06:00
NimBLEAdvertisedDevice.cpp Update remote characteristic value from a notification 2020-05-29 18:26:41 -06:00
NimBLEAdvertisedDevice.h Add template casting to readValue and advertisement data (#52) 2020-05-29 20:02:26 -06:00
NimBLEAdvertising.cpp Refactor server code to use vectors instead of maps. 2020-06-07 18:42:28 -06:00
NimBLEAdvertising.h Remove semaphores, use task notifications instead. 2020-06-11 08:06:16 -06:00
NimBLEBeacon.cpp Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLEBeacon.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLECharacteristic.cpp NimBLECharacteristic: add setValue(uint8_t single_byte) 2020-06-21 20:38:38 -06:00
NimBLECharacteristic.h NimBLECharacteristic: add setValue(uint8_t single_byte) 2020-06-21 20:38:38 -06:00
NimBLEClient.cpp Just return a pointer for getServices(false) and getCharacteristics(false) 2020-06-21 20:46:20 -06:00
NimBLEClient.h Make attribute delete functions public and selective by UUID 2020-05-29 21:21:56 -06:00
NimBLEDescriptor.cpp Refactor server code to use vectors instead of maps. 2020-06-07 18:42:28 -06:00
NimBLEDescriptor.h Remove semaphores, use task notifications instead. 2020-06-11 08:06:16 -06:00
NimBLEDevice.cpp Correct client connection status signalling. 2020-05-30 09:01:42 -06:00
NimBLEDevice.h Add new getServer() method. 2020-05-14 12:59:35 -06:00
NimBLEEddystoneTLM.cpp Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLEEddystoneTLM.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLEEddystoneURL.cpp Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLEEddystoneURL.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLELog.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLERemoteCharacteristic.cpp Add register for notify without callback 2020-06-19 12:30:32 -06:00
NimBLERemoteCharacteristic.h Add register for notify without callback 2020-06-19 12:30:32 -06:00
NimBLERemoteDescriptor.cpp Remove automatic discovery in NimBLEClient::connect(). 2020-05-23 10:30:11 -06:00
NimBLERemoteDescriptor.h Remove automatic discovery in NimBLEClient::connect(). 2020-05-23 10:30:11 -06:00
NimBLERemoteService.cpp Just return a pointer for getServices(false) and getCharacteristics(false) 2020-06-21 20:46:20 -06:00
NimBLERemoteService.h Make attribute delete functions public and selective by UUID 2020-05-29 21:21:56 -06:00
NimBLEScan.cpp Update remote characteristic value from a notification 2020-05-29 18:26:41 -06:00
NimBLEScan.h Add iterators to client remote attributes. 2020-05-22 20:13:52 -06:00
NimBLESecurity.cpp Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLESecurity.h Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLEServer.cpp Don't send notifications to un-paired peers when READ_ENC set (#14) 2020-06-21 20:26:16 -06:00
NimBLEServer.h Remove semaphores, use task notifications instead. 2020-06-11 08:06:16 -06:00
NimBLEService.cpp Refactor server code to use vectors instead of maps. 2020-06-07 18:42:28 -06:00
NimBLEService.h Remove semaphores, use task notifications instead. 2020-06-11 08:06:16 -06:00
NimBLEUtils.cpp Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLEUtils.h Fix Compiliation in IDF4.0 2020-06-11 08:13:39 -06:00
NimBLEUUID.cpp Conditionally compile code for specific roles. 2020-05-13 22:03:56 -06:00
NimBLEUUID.h Add ==,!= operators to NimBLEAddress, pass parameters by const reference. 2020-05-10 07:21:46 -06:00
nimconfig.h Fix IDF compiler warnings 2020-06-14 09:11:05 -06:00