Hello fellow engineers--
I'm trying to write 10 bytes to the simpleGATTProfile characteristic 0x17, UUID: 0xFFF4. I cannot write more than 2 bytes or I get a "Invalid Attribute Value Length" error. I get this error with TI's BTTool and a Bluegiga dongle. I cannot find in the descriptors where I specify an Attribute's size. I can read more than 2 bytes just by changing pLen, but cannot write more than 2 bytes. Is there something I'm missing? i am aware of the 18 or so byte limit of wiring because of the MTU and I know I'm not hitting that limit.
Thanks,
-Phil H.