The Android Master Control Panel app has an option to remove bond information (which works). But the API for it is hidden.
I'm just wondering if you use reflection to de-bond or is there another way?
The Android Master Control Panel app has an option to remove bond information (which works). But the API for it is hidden.
I'm just wondering if you use reflection to de-bond or is there another way?
Hello, yes, we use reflections. Here's the method implemented in DFU Library: github.com/.../DfuBaseService.java
Hello, yes, we use reflections. Here's the method implemented in DFU Library: github.com/.../DfuBaseService.java
Awesome, thanks!