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, ...