TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

Bluetoe should probably not respond with an error respond to an error respond #60

Closed TorstenRobitzki closed 3 years ago

TorstenRobitzki commented 3 years ago

If Bluetoe receives an error respond. The current behaviors is to respond that with an error response (Request not supported).

TorstenRobitzki commented 3 years ago

I can not find any specified behavior. On the other hand, if two stacks would send an error response in response to an unexpected error response, both would end up sending error responses.