|  | 
|  | JNIGattCharListener (JNIEnv *env, jobject listener) | 
|  | 
| void | indicationReceived (BTGattCharRef charDecl, const jau::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...
 | 
|  | 
| void | notificationReceived (BTGattCharRef charDecl, const jau::TROOctets &charValue, const uint64_t timestamp) override | 
|  | Called from native BLE stack, initiated by a received notification associated with the given BTGattChar.  More...
 | 
|  | 
|  | ~BTGattCharListener () noexcept override=default | 
|  | 
| std::string | get_java_class () const noexcept override | 
|  | 
| virtual void | indicationReceived (BTGattCharRef charDecl, const jau::TROOctets &charValue, const uint64_t timestamp, const bool confirmationSent)=0 | 
|  | Called from native BLE stack, initiated by a received indication associated with the given BTGattChar.  More...
 | 
|  | 
| virtual void | notificationReceived (BTGattCharRef charDecl, const jau::TROOctets &charValue, const uint64_t timestamp)=0 | 
|  | Called from native BLE stack, initiated by a received notification associated with the given BTGattChar.  More...
 | 
|  | 
| bool | operator!= (const BTGattCharListener &rhs) const noexcept | 
|  | 
| virtual bool | operator== (const BTGattCharListener &rhs) const noexcept | 
|  | Default comparison operator, merely testing for same memory reference.  More... 
 | 
|  | 
| std::string | toString () const noexcept override | 
|  | Return a simple description about this instance.  More... 
 | 
|  | 
| virtual const char * | type_name () const noexcept | 
|  | Returns a unique string denominating the type of this instance.  More... 
 | 
|  | 
|  | JavaUplink () noexcept=default | 
|  | 
|  | JavaUplink (const JavaUplink &o) noexcept=default | 
|  | 
|  | JavaUplink (JavaUplink &&o) noexcept=default | 
|  | 
| virtual | ~JavaUplink () noexcept | 
|  | 
| virtual void | checkValidInstance () const | 
|  | Throws an IllegalStateException if instance is not valid.  More... 
 | 
|  | 
| virtual std::string | get_java_class () const noexcept=0 | 
|  | 
| const JavaAnonRef & | getJavaObject () noexcept | 
|  | 
| std::string | javaObjectToString () const noexcept | 
|  | 
| JavaUplink & | operator= (const JavaUplink &o) noexcept=default | 
|  | 
| JavaUplink & | operator= (JavaUplink &&o) noexcept=default | 
|  | 
| void | setJavaObject () noexcept | 
|  | Resets the shared JavaAnon reference, the replaced item might be deleted via JNI from dtor.  More... 
 | 
|  | 
| void | setJavaObject (const JavaAnonRef &objRef) noexcept | 
|  | Assigns a new shared JavaAnon reference, replaced item might be deleted via JNI from dtor.  More... 
 | 
|  | 
| virtual std::string | toString () const noexcept | 
|  | 
Definition at line 46 of file DBTDevice.cxx.