From ff9fd605200825322beed8f86df765b70370b9d3 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 10 May 2014 23:56:23 +0200 Subject: bluez5 keeps removing APIs, so switch to our own --- gatoperipheral.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gatoperipheral.cpp') diff --git a/gatoperipheral.cpp b/gatoperipheral.cpp index 0a1f723..0228471 100644 --- a/gatoperipheral.cpp +++ b/gatoperipheral.cpp @@ -41,7 +41,8 @@ enum EIRDataFields { EIRTxPowerLevel = 0x0A, EIRDeviceClass = 0x0D, EIRSecurityManagerTKValue = 0x10, - EIRSecurityManagerOutOfBandFlags = 0x11 + EIRSecurityManagerOutOfBandFlags = 0x11, + EIRSolicitedUUID128List = 0x15 }; GatoPeripheral::GatoPeripheral(const GatoAddress &addr, QObject *parent) : @@ -127,6 +128,10 @@ void GatoPeripheral::parseEIR(quint8 data[], int len) case EIRCompleteLocalName: d->parseName(true, &data[pos + 1], item_len - 1); break; + case EIRTxPowerLevel: + case EIRSolicitedUUID128List: + qDebug() << "Unhandled EIR data type" << type; + break; default: qWarning() << "Unknown EIR data type" << type; break; -- cgit v1.2.3