How to start and stop advertising individually with BLE_p2pServer example?
Hi,
i am using NUCLEO-WBA55 with the BLE_p2pServer example from firmware package.
Here for example in file app_ble.c is a define statement
#define ADV_TIMEOUT_MS (60 * 1000)and this ends the advertising after 60 seconds.
However, I would like to start and stop the advertising individually with a command, for example.
Can someone explain to me how I can do this?
