kshoji / BLE-MIDI-for-Android

MIDI over Bluetooth LE driver for Android 4.3 or later
Apache License 2.0
123 stars 41 forks source link

bugfix for Samsung devices: "Failed to register callback" #17

Closed itarozzi closed 3 years ago

itarozzi commented 8 years ago

Using the Central example app on a Samsung Note 10.1 (GT-8010) I had runtime errors and it didn't works: "Failed to register callback"

Investigating around I found this thread : http://stackoverflow.com/questions/20069507/gatt-callback-fails-to-register

Using runOnUiThread now it works well. I don't know if this problem is Samsung only related, I can't test other BLE device at the moment

kshoji commented 3 years ago

I merged into develop branch with the commit ad57dfb9d62e02f1864db027f68654e2d2d56241, so close this. Thanks,