This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Null data is coming in BluetoothGattCharacteristic getValue() method

I am using nRF32 ble module. I am not able to get the value from BluetoothGattCharacteristic. I have declared an object of BluetoothGattCharacteristic and getting the value by using getValue() method. In onServiceDiscovered() method i am getting null value. Can anyone please help in this.

Related