ConnectionStateHandler failure() method not called

In my app I implemented the MetaWearBoard.ConnectionStateHandler class for handling Bluetooth LE connection events. I tested my app with several different phones and noticed that the failure() method is properly called upon connection attempt failure with my Samsung Galaxy Pocket 2 (running Android 4.4.2). However, if I run the app on my Nexus 5 / 6 (running Android 5.5.1), the failure() method is never called. Any idea why this is happening? I am using the newest Android API (v2.0.18).

Comments

This discussion has been closed.