Compare commits
1 commit
e9fa613c0d
...
4e8f922490
Author | SHA1 | Date | |
---|---|---|---|
4e8f922490 |
1 changed files with 2 additions and 1 deletions
|
@ -6,12 +6,13 @@
|
|||
#include <malloc.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#define EUICC_CONFIGURED_ADDRESSES_CLASS "net/typeblog/lpac_jni/EuiccConfiguredAddresses"
|
||||
|
||||
jclass euicc_configured_addresses_class;
|
||||
jmethodID euicc_configured_addresses_constructor;
|
||||
|
||||
jmethodID on_discovered;
|
||||
|
||||
#define EUICC_CONFIGURED_ADDRESSES_CLASS "net/typeblog/lpac_jni/EuiccConfiguredAddresses"
|
||||
#define DISCOVERY_CALLBACK_CLASS "net/typeblog/lpac_jni/ProfileDiscoveryCallback"
|
||||
#define STRING_CLASS "java/lang/String"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue