diff options
author | Sven Gothel <[email protected]> | 2021-11-29 16:12:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-11-29 16:12:38 +0100 |
commit | 4a1456402ecbf07cf16e02aa31788f1f66567890 (patch) | |
tree | 27908e9e0edda38081182ca3b3b8a3a5f664c773 /java/jni | |
parent | 42e514f2a0e32263a4eea9634506f9ab32e62a1e (diff) |
DBTAdapter.cxx: Fix AdapterStatusListener.discoveringChanged(..) signature
Diffstat (limited to 'java/jni')
-rw-r--r-- | java/jni/direct_bt/DBTAdapter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jni/direct_bt/DBTAdapter.cxx b/java/jni/direct_bt/DBTAdapter.cxx index 0a4ad393..fc9c39c2 100644 --- a/java/jni/direct_bt/DBTAdapter.cxx +++ b/java/jni/direct_bt/DBTAdapter.cxx @@ -53,7 +53,7 @@ static const std::string _pairingStateClazzGetArgs("(B)Lorg/direct_bt/SMPPairing static const std::string _deviceClazzCtorArgs("(JLjau/direct_bt/DBTAdapter;[BBJLjava/lang/String;)V"); static const std::string _adapterSettingsChangedMethodArgs("(Lorg/direct_bt/BTAdapter;Lorg/direct_bt/AdapterSettings;Lorg/direct_bt/AdapterSettings;Lorg/direct_bt/AdapterSettings;J)V"); -static const std::string _discoveringChangedMethodArgs("(Lorg/direct_bt/BTAdapter;Lorg/direct_bt/ScanType;Lorg/direct_bt/ScanType;ZZJ)V"); +static const std::string _discoveringChangedMethodArgs("(Lorg/direct_bt/BTAdapter;Lorg/direct_bt/ScanType;Lorg/direct_bt/ScanType;ZLorg/direct_bt/DiscoveryPolicy;J)V"); static const std::string _deviceFoundMethodArgs("(Lorg/direct_bt/BTDevice;J)Z"); static const std::string _deviceUpdatedMethodArgs("(Lorg/direct_bt/BTDevice;Lorg/direct_bt/EIRDataTypeSet;J)V"); static const std::string _deviceConnectedMethodArgs("(Lorg/direct_bt/BTDevice;SJ)V"); |