I'm trying to setup BLE client-server comm on android devices.
From the server side, I could advertise and see connection updates successfully. On the client side, I could connect to the server , discover its services and characteristics. However, when I try to write the characteristic, I'm receiving
status 133 in onCharacteristicWrite()
I'm not sure why it is happening..!! Need some help..
I've tried to do the following, but they didn't make any impact:
-> adding setWriteType
-> Changing the UUID to a private one
Do I have to get permissions before writing at client side?