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

GATT/SR/GAT/BV-01-C will fail as a timeout while waiting for a confirmation. Their should be an optional user callback, that would be called, if such timeout occurs and the waiting for...

bug

L2CAP/LE/CPU/BI-02-C fails when executed by PTS. PTS issues the request directly on the very first connection event and Bluetoe does not respond to this.

bug

The spec requires the link layer to send out LL_PING PDUs to a central, when there is no traffic on an encrypted link. Currently, Bluetoe just responds to a LL_PING...

bug

Bluetoe does not support an API for key press notifications during pairing. If the `enable_keypress_notifications` option is set to the security manager, the API should be expanded by 5 functions...

enhancement