User Activity

In `ble_defs.h`, we have the following security permissions for attributes:/* Security permissions for an attribute */ #define ATTR_PERMISSION_NONE 0x00U /* No security. */ #define ATTR_PERMISSION_AUTHEN_READ 0x01U /* Need authenticatio...
My application is a BLE peripheral with no display and no keyboard. When idling, the device advertises once every 1-2.5 seconds. When the user presses the button on the device, it goes into "pairing mode" and starts advertising once every 80-100 ms.W...
I'm working on a BLE application which uses a pair of BLE characteristics to transfer packets of data (similar to a cable replacement service). I believe I have followed the recommendations in AN5289 8.6.9 to mazimize throughput.When I read packets f...
I'm having an oddly difficult time seeing how to do something quite simple. In older CubeMX projects, the `Adv_Request` function looked like this: static void Adv_Request(APP_BLE_ConnStatus_t NewStatus) { tBleStatus ret = BLE_STATUS_INVALID_PARAMS;...
AN5669 seems to indicate that the BLE Object Transfer Service is available on STM32WB devices. Are there any technical documents or examples showing how this would be used in an STM32Cube application?
Kudos given to