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

    • 1e1a95a284c9c992bb5a7c752d4a85af37f4d14c

      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());
      }

        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