jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
397 stars 56 forks source link

Implement connection parameter update mechanisms #84

Open jonas-schievink opened 4 years ago

jonas-schievink commented 4 years ago

There are 3 mechanisms for the slave to request specific connection parameters:

I've started to prototype the LLCP procedure, but it's not very simple to do.

Since we'll have to implement the mandatory L2CAP signaling channel and the GAP service anyways, I think going for the L2CAP solution is simplest (and results in the least code bloat).

cc @perlindgren