I am trying to connect my android application with BLE
. When an App connects with BLE
, i want to read the characteristic data.
But in my case, all the characteristic response come in onCharacteristicChanged()
method.
How I can handle multiple characteristic notifications at the same time