1. 05 Sep, 2014 - 1 commit
  2. 03 Sep, 2014 - 2 commits
  3. 02 Sep, 2014 - 8 commits
  4. 28 Aug, 2014 - 1 commit
  5. 27 Aug, 2014 - 2 commits
    • Alex Blasche's avatar
      Fix L2CP socket connections · 167faeec
      Alex Blasche authored
      L2CP's psm (the RFCOMM port equivalent) was never published via SDP.
      Therefore the service client could not get the required information
      to connect to the server. After this patch Qt properly publishes
      the psm.
      
      Also, QBluetoothSocket::connect() initiated a service
      discovery to obtain the missing psm. Since the published SDP
      entry didn't contain one, protocolServiceMultiplexer() always returned
      0 and another service discovery was initiated. This caused a crash
      inside QBluetoothSocket because the 1st QBluetoothServiceDiscoveryAgent
      instance was deleted in favor of the 2nd.
      
      The patch changes the client behavior such that it doesn't crash
      if the service discovery didn't turn up a valid psm/port.
      It improves the robustness in case of an error and avoids
      a second service discovery (which wouldn't turn up more information
      anyway).
      
      The bug only affected Bluez as it is the only platform supporting
      pure L2CP sockets.
      
      Last but not least a capability to test L2CP sockets was added to
      b...
      v5.3.2
      167faeec
    • Alex Blasche's avatar
      Improve quint128 to QBluetoothUuid conversion performance · 9f4c45b5
      Alex Blasche authored
      
      The change improves the performance between 8-10%.
      
      Change-Id: I342e669d3f18cd2179b65f1af172db52303ff44c
      Reviewed-by: default avatarAaron McCarthy <mccarthy.aaron@gmail.com>
      9f4c45b5
  6. 25 Aug, 2014 - 7 commits
  7. 24 Aug, 2014 - 1 commit
  8. 18 Aug, 2014 - 4 commits
  9. 15 Aug, 2014 - 2 commits
  10. 14 Aug, 2014 - 1 commit
  11. 13 Aug, 2014 - 6 commits
  12. 12 Aug, 2014 - 1 commit
  13. 24 Jul, 2014 - 2 commits
  14. 23 Jul, 2014 - 2 commits