summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/battery1_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement handling of BTLE Battery servicesAlex Blasche2018-09-141-0/+51
Since BlueZ 5.48 battery services are no longer exposed via the generic GATT interface but have their own dedicated Battery1 interface. This patch transforms the dedicated interface back into the previous behavior. Essentially we are emulating the old interface to ensure that the QLowEnergyService user does not have to distinguish. Fixes: QTBUG-70222 Change-Id: Ib9fef41cf16f7562f169f51ee45b19f52de6a0c0 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>