cancel
Showing results for 
Search instead for 
Did you mean: 

Sending BLE message data via UART

OCatt.1
Associate II

I am attempting to send a file via BLE (Windows app -> STM32WB55), I've found that the ACI_GATT_ATTRIBUTE_MODIFIED_VSEVT_CODE event is called whenever a packet is received by the board however I am unable to find where the actual packet data is stored or understand how to output it. (I.e. send "HELLO" string via BLE, board outputs "HELLO" via uart).

I am trying to output this data serially via the UART connection. Similarly, I am trying to receive input via uart and transfer the payload from the board to the windows app via BLE.

I have looked at attribute_modified->Attr_Data and similar variables within the event, however I don't believe these are what I'm after.

Thank you for any help,

Oliver.

1 REPLY 1
OCatt.1
Associate II

Can anyone help me with this?