1. 31 Oct, 2018 - 2 commits
  2. 19 Oct, 2018 - 2 commits
  3. 16 Oct, 2018 - 1 commit
    • Alex Blasche's avatar
      Fix SDP BrowseGroupList entry · 97dc04e0
      Alex Blasche authored
      
      A BrowseGroupList is defined as sequence in which each element is a UUID
      that represents a browse group to which the service record belongs.
      Except for the QBluetoothServer::listen() implementation every other
      implementation did not use the sequence pattern. This patch unifies
      all BrowseGroupList entries through QtBluetooth and its examples/tests.
      
      Change-Id: I37640ae0500c557d79350359883abc6a66a46346
      Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
      97dc04e0
  4. 15 Oct, 2018 - 2 commits
  5. 11 Oct, 2018 - 1 commit
  6. 10 Oct, 2018 - 1 commit
  7. 09 Oct, 2018 - 1 commit
  8. 08 Oct, 2018 - 1 commit
  9. 28 Sep, 2018 - 3 commits
  10. 27 Sep, 2018 - 2 commits
  11. 26 Sep, 2018 - 5 commits
  12. 19 Sep, 2018 - 1 commit
  13. 18 Sep, 2018 - 1 commit
  14. 15 Sep, 2018 - 1 commit
  15. 14 Sep, 2018 - 3 commits
  16. 11 Sep, 2018 - 1 commit
  17. 09 Sep, 2018 - 1 commit
  18. 08 Sep, 2018 - 1 commit
  19. 07 Sep, 2018 - 1 commit
  20. 05 Sep, 2018 - 1 commit
  21. 03 Sep, 2018 - 1 commit
  22. 31 Aug, 2018 - 4 commits
    • Oliver Wolff's avatar
      winrt: Do proper error handling if connecting to a LE device fails · 77186711
      Oliver Wolff authored
      
      Task-number: QTBUG-70162
      Change-Id: I4556cbf1965121b042a55e3e36e24383f8fa8dc9
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
      77186711
    • Alex Blasche's avatar
      Fix bluez config test failure on clang · 2a52a400
      Alex Blasche authored
      
      This compile failure used to be a warning only but these days is a failure
      for clang:
      
      > /home/ablasche/dev/qt/qt512/qtconnectivity/config.tests/bluez/main.cpp:36:11: error: taking the address of a temporary object of type 'bdaddr_t' [-Waddress-of-temporary]
      >     bacmp(BDADDR_ANY, BDADDR_LOCAL);
      >           ^~~~~~~~~~
      > /usr/include/bluetooth/bluetooth.h:310:23: note: expanded from macro 'BDADDR_ANY'
      > #define BDADDR_ANY   (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}})
      >                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      > /home/ablasche/dev/qt/qt512/qtconnectivity/config.tests/bluez/main.cpp:36:23: error: taking the address of a temporary object of type 'bdaddr_t' [-Waddress-of-temporary]
      >     bacmp(BDADDR_ANY, BDADDR_LOCAL);
      >                       ^~~~~~~~~~~~
      > /usr/include/bluetooth/bluetooth.h:312:23: note: expanded from macro 'BDADDR_LOCAL'
      > #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}})
      >                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      > 2 errors generated.
      
      The need for BDADDR_NONE is obsolete now since the test does not rely on
      those defines anymore. The main purpose is to check that bluetooth.h
      is available which is already tested by using bacmp and bdaddr_t.
      
      Change-Id: I09da4dc5cd3945ffae7819628b45477a52789006
      Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
      Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
      2a52a400
    • Alex Blasche's avatar
      Add changelog for 5.11.2 release · 8b70dcb2
      Alex Blasche authored
      
      Change-Id: Ie610cc0935594bda8c05cfad41dd49218e1930f1
      Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
      v5.11.2
      8b70dcb2
    • Alex Blasche's avatar
      Fix failing restart of HeartRateServer example · 90ae5766
      Alex Blasche authored
      
      Disconnecting from central devices invalidates the peripheral's service.
      The change ensures that the service is recreated upon disconnection.
      
      Change-Id: I2defc6ffb4c9f23d70b6f181c25f47746b3859a4
      Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
      90ae5766
  23. 30 Aug, 2018 - 3 commits