Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Send data using QBluetooth
Forum Updated to NodeBB v4.3 + New Features

Send data using QBluetooth

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 135 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mihaill
    wrote on last edited by
    #1

    Hi!
    My PC (Ubuntu 20) connected o Bluetooth, I can get address and try listen QBluetoothServer:

        QBluetoothLocalDevice device;
        connect(m_bluetoothServer, &QBluetoothServer::newConnection, this, [](){qDebug()<<"wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww";});
        if (device.connectedDevices().length()) {
            m_bluetoothServer->listen(device.connectedDevices()[0]);
        }
    

    How I can send data "10000000-0000-0000-0000-000000000000" on service "{99999999-9999-c8c8-c8c8-d2d2d22d2d2d}" ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved