|
Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Additional Inherited Members | |
Public Member Functions inherited from direct_bt::AdapterStatusListener | |
| ~AdapterStatusListener () noexcept override=default | |
| virtual void | adapterSettingsChanged (BTAdapter &adapter, const AdapterSetting oldmask, const AdapterSetting newmask, const AdapterSetting changedmask, const uint64_t timestamp) |
| BTAdapter setting(s) changed. More... | |
| virtual void | deviceConnected (const BTDeviceRef &device, const bool discovered, const uint64_t timestamp) |
| Remote BTDevice got connected. More... | |
| virtual void | deviceDisconnected (const BTDeviceRef &device, const HCIStatusCode reason, const uint16_t handle, const uint64_t timestamp) |
| Remote BTDevice got disconnected. More... | |
| virtual bool | deviceFound (const BTDeviceRef &device, const uint64_t timestamp) |
| A remote BTDevice has been newly discovered. More... | |
| virtual void | devicePairingState (const BTDeviceRef &device, const SMPPairingState state, const PairingMode mode, const uint64_t timestamp) |
| An already connected remote BTDevice's SMPPairingState has changed. More... | |
| virtual void | deviceReady (const BTDeviceRef &device, const uint64_t timestamp) |
| Remote BTDevice is ready for user (GATT) processing, i.e. More... | |
| virtual void | deviceUpdated (const BTDeviceRef &device, const EIRDataType updateMask, const uint64_t timestamp) |
| An already discovered remote BTDevice has been updated. More... | |
| virtual void | discoveringChanged (BTAdapter &adapter, const ScanType currentMeta, const ScanType changedType, const bool changedEnabled, const DiscoveryPolicy policy, const uint64_t timestamp) |
| BTAdapter's discovery state has changed, i.e. More... | |
| std::string | get_java_class () const noexcept override |
| bool | operator!= (const AdapterStatusListener &rhs) const |
| virtual bool | operator== (const AdapterStatusListener &rhs) const |
| Default comparison operator, merely testing for same memory reference. More... | |
| std::string | toString () const noexcept override |
Public Member Functions inherited from jau::jni::JavaUplink | |
| 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 |
Static Public Member Functions inherited from direct_bt::AdapterStatusListener | |
| static std::string | java_class () noexcept |
Definition at line 121 of file dbt_repeater00.cpp.