Implement GATT
Closed this issue · 1 comments
ConnorRigby commented
The ATT Client currently decodes GATT data as raw uuids. Some of these UUIDs are "special" for the Generic
portion of this protocol.
ConnorRigby commented
#67 Pushed this slightly further forward. We have parsers for GATT now. just need to actually implement the server/client for it now.