Change advertisingdata QLowEnergyController
Unsolved
General and Desktop
-
Hi, I'm populing the advertising data of the QLowEnergyController with custom raw data. I would like to change the data during the advertising; I tried to call stopAdvertising, change the data and recall startAdvertising, but Wireshark shows me always the same values in the packets. The only solution I found was recreating the controller with QLowEnergyController::createPeripheral(), but I don't think it's the best practice. Can anyone help me? Thanks