locked
How to Communicate Bluetooth LE device once it is connected in windows RRS feed

  • Question

  • Hi,

    I have Bluetooth LE device and it is paired and connected in my machine. Now my Winform application should communicate with the connected Bluetooth LE device from PC. Could you please help me out with API's and Sample code for it.

    BR

    Phani



    Monday, April 29, 2019 11:52 AM

All replies

  • How is it connected?  What interfaces does it expose?  What does it do?

    Bruce Eitman
    Senior Enginer
    Bruce.Eitman AT Synopsys DOT com
    My BLOG http://geekswithblogs.net/bruceeitman
    I work for
    Synopsys

    Monday, April 29, 2019 12:55 PM
  • I have Turn on the Bluetooth in my PC and search for the available devices, Bluetooth LE devices is also listed.

    Paired and connected from my PC by entering default passkey.

    Now, I want to communicate to the connected device from winform application.

    Kindly help me out with samples and API's to communicate the connected devices from PC to winform application via Bluetooth


    Tuesday, April 30, 2019 5:02 AM
  • How is it connected?  What interfaces does it expose?  What does it do?

    If you cannot answer those questions, then you cannot communicate with it. 

    You had already established that the "wire" between the devices is BLE - but that doesn't give us any clues as to how they will communicate.  I call it a wire to help demonstrate that there is a lot more to it than the wire between devices.  On top of any wire there are protocols which define the interface that you will use.

    So you need to do some more research and determine how they plan to communicate.  Once you know that, then you can probably google and find the APIs.


    Bruce Eitman
    Senior Enginer
    Bruce.Eitman AT Synopsys DOT com
    My BLOG http://geekswithblogs.net/bruceeitman
    I work for
    Synopsys

    Tuesday, April 30, 2019 1:02 PM