andreysemenov created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. andreysemenov requested review of this revision.
REVISION SUMMARY If device connected with adapter via Bluetooth LE and i try to pair, device's address changing to another and it's address type becomes to 'public' instead of 'random'. So there is no actual possibility to control pairing result. TEST PLAN 1. Create Bluetooth Low Energy service. 2. Connect with device to this service. 3. Try to pair device with BluezQt API. 4. Even if device paired BluezQt API's method isPaired() returns false, because device changed its address and address type. 5. Apply patch. 6. Do same steps with connection to addressChanged signal. REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D13268 AFFECTED FILES src/device.h src/device_p.cpp src/device_p.h To: andreysemenov Cc: kde-frameworks-devel, michaelh, ngraham, bruns