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. Bluetooth SPP UUID from 128bit to 16bit
Forum Updated to NodeBB v4.3 + New Features

Bluetooth SPP UUID from 128bit to 16bit

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.2k Views 1 Watching
  • 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.
  • J Offline
    J Offline
    Jeroen Sack
    wrote on last edited by
    #1

    When I am creating a QBluetoothUuid with the baseUuid of SSP as uuid which is 128bit it still tells me the minimumSize of the uuid is 16bit which is what will appear in the sdp data. So the following code will reply with 16 bit:

    static const QLatin1String testUuid("00001101-0000-1000-8000-00805F9B34FB");
    qDebug() << "length: " << QBluetoothUuid(testUuid).minimumSize();
    

    And when I change the uuid just a little bit it tells me the uuid is indeed 128bit as what I entered. Is this done on purpose or should I just get the 128bit back also for the baseUuid? I couldn't find any information about this abbreviation in the sdp protocol documentation.

    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