Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -rc447018bc6c50996f402e01f951d40b17a120705 --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision c447018bc6c50996f402e01f951d40b17a120705) @@ -101,6 +101,7 @@ void onLocalDeviceConnect (const QBluetoothAddress &vAddress ); void onLocalDeviceDisconnect (const QBluetoothAddress &vAddress ); void onLocalError ( QBluetoothLocalDevice::Error vError ); + void onLocalPairingFinished (const QBluetoothAddress addr , QBluetoothLocalDevice::Pairing pair ); // Discovery Agent Slots void onAgentDiscoverDevice (const QBluetoothDeviceInfo & vDevice ); @@ -168,8 +169,8 @@ void interpretBloodPressure (const QByteArray &vData); void interpretInformation (); void interpretBattery (const QByteArray &vData); + void requestDevicePairing (const QBluetoothAddress &vAddress); - signals: void didStateChange (const BluetoothData &vData); void didActionReceive (const UIBloodPressureData &vData);