Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Win10 receive file from bluetooth device

    General and Desktop
    2
    3
    84
    Loading More Posts
    • 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
      addebito last edited by

      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 Reply Quote 0
      • A
        AnneRanch last edited by

        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 Reply Quote 1
        • A
          addebito @AnneRanch last edited by

          Thank you @AnneRanch

          1 Reply Last reply Reply Quote 0
          • First post
            Last post