jonas-schievink / rubble

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

Split the beacon code into its own demo #75

Closed jonas-schievink closed 4 years ago

jonas-schievink commented 5 years ago

Currently, the nrf52810-demo contains code for both running a simple GATT server as well as off-by-default code for broadcasting a beacon. All the beacon code should be moved into its own demo.

In the future, a separate multitasking-demo that shows how to establish multiple connections while also sending beacons might be nice, but for now it's better to split them up so they're easier to understand.