How to Programmatically Pair and Unpair a bluetooth device?

Hi all,
I have a Bluetooth modem, which i want to programmatically Pair & Unpair. Using the available VIs, i could able to search the services and when i try to connect to the device using one service, windows pops-up the dialog to enter the Passkey (during that time, the VI gives an error out). I want to know, how to programmatially pair the device, meaning how to programmatically enter the passkey, so that user doesnot need to do anything using windows.
Thanks,
logic

Here is a vi that lets you pair with a bluetooth device. You need the 32feet in the hand .net package
http://32feet.net/files/
-Regards
eximo
UofL Bioengineering M.S.
Neuronetrix
"I had rather be right than be president" -Henry Clay
Attachments:
Bluetooth discover and Pair.vi ‏51 KB

Similar Messages

  • I am trying to pair my cell phone and tablet using Messages   App,  but only MMS messages will come through on my tablet.   I've tried pairing and unpaired,  reinstalling app on my tablet,  and can't figure it out.   Any idea how to fix this?

    I am trying to pair my cell phone and tablet using Messages   App,  but only MMS messages will come through on my tablet.   I've tried pairing and unpaired,  reinstalling app on my tablet,  and can't figure it out.   Any idea how to fix this?
    Thanks

    I Shared my most ridiculous situation but didn t log under your problem.
    sorry, I gave you your answer under sunshine99 or Dianna. I want out and you want in.
    if you not find just email me at [removed]
    thanks
    Personal information removed as required by the Verizon Wireless Terms of Service
    Message was edited by: Admin Moderator

  • HT204368 I am having trouble pairing my iPhone4 with bluetooth device. It was connected but is not able to connect after both devices were shut and then switched on, as per Apple instructions. phone does find any bluetooth device closeby. how to fix?

    I am having trouble pairing my iPhone4 with bluetooth device. It was connected but is not able to connect after both devices were shut and then switched on, as per Apple instructions. phone does find any bluetooth device closeby. how to fix?

    NovaRiddle wrote:
    I am having trouble pairing my iPhone4 with bluetooth device. ...
    Depends on the device...
    Have a look here for Supported Bluetooth Profiles
    http://support.apple.com/kb/HT3647

  • HT1555 i just got a new apple tv but for some reason the remote only worked for about a min. and than it wount work at all. i tried to pair and unpair but nathing works but when i press a button the light on the apple tv turns off. what should i do?

    i just got a new apple tv but for some reason the remote only worked for about a min. and than it wount work at all. i tried to pair and unpair but nathing works but when i press a button the light on the apple tv turns off. what should i do?

    Have you held the menu and left arrow together for 6 secs ?  (I think you have from what you say).
    Also try unpowering and restarting AppleTV.
    AC

  • I just bought a new 2013 Honda civic and my iPhone 4S won't pair with the cars Bluetooth device but it did on other people's iPhones; I have no other Bluetooth devices on my phone. Any suggestions?

    I just bought a new 2013 Honda civic and my iPhone 4S won't pair with the cars Bluetooth device but it did on other people's iPhones; I have no other Bluetooth devices on my phone. Any suggestions?

    I have to ask,
    Are you making sure you are in park before attempting the sync?   The car won't allow you to do it in motion, whether or not you're the passenger.

  • On my iPad I can only send email and messages to apple products.how can I send and receive from other devices other than Apple?

    On my iPad I can only send email and messages to apple products.how can I send and receive from other devices other than Apple?

    Vallakat wrote:
    On my iPad I can only send email and messages to apple products.
    There is a huge difference between sending email and sending messages.
    Yes, I believe you when you say you can only send messages to other Apple products.  The iPad is not a telephone, and therefore, it cannot text message.  It can only iMessage, which means it can send and receive messages to/from other Apple products if they are on WiFi or an iMessage capable cellular network.
    Email, however, is a whole different category.  I don't really think you can only exchange email with other Apple products only.  Make sure you have correctly identified the symptoms.

  • Any new  about updating lion to 10.7.4 and problems  with bluetooth devices  like Bose Soundlink Bluetooth Speaker?

    Any new  about updating lion to 10.7.4 and problems  with bluetooth devices  like Bose Soundlink Bluetooth Speaker?

    Monroe
    Just in the moment i updated to lion 10.7.4  my Bose Soundlink Bluetooth  stop working as  good as it was. I´m gonna try the update in the Bose  web page. I hope  it works

  • How to connect Iphone4s and Ipad2 through bluetooth

    How to connect Iphone 4s and Ipad2 through bluetooth normally as we do for some general phone

    you can only connect your iPhone 4S and iPad2 for the purpose of tethering your iPhone's internet connection to the iPad.  Any other connection is not supported.

  • How to Programmatically Create and Activate an ABAP Class

    Hi,
    I have a requirement to programmatically create and activate an ABAP class that implements a 'pre-defined' interface.
    Do you have any ideas how this can be done?
    Thanks,
    Shreevathsa S

    Hi,
       Try if GENRATE SUBROUTINE POOL keyword can be of your help.
    See the below example,
    DATA itab  TYPE TABLE OF string.
    DATA prog  TYPE string.
    DATA class TYPE string.
    APPEND `program.`                     TO itab.
    APPEND `class main definition.`       TO itab.
    APPEND `  public section.`            TO itab.
    APPEND `    class-methods meth.`      TO itab.
    APPEND `endclass.`                    TO itab.
    APPEND `class main implementation.`   TO itab.
    APPEND `  method meth.`               TO itab.
    APPEND `    message 'Test' type 'I'.` TO itab.
    APPEND `  endmethod.`                 TO itab.
    APPEND `endclass.`                    TO itab.
    GENERATE SUBROUTINE POOL itab NAME prog.
    CONCATENATE `\PROGRAM=` prog `\CLASS=MAIN` INTO class.
    CALL METHOD (class)=>meth.
    Regards,
    Sesh

  • HT204387 how do i pair and connect my iphone 4 to an htc evo

    I cannot pair my iphone 4 to an htc evo using bluetooth to send pictures

    junkie8178 wrote:
    iphone cannot be paired with a non-apple device
    Strange... By Bluetooth earpiece is a Jabra.. not Apple..

  • Having trouble opening connections and reading from Bluetooth devices.

    Hello,
    As the title states, I am having trouble opening connections and reading data from a Bluetooth device. We are using a PDA to communicate with LabVIEW. First, the Bluetooth Open Connection VI displays a timeout error half of the time. Second, when it does open, it does not read what the PDA is sending. Third, if it does allow an open connection, it will not do it a second time unless the devices are turned off.
    I also have another related question. I am using a Linksys Bluetooth USB adapter, and the driver is proprietary. Labview requires the use of a Microsoft driver, and we are having problems going back and forth between the drivers. What Bluetooth receiver would you suggest using? The reason I ask is the fact that you have Bluetooth examples of client VI's. Therefore, you must use a similar device. Thank you for your time.
    -Jon

    Hi Jon,
    I'm not sure what Bluetooth receivers were used to verify the functionality of the VIs. However, I still want to help you solve your issue. Please make sure that you are running the shipping examples and let me know what version of LabVIEW, what PC OS and what PDA OS you are using. Does the Microsoft driver work for your Bluetooth receiver if you uninstall the Linksys driver?
    With your answers I'll do my best to help you out.
    - Philip Courtois, Thinkbot Solutions

  • How can I reconnect to a ignored bluetooth device?

    Hello community,
    I have the following problem: I have ignored one bluethoot device on my iPhone. Now I need this device again, but the iPhone can not find the bluetooth device. It will not be displayed. Is there a way to show these "ignored devices" again?
    I would be very grateful for a tip
    German/Deutsch
    Hallo Community,
    Ich habe folgendes Problem: Ich habe ein Bluetooth-Gerät auf meinem iPhone ignoriert. Nun aber benötige ich dieses Gerät wieder, aber das iPhone kann das Bluetooth-Gerät nicht mehr finden. Es wird nicht mehr angezeigt. Gibt es eine Möglichkeit, diese "ignorierten" Geräte wieder anzuzeigen?
    Ich wäre sehr dankbar für einen Tip

    Hello Toby,
    your iDevice can´t ignore a bluetooth device completely. If your device is using the wrong bluetooth device, you can ignore it.This only prohibites the "auto connect". The Bluetooth device is still found,if it is within reach.
    My problem was that I was not able to connect to my bose sound system. I could solve the problem. I have ignored all bluetooth connections on my iDevice and I then deleted the "Device List" on my Bose system. Since then, the two Bluetooth devices can connect without any problems.
    I hope I could help...
    Denis

  • Can I pair and use two bluetooth headphones (Jabra Halo2) to play movies off my iMac?

    The wife and I are in search of a solution to watch streaming content off our computer without disturbing our infant that's in a crib in the same room. Is this possible with 2 pairs of Jabra Halo2's or similar bluetooth headphones?

    No, BT doesn't have the possibility to connect to two separate devices at once.
    You could check out the connection between the 2 speakers though?
    So, you connect your iphone to one of the speakers and then connect that speaker to the other one.
    All you need to check right now is check if Celsus Bluetooth Sound Bar supports pairing between them (which it should).

  • How to share songs and files via bluetooth?

    How do i share songs and files from my iphone to another file via bluetooth? The devices dont even detect one another. please hepl me at the earliest.

    You can't

  • How to programmatically load and show the front panel of a vi but NOT run it?

    Is there a way to load and show the front panel of a vi but NOT run it?  I am starting with the AsynchronousCallAndForget.vi from the example finder and inserted an invoke node with the FP Open method call prior to the Start Asynchronous Call node. The vi I am loading has the "Run when opened" unchecked and the menu bar IS visible so I can manually click the run arrow. Thanks!
    Solved!
    Go to Solution.

    Why are you using the Async call? If you simply open the VI reference, then call the FP.Open method this works fine. You can then call the VI run method with Wait Until Done set to false if you wish to run it Asynchronously, this is how we did it in ye olde days before we had this new fangled "Start Asynchronous Call" stuff. 
    Charles Chickering
    Architecture is art with rules.
    ...and the rules are more like guidelines

Maybe you are looking for