I have successfully created a GATT service using epi-bluetooth and am able to send notify messages to subscribers, however I am unable to write a message to the device.
I'm using LightBlue to test, here you can see that notifications are working:
However when I send a similar message, the debug node is never called:
My guess is I am not chunking the message correctly. I have tried a variety of strings however none of them trigger the debug node:
I have successfully created a GATT service using epi-bluetooth and am able to send notify messages to subscribers, however I am unable to write a message to the device.
I'm using LightBlue to test, here you can see that notifications are working:
However when I send a similar message, the debug node is never called:
My guess is I am not chunking the message correctly. I have tried a variety of strings however none of them trigger the debug node:
Any help would be much appreciated