jonas-schievink / rubble

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

Implement Slave Latency #83

Open jonas-schievink opened 4 years ago

jonas-schievink commented 4 years ago

Slave Latency allows a slave/peripheral to skip connection events if it has nothing to send, which saves energy. Currently it is ignored, which is correct but inefficient.