esp-nimble-cpp 2.0.2
|
A base class for local BLE attributes. More...
#include <NimBLELocalAttribute.h>
Inherits NimBLEAttribute.
Inherited by NimBLELocalValueAttribute, and NimBLEService.
Public Member Functions | |
uint8_t | getRemoved () const |
Get the removed flag. | |
Public Member Functions inherited from NimBLEAttribute | |
const NimBLEUUID & | getUUID () const |
Get the UUID of the attribute. | |
uint16_t | getHandle () const |
Get the handle of the attribute. | |
Protected Member Functions | |
NimBLELocalAttribute (const NimBLEUUID &uuid, uint16_t handle) | |
Construct a local attribute. | |
~NimBLELocalAttribute ()=default | |
Destroy the local attribute. | |
void | setRemoved (uint8_t removed) |
Set the removed flag. | |
Protected Member Functions inherited from NimBLEAttribute | |
NimBLEAttribute (const NimBLEUUID &uuid, uint16_t handle) | |
Construct a new NimBLEAttribute object. | |
~NimBLEAttribute ()=default | |
Destroy the NimBLEAttribute object. | |
A base class for local BLE attributes.
|
inline |
Get the removed flag.
|
inlineprotected |
Set the removed flag.
[in] | removed | The removed flag. |