summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/lowenergyscanner
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-08-29 15:22:32 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-08-30 07:12:59 +0000
commit96ce6cee40889e45691ca50f31a26b5943ee2470 (patch)
treeec38d59d11bdc00a78de686bb95293737ffc0795 /examples/bluetooth/lowenergyscanner
parent819bb06c2cb3372cb1bb9ddd7f3a504f78d3452d (diff)
Fix LEController peripheral mode on BlueZ
LEController in peripheral mode uses QBluetoothSocket::setSocketDescriptor(). Since QBluetoothsocket was ported to DBus (enabled when Bluez is 5.46 or later) setSocketDescriptor()/server mode does not work. That's why f602d7fef2e2f067e123e5740d4b0bf16c4ec0e2 made sure that QBluetoothServer uses the old raw socket implementation. Unfortunately QLowEnergyController was forgotten and needs the same workaround. Change-Id: I6ba3654ee199d0ffcf4b69f16dfbc5508d6b13d4 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'examples/bluetooth/lowenergyscanner')
0 files changed, 0 insertions, 0 deletions