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 (58 forks)user submission
area: (G)ATThelp wantedstatus: needs codestatus: needs designtype: enhancement

Repository metrics

Stars
 (403 stars)
PR merge metrics
 (No merged PRs in 30d)

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