You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been developing an application using this package and have been considering the security of the Bluetooth connections. Specifically, I’m interested in understanding whether the connections established through your package are encrypted.
As per my understanding, Bluetooth does have built-in support for encryption, and this is generally handled automatically at the operating system level when two devices are paired. However, I couldn’t find specific information regarding this in the documentation for the Flutter Reactive BLE package.
Could you please confirm if the connections established using Flutter Reactive BLE leverage the encryption provided by the underlying operating system’s Bluetooth stack? If so, are there any specific requirements or steps we need to ensure or follow to enable this encryption?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I’ve been developing an application using this package and have been considering the security of the Bluetooth connections. Specifically, I’m interested in understanding whether the connections established through your package are encrypted.
As per my understanding, Bluetooth does have built-in support for encryption, and this is generally handled automatically at the operating system level when two devices are paired. However, I couldn’t find specific information regarding this in the documentation for the Flutter Reactive BLE package.
Could you please confirm if the connections established using Flutter Reactive BLE leverage the encryption provided by the underlying operating system’s Bluetooth stack? If so, are there any specific requirements or steps we need to ensure or follow to enable this encryption?
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions