esp-nimble-cpp  1.4.1
NimBLERemoteDescriptor Member List

This is the complete list of members for NimBLERemoteDescriptor, including all inherited members.

getHandle()NimBLERemoteDescriptor
getRemoteCharacteristic()NimBLERemoteDescriptor
getUUID()NimBLERemoteDescriptor
readUInt16() __attribute__((deprecated("Use template readValue<uint16_t>()")))NimBLERemoteDescriptor
readUInt32() __attribute__((deprecated("Use template readValue<uint32_t>()")))NimBLERemoteDescriptor
readUInt8() __attribute__((deprecated("Use template readValue<uint8_t>()")))NimBLERemoteDescriptor
readValue()NimBLERemoteDescriptor
readValue(bool skipSizeCheck=false)NimBLERemoteDescriptorinline
toString(void)NimBLERemoteDescriptor
writeValue(const uint8_t *data, size_t length, bool response=false)NimBLERemoteDescriptor
writeValue(const std::vector< uint8_t > &v, bool response=false)NimBLERemoteDescriptor
writeValue(const char *s, bool response=false)NimBLERemoteDescriptor
writeValue(const T &s, bool response=false)NimBLERemoteDescriptorinline
writeValue(const T &s, bool response=false)NimBLERemoteDescriptorinline