Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1355

QBluetoothSocket::peerName() return Address instead of name.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 1.2.0
    • None
    • 5th edition, Symbian3

      Following code (qbluetoothsocket_symbian.cpp)) should be modified:

      QString QBluetoothSocketPrivate::peerName() const
      {
          //TODO should return peername instead of address
          return peerAddress().toString();
      }
      
      QBluetoothAddress QBluetoothSocketPrivate::peerAddress() const
      {
          TBTSockAddr address;
      
          iSocket->RemoteName(address);
      
          return qTBTDevAddrToQBluetoothAddress(address.BTAddr());
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            haxu Hai Xu
            anluoma Antti Luoma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes