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. Win10 receive file from bluetooth device
Forum Updated to NodeBB v4.3 + New Features

Win10 receive file from bluetooth device

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 209 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.
  • A Offline
    A Offline
    addebito
    wrote on last edited by
    #1

    Hi at all,

    I have to implement a file transfer (pictures) from a mobile phone to a Win10 computer.
    I've look the examples "btfiletransfer" in C++ and "picturetranfer" in QML but they don't work.

    Do you have already use bluetooth to receive file in Win10?
    Do you have some advice?

    Thank you.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Anonymous_Banned275
      wrote on last edited by
      #2

      Take a look at qtconnecetivity examples.
      I am currently using "btscanner" as a basic bluetooth application.
      It did not work well "out of box" and it is not well documented.
      btscanner "only" inquires for nearby bluetooth devices and does rudimentary "pair".
      My next qtconnecetivity example will be "chat" (?) which seems to implement actual transfer of data via bluetooth.

      In general - bluetooth applications are based on "bluez" library , one of the most underdocumeted resource and "everybody is using it ".

      Cheers

      A 1 Reply Last reply
      1
      • A Anonymous_Banned275

        Take a look at qtconnecetivity examples.
        I am currently using "btscanner" as a basic bluetooth application.
        It did not work well "out of box" and it is not well documented.
        btscanner "only" inquires for nearby bluetooth devices and does rudimentary "pair".
        My next qtconnecetivity example will be "chat" (?) which seems to implement actual transfer of data via bluetooth.

        In general - bluetooth applications are based on "bluez" library , one of the most underdocumeted resource and "everybody is using it ".

        Cheers

        A Offline
        A Offline
        addebito
        wrote on last edited by
        #3

        Thank you @AnneRanch

        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