2022-07-20 09:11 PM
Hi Sir,
I use sample code in STM32Cube_FW_WB_V1.13.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_p2pServer and BLE_p2pClient. The BLE characteristic's property CHAR_PROP_WRITE_WITHOUT_RESP is used in the sample, I try to modified it as CHAR_PROP_WRITE, then client cannot control blue LED by pressing SW1 button. is there anywhere need to modify if I use CHAR_PROP_WRITE property? thank you.
Best regards,
C
Solved! Go to Solution.
2022-08-23 02:45 AM
Hello,
In order to use CHAR_PROP_WRITE in BLE_p2pServer and BLE_p2pClient example, do the following modification:
Best Regards
2022-08-23 02:45 AM
Hello,
In order to use CHAR_PROP_WRITE in BLE_p2pServer and BLE_p2pClient example, do the following modification:
Best Regards