Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QLowEnergyController::connectionUpdated never get emitted
Forum Updated to NodeBB v4.3 + New Features

QLowEnergyController::connectionUpdated never get emitted

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 166 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.
  • S Offline
    S Offline
    Salah_dex
    wrote on last edited by
    #1

    Hi i'm working on Qt/C++ based application on linux machine, to communicate with ContourNextOne device( gluecose metter), the specification indicate the connection parameters, so i had to change the controller connection parameters using :

    m_connectionParameters.setIntervalRange(50,70);
    m_connectionParameters.setLatency(0);
    m_connectionParameters.setSupervisionTimeout(150);

    and once connected:

    m_connectedToDevice=true;
    qDebug()<<"connected !";

    m_deviceController->requestConnectionUpdate(m_connectionParameters);
    

    after that nothing happens the signal connectionUpdated never get emitted

    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