requestPairing - no SIGNAL...
-
This is my simple code :
localDevice.requestPairing(adapter.address(),
QBluetoothLocalDevice::AuthorizedPaired);I have verify my "connect" by running pairingFinished
- it does run my SLOT function. .
What is my next step to verify and fix failing paring?
-
This is my simple code :
localDevice.requestPairing(adapter.address(),
QBluetoothLocalDevice::AuthorizedPaired);I have verify my "connect" by running pairingFinished
- it does run my SLOT function. .
What is my next step to verify and fix failing paring?
@AnneRanch said in requestPairing - no SIGNAL...:
What is my next step to verify and fix failing paring?
Check what's written there:
-
This is my simple code :
localDevice.requestPairing(adapter.address(),
QBluetoothLocalDevice::AuthorizedPaired);I have verify my "connect" by running pairingFinished
- it does run my SLOT function. .
What is my next step to verify and fix failing paring?
@AnneRanch Fixed by carefully RTFM and byscanner code example.
SOLVED