jonas-schievink / rubble

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

Passive scanning #118

Open dbrgn opened 4 years ago

dbrgn commented 4 years ago

The demo currently doesn't do any logging. If we'd simply copy over the logging stuff from nrf52-demo, then we'd have a lot of duplication. However, it could be easily added.

Even without logging, the example remains useful.

(I use RTT based logging, so I haven't used UART based logger implementation so far.)

Note that this PR contains a breaking change (method rename).