qtconnectivity/tests/bluetoothtestdevice
Ivan Solovev aef6acbb99 Add tst_qlowenergycontroller_device::testRepeatedCharacteristicsWrite()
... and its counterpart in bluetoothtestdevice.

The client side generates multiple writes to the same characteristics.
The server side, when receiving each new value, copies it to the
notifying characteristic, which sends notification back to the clien.
In this way the client can verify that all writes were completed
successfully and in the right order.

Fixes: QTBUG-105556
Change-Id: Id5ba5b00527a01903b3730733188065c1cc6a94e
Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>
(cherry picked from commit 5a5abc2d73)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2022-08-26 12:18:43 +00:00
..
CMakeLists.txt Re-enable BT tests on macOS and add appropriate Info.plist 2021-12-22 16:12:44 +00:00
bluetoothtestdevice.cpp Add tst_qlowenergycontroller_device::testRepeatedCharacteristicsWrite() 2022-08-26 12:18:43 +00:00