Skip to content Skip to sidebar Skip to footer

Android-ble - Problems Writing Data To Characteristic

I'm trying to write data to a BLE-characteristic, but I got the status 130 in my callback what means GATT_WRONG_STATE. Unfortunately, I have no idea, what state is wrong and how I

Solution 1:

To use reliable writes, the characteristic properties must include the reliable writes bit. Your characteristic doesn't, so simply use "normal" writes instead.


Post a Comment for "Android-ble - Problems Writing Data To Characteristic"