SimpleBLE
SimpleBLE copied to clipboard
Rust bindings issues
- Crash when IOT device disconnected.
set_callback_on_disconnectednot fired.
2023-03-03 21:48:32.052 CBT[27527:36688227] Peripheral CL-TU10 disconnected: Error Domain=CBErrorDomain Code=7 "The specified device has disconnected from us." UserInfo={NSLocalizedDescription=The specified device has disconnected from us.}
- Crash if try to connect a device while scanning. (NO crash messages)
set_callback_on_connectednever fired.
Hey @kuyoonjo, could you please confirm which operating system you are using?
Edit: Nevermind, I just noticed it's MacOS.
Also, I haven't been able to reproduce issues 1 and 3, but did reproduce issue 2, which seems to be Rust-specific.