cancel
Showing results for 
Search instead for 
Did you mean: 

Command to send data from server to client in stm32WB

IRakh.1
Associate III

Hello

I need send data from server to client, I did it, with the next command

uint8_t data= 8;

uint8_t *send_data= &data;

P2PS_STM_App_Update_Char(P2P_NOTIFY_CHAR_UUID, send_data);

But in "ST BLE Sensor" I can flash the lamp but can not receive value, it is always - 0

do you know which command better to use

2 REPLIES 2
IRakh.1
Associate III

#STM32WB​ #BLE​ 

Remy ISSALYS
ST Employee

Hello,

You can used ST BLE ToolBox application to see the data send from the server.

Best Regards