python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to figure out for which original call onCharacteristicChanged was triggered?
I have device that accepts commands in write characteristic and returns back data in notification characteristic. Problem is when I call 2 different commands (call 2 writes) and notifications returned...

Andrei V
Votes: 0
Answers: 0
Flutter Blue characteristic length is limited
I am developing an app in flutter using flutter blue plugin where i am getting the data from a customized bluetooth low energy controller all the neccessary data is in characteristic of the property o...

Abid Hussain
Votes: 0
Answers: 0
Writing Characteristics on Bluetooth Device
For those who have already worked on Bluetooth Low Energy on Flutter:
I am developing a mobile application. Simply, every time the user clicks on the "Read Data" button, I want to discoverSe...
overseas
Votes: 0
Answers: 1
How to enable notifications on exactly 2 characteristics in Android?
I want to be able to receive notifications on exactly 2 characteristics. Said characteristics are RX and TX from the perspective of the BLE device I am communicating with. I have succeeded in doing it...

Mohamed El Kayal
Votes: 0
Answers: 0