|
| MyGATTEventListener () |
|
void | notificationReceived (BTGattCharRef charDecl, const TROOctets &charValue, const uint64_t timestamp) override |
| Called from native BLE stack, initiated by a received notification associated with the given BTGattChar. More...
|
|
void | indicationReceived (BTGattCharRef charDecl, const TROOctets &charValue, const uint64_t timestamp, const bool confirmationSent) override |
| Called from native BLE stack, initiated by a received indication associated with the given BTGattChar. More...
|
|
| MyGATTEventListener (int i_, int j_) |
|
void | notificationReceived (BTGattCharRef charDecl, const TROOctets &char_value, const uint64_t timestamp) override |
| Called from native BLE stack, initiated by a received notification associated with the given BTGattChar. More...
|
|
void | indicationReceived (BTGattCharRef charDecl, const TROOctets &char_value, const uint64_t timestamp, const bool confirmationSent) override |
| Called from native BLE stack, initiated by a received indication associated with the given BTGattChar. More...
|
|
virtual | ~Listener () noexcept |
|
virtual bool | operator== (const Listener &rhs) const noexcept |
| Default comparison operator, merely testing for same memory reference. More...
|
|
bool | operator!= (const Listener &rhs) const noexcept |
|
◆ MyGATTEventListener() [1/2]
MyGATTEventListener::MyGATTEventListener |
( |
| ) |
|
|
inline |
◆ MyGATTEventListener() [2/2]
MyGATTEventListener::MyGATTEventListener |
( |
int |
i_, |
|
|
int |
j_ |
|
) |
| |
|
inline |
◆ indicationReceived() [1/2]
void MyGATTEventListener::indicationReceived |
( |
BTGattCharRef |
charDecl, |
|
|
const TROOctets & |
charValue, |
|
|
const uint64_t |
timestamp, |
|
|
const bool |
confirmationSent |
|
) |
| |
|
inlineoverridevirtual |
◆ indicationReceived() [2/2]
void MyGATTEventListener::indicationReceived |
( |
BTGattCharRef |
charDecl, |
|
|
const TROOctets & |
charValue, |
|
|
const uint64_t |
timestamp, |
|
|
const bool |
confirmationSent |
|
) |
| |
|
inlineoverridevirtual |
◆ notificationReceived() [1/2]
void MyGATTEventListener::notificationReceived |
( |
BTGattCharRef |
charDecl, |
|
|
const TROOctets & |
charValue, |
|
|
const uint64_t |
timestamp |
|
) |
| |
|
inlineoverridevirtual |
◆ notificationReceived() [2/2]
void MyGATTEventListener::notificationReceived |
( |
BTGattCharRef |
charDecl, |
|
|
const TROOctets & |
charValue, |
|
|
const uint64_t |
timestamp |
|
) |
| |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: