NimBLE-Arduino
1.4.2
Loading...
Searching...
No Matches
Deprecated List
Member
NimBLEAddress::toString
() const
Use std::string() operator instead.
Member
NimBLECharacteristicCallbacks::Status
To be removed in the future as the NimBLE stack return code is also provided.
Member
NimBLEDevice::setSecurityCallbacks
(
NimBLESecurityCallbacks
*pCallbacks)
For backward compatibility, New code should use client/server callback methods.
Member
NimBLERemoteCharacteristic::readUInt16
() __attribute__((deprecated("Use template readValue<uint16_t>()")))
Use
readValue<uint16_t>()
.
Member
NimBLERemoteCharacteristic::readUInt32
() __attribute__((deprecated("Use template readValue<uint32_t>()")))
Use
readValue<uint32_t>()
.
Member
NimBLERemoteCharacteristic::readUInt8
() __attribute__((deprecated("Use template readValue<uint8_t>()")))
Use
readValue<uint8_t>()
.
Member
NimBLERemoteCharacteristic::registerForNotify
(notify_callback notifyCallback, bool notifications=true, bool response=true) __attribute__((deprecated("Use subscribe()/unsubscribe()")))
Use
subscribe()
/
unsubscribe()
instead.
Member
NimBLERemoteDescriptor::readUInt16
() __attribute__((deprecated("Use template readValue<uint16_t>()")))
Use
readValue<uint16_t>()
.
Member
NimBLERemoteDescriptor::readUInt32
() __attribute__((deprecated("Use template readValue<uint32_t>()")))
Use
readValue<uint32_t>()
.
Member
NimBLERemoteDescriptor::readUInt8
() __attribute__((deprecated("Use template readValue<uint8_t>()")))
Use
readValue<uint8_t>()
.
Class
NimBLESecurity
Use the security methods provided in
NimBLEDevice
instead.
Class
NimBLESecurityCallbacks
Use the callbacks provided in
NimBLEClientCallbacks
and
NimBLEServerCallbacks
instead.
Member
NimBLEUUID::toString
() const
Use std::string() operator instead.
Generated by
1.9.5