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

Invalid Attribute Value Length

I have been working on a project that involves two nrf51 dev boards, one is acting as a central and the other is acting as a peripheral, and I have been encountering a problem when sending data from the central to the peripheral. When using the packet sniffer I can see that the two devices are successfully connected, however when I press a button on the central to send information to the peripheral I see the following:

Master Slave ATT Rcvd Write Request, Handle: 0x000b Slave Master ATT Rcvd Error Response - Invalid Attribute Value Length, Handle: 0x000b

I never see any errors get handled on either the central or the peripheral when this problem occurs so I'm having a lot of difficulty determining what is causing this problem. I'm relatively certain the issue is on the central side since the peripheral side seems to work just fine when connected with Master Control Panel. What does this error mean and where would you suggest looking for the cause of this error?

Parents Reply Children
No Data
Related