All Questions
Tagged with android-ble xamarin.android
2
questions
0
votes
0
answers
153
views
After connect and fast disconnect, my BLE module becomes invisible to other devices, even when I stop the app
I have a Bluetooth LE module I connect to with an App (Xamarin based, but not sure that's important).
I have noticed that I have some case where I connect to the module, then quickly (attempt to) ...
0
votes
0
answers
490
views
How does command response work in a BLE device?
I am able to connect to a BLE device. Then into the command services Writable Characteristics, I am writing a command. OnCharacteristicsWrite returns the GattStatus as Success as well. Where can I ...