Hello
I am using Qt for Android 5.7 and Qt Bluetooth lib
I try to compile source code but I met an error as below:

device.cpp:158: error: 'mine' is not a member of 'QBluetoothUuid'
const QLowEnergyCharacteristic link = service->characteristic(QBluetoothUuid::mine);


Please help me. Thanks