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. How to read two ble service characteristic's in qt bluetooth (BLE)
Forum Updated to NodeBB v4.3 + New Features

How to read two ble service characteristic's in qt bluetooth (BLE)

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 203 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.
  • B Offline
    B Offline
    Balaji Sivakumar
    wrote on last edited by Balaji Sivakumar
    #1

    Hi All,

    I'm working the Bluetooth Low energy in Qt, I can able read single service characteristic, but when I'm trying to read two service characteristic at the same time, Qt Application is not working.

    My Goal:
    I need to read both characteristic values in different service at the same time.

    static const QLatin1String DATA_SERVICE("00002800-0000-1000-8000-00805f9b34fb"); <-- Service
    static const QLatin1String CurrentUUID("f000fff4-0451-4000-b000-000000000000"); <-- characteristic

    static const QLatin1String MODE_SERVICE("00002701-0000-1000-8000-00805f9b34fb"); <-- Service
    static const QLatin1String POINT_DETECT("f000fff9-0451-4000-b000-000000000000"); <-- characteristic

    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