qtconnectivity/tests/bluetoothtestdevice
Ivan Solovev 5a5abc2d73 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
Pick-to: 6.4 6.3 6.2
Change-Id: Id5ba5b00527a01903b3730733188065c1cc6a94e
Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>
2022-08-26 12:50:02 +02:00
..
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 15:42:36 +02:00
bluetoothtestdevice.cpp Add tst_qlowenergycontroller_device::testRepeatedCharacteristicsWrite() 2022-08-26 12:50:02 +02:00