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

QBluetoothSocket::peerName() function return mac address instead of remote device name in Symbian

    XMLWordPrintable

Details

    • 1e1a95a284c9c992bb5a7c752d4a85af37f4d14c

    Description

      CODE to modify:

      qtmobility/src/connectivity/bluetooth/qbluetoothsocket_symbian.cpp:

      QString QBluetoothSocketPrivate::peerName() const
      {
      //TODO: should return name instead of address
      return peerAddress().toString();
      }

      QBluetoothAddress QBluetoothSocketPrivate::peerAddress() const
      {
      TBTSockAddr address;

      iSocket->RemoteName(address);

      return qTBTDevAddrToQBluetoothAddress(address.BTAddr());
      }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: