jonas-schievink/rubble

Implement (G)ATT on top of L2CAP

Open

#29 opened on Mar 31, 2019

View on GitHub
 (6 comments) (3 reactions) (0 assignees)Rust (403 stars) (58 forks)user submission
area: (G)ATThelp wantedstatus: needs codestatus: needs designtype: enhancement

Description

GATT is not it's own protocol, but means Generic Attribute Profile (even though the spec sometimes calls it Generic Attribute Protocol - I'm not making this shit up!). We have to implement whatever parts of ATT are needed by GATT.

Contributor guide