bluetoe icon indicating copy to clipboard operation
bluetoe copied to clipboard

C++ Framework to build Bluetooth LE Server (GATT)

Results 54 bluetoe issues
Sort by recently updated
recently updated
newest added

It would be helpful to have a Dockerfile to be able to build the examples out of the box.

enhancement

the nrf52 implementation relies on `volatile` variables, with should be easily replaceable by `std::atomics`.

enhancement

To have the examples independent from: - toolchain - microcontroller - CPU - controller variant - hardware / evalboard we need to let the user define: - microcontroller variant -...

It should be able to build nrf52 examples out of the box for: - different variants of the microcontroller like nrf52832, nrf52840 or nrf52820 - provide abstractions for used peripherals...

enhancement

The described behavior of `run()` in `schedule_radio` is not very clear. The nrf52 implementation works well with `link_layer`, but `link_layer` makes assumptions on the behavior of `run()` that holds true,...

bug

Currently, when using the nrf52 binding with encryption, while doing a DH public key exchange, only 26 bytes of the PDU are used. The length of the 3 PDUs is...

bug

Implementation of the Device Timer Service 1.0.

enhancement
help wanted

Currently, the time, the HFXO is switched on for the periodical RC sleep clock calibration, is synchronized to full connection event length (or advertising). When the calibrated sleep clock is...

enhancement

In the current implementation, the connection event anchor is taken at the end of the PDU. This prohibits to capture the anchor in case, that the CRC is wrong, as...

bug

Currently, the More Data flag is cleared in the nrf52.cpp radio implementation, as the current implementation does not support the Mode Data flag. Expected: Support for More Data flag