Bluetooth APIs for WindowsXP

Hello.
I'm trying to develop an application that uses JSR-82 to communicate with mobile phones. The problem is that I need OBEX support and control over the pairing of the devices and there is not any free API with these two things. I've tried BlueCove and Avetana JSR-82 implementation. Avetana for Windows XP is quite good but it's not open source.
Do you know any other Bluetooth implementation or stack I could use?
Best regards.

Double-posted:
http://forum.java.sun.com/thread.jspa?threadID=5266020

Similar Messages

  • Serious help needed regarding bluetooth APIs for j2se

    I am pursuing my bachelors degree, as part of my final year I have to complete a project which is based on bluetooth connection between the PC and mobile device.
    On PC j2se and On mobile j2me
    j2me has JSR 82 API
    j2se ?
    please tell me what is needed to establish the connection and how this is to be implemented

    I'm looking to setup a simple (one-way) messaging system to send text to mobile devices. I use Java 2 sdk 1.5 and am looking for some sort of API (jar file to extend with) so that this becomes possible. Do you have any suggestions? Thanks is advance.

  • Javadoc for Bluetooth API?

    Where can I download the Javadoc for Bluetooth API?

    the javadoc is available with SUN WTK2.5 (<wtk_folder>/docs/api/jsr082)

  • A2DP API for bluetooth?

    Hi,
    I want to send a sound to a a BT module. This module is like a headset.
    I searched everywhere for a BT example for WP8 but I can't find any help.
    I have this code:
    StreamSocket socket = new StreamSocket();
    await socket.ConnectAsync(peer.HostName, "1");
    Why "1"? In the sample, RFCOMM is selected. If I want A2DP, what should I write?
    Another question is: is there an API for A2DP? The protocol is really hard to understand. And I don't know where to begin if I have to write all without any library... All with socket.OutputStream()?
    Hope someone can help me with this problem.
    Thank you!
    Adriano

    Thank you very much Mark,
    I was afraid, that it was not possible.
    WP8 has the A2DP and  AVRCP protocol, but developers have to write again the entire protocol that is already present in the system to communicate with BT speakers?
    I want to send 2 audio streams to 2 BT-speakers at the same time. Do you think, is it possible with Windows Phone 8?
    From your links, I saw that there is a way to send data to the device without RFCOMM.
    Old code:
    StreamSocket socket = new StreamSocket();
    await socket.ConnectAsync(peer.HostName, "1");
    New code:
    StreamSocket socket = new StreamSocket();
    await socket.ConnectAsync(peer.HostName, "{0000110D-0000-1000-8000-00805F9B34FB}");
    DataWriter dataWriter = new DataWriter(socket.OutputStream);
    DataReader dataReader = new DataReader(socket.InputStream);
    AdvancedAudioDistributionService: GUID = {0000110D-0000-1000-8000-00805F9B34FB}
    AudioSourceService: GUID = {0000110A-0000-1000-8000-00805F9B34FB}
    HeadsetService: GUID = {00001108-0000-1000-8000-00805F9B34FB}
    I will try with this.
    Thank you again for the links. Once I got it, I will insert a little example on this topic. Maybe it can help someone.
    Adriano

  • How to download Bluetooth API documentation?

    How can I download Bluetooth API documentation?
    In java.sun.com I found this API documentation but it seem I have
    to stay online to have access. It will very costly for me.
    Anyone can help?
    Thank You.

    Hi!
    You can download the Bluetooth specification and API documentation from here:
    http://jcp.org/en/jsr/detail?id=82
    -Henrik

  • J2SE Bluetooth API

    Hello,
    I�m working on a project where I have to build a bluetooth server to connect Mobiles to it.
    The problem I have is to find an API to use bluetooth under J2SE. It seems to be easy to find that for J2ME, but not for J2SE.
    I found something on benhui.net, but I�m not sure if this is the best solution.
    Does someone have experiences with something like that?
    I would be very happy to have an API for Win AND Linux. I think I will try the solution from benhui.net, but perhaps someone has a better idea.
    And what about a Linux API? I found that JBluez at sourceforge, but this project seems to be dead (nothing happened there for about 2 years).

    You can map the BT to a COM port on your machine using an adapter software (usually comes with the BT package) and then use APIs that uses the Java COMM API to connect to mobiles that are already connected to the machine via this adapter. such APIs like JSMS authored by http://www.objectxp.com/
    this is not the propper place to post this question, since there is a froums related to the wireless fields at http://forums.java.sun.com/wireless
    GoodLuck
    Regards,
    Mohammed Saleem

  • Can I configure a gsm modem via bluetooth API

    Hi all
    Can I configure a gsm modem via bluetooth API ?
    thanks in advance
    Vishin Das V D

    Hi deepspace
    Could you please go through this thread ? http://forum.java.sun.com/thread.jspa?threadID=5211663&messageID=9860406#9860406
    it will be a great help for me
    Thanks
    Vishin Das V D

  • Reception power & bluetooth API

    Hi everybody!
    I would like to get the reception power (or the SNR) in a bluetooth headset, but I cannot find any bluetooth API that gives me this information.
    Can you help me, please?
    Thanks!
    Luis.

    Hello!
    This question is better suited for our developer forums at developer.palm.com and go to the forums there.  There is an API section to which this question can get answer easily. 
    Message Edited by thetreoguy on 12-04-2009 07:41 PM

  • Toshiba Bluetooth API ( SDK )

    Hi,
    Does anyone here use the Toshiba Bluetooth API ?
    I have the Toshiba USB Bluetooth Dongle (Adapter), and I am trying to initiate an audio connection with a remote headset, but the API only includes L2CAP and RFCOMM connection, whereas an SCO connection is needed for audio.
    An audio connection can be create when the headset initiates the connection ( i.e. by pressing one of the buttons on the headset while the headset is enabled) , but I want the PC to initiate the connection.
    Does anyone have any idea?
    Thanks.

    Hi
    Im not very familiar with API or SDK but I found this Microsoft page.
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/APISP/html/sp_ppc_bluetooth_api__amdi.asp
    Maybe it will be a little help for finding a answer of your question.
    Bye

  • Without Bluetooth api

    Is passible to write midlet in java 2me without use Bluetooth api
    which will connect two or more phones throw Bluetooth.
    Bluetooth API is implemented in a few expensive Phones only.
    Thank for Your Advance

    Hi,
    how do you want to use bluetooth without bluetooth API?
    ...how do you want to paint w/o a grpahics API, how do you want to write w/o a pen? :-)
    There must always be an API for any kind of functionality.
    The L2CAP is not API, it's protocol and there must be an API implementing this protocol. For the Java ME world you have to use the Bluetooth API defined in JSR-82 - which must be implemented by the device you want to run the application on.
    Rada
    PS: I've heard about an option to connect via BT using standard IO connecotr using some special connection string, but I've never tried it and I have no info about it.

  • How SUN Bluetooth Inplementation for Desktops programming?

    Hi everyone
    I did read some things about JRS-82 that SUN watches, but it's true that api is only to J2ME?
    I am looking for a Bluetooth implementation for Desktops, and i found Bluecove.
    I would like to continue to code in "SUN Vision" and not to use thirds libraries for my project. It's Bluecove a library watched by Sun?
    Can I use JRS-82 for desktops? It's easy to use JAVA COMM api to bluetooth app?
    What you tell me?
    Thanks very much.
    FightSurf George Maia.
    Edited by: GeorgeMaia on Mar 25, 2008 1:30 PM

    We can start applications in a particular screen, since Snow Leopard, similar to what Linux has been able to do for some time; however, these screens are not really desktops, since we can't dedicate certain shortcuts/icons to only appear on certain screens.
    Thanks, Eric.  Perhaps I wasn't clear in the above.  I realize we can start applications in certain desktops, but that is NOT what I'm after.
    What I would like is the icons (i.e., shortcuts, directories, files) that appear on the desktop, to be different for each desktop.  Such that if I go to Desktop 2, I can place all my game icons/shortcuts there.  Then if I switch to Desktop 3, I might have all my Office programs there, but not my games.  Does that make sense?
    Eventually I might also want my Dock to have different icons based on what desktop I'm using, but I figure that's even more difficult.

  • Need API for creation of tag cloud

    Hi,
    I have a requirement to create a tag cloud based on a particular business logic. Does Webcenter provide API for the same?
    Can I customize the "Tagging - Tag Cloud" task flow? If yes, how and to what extent?
    Thanks in advance,
    Anurag

    Hi  Ajit,
      No another FM is available . U can directly create using transaction SE01 .
    Or u can create using BDC .

  • API for open purchase order creation

    Hi,
    Is thier any API for creation of open purchase order?
    Thanks
    triveni

    see if this helps
    Re: APIs in PO
    Mahendra

  • How to use a bluetooth cellphone for audio input and output

    Hello, I was wondering how to set-up my Mac Book so that I can use my bluetooth cellphone for audio in and audio out. Ideally, I would like to use my handset for talking on iChat and Skype. Has anyone had any luck doing this? When I bond my cellphone these optiosn do not appear. I know that this is easy to do on a Windows machine but I am not sure about how to do it on my Mac Book.
    Thanks!

    Yes it should do what you want.
    Go to "Audio Midi Setup", and go to the Audio menu and click "Open Aggregate Device Editor". The interface is pretty simple but if you do get stuck, just use the help function in Audio Midi Setup, as it has a step by step guide.
    Then when you return to logic, go to the Preferences>Audio>Drivers section and select Aggregate Device as the new driver rather than either the built in sound or the tascam. Then the inputs and outputs will apply to BOTH devices.

  • After working fine for several months, my iPhone 5 has started dropping bluetooth connectivity for 2 to 5 seconds at a time with my Sony MDR-1RBT headphones.  The headphones work fine with other devices.  I haven't moved to ios7 yet.  Any ideas?

    After working fine for several months, my iPhone 5 has started dropping bluetooth connectivity for 2 to 5 seconds at a time with my Sony MDR-1RBT headphones.  The headphones work fine with other bluetooth devices.  I haven't moved to iOS7 yet.  Any ideas?

    What user troubleshooting have you done on the phone? The steps are restart, reset, restore from backup, restore as new. Understand that a restore will put the latest iOS on your device. It is also possible there is a hardware fault on the device and the Bluetooth is failing. Anything is possible given the scenario you describe.
    And as far as iOS 7.x is concerned, we have 5 different iPhones here at home, all with the latest iOS, a 4, 4s, 5c, and 2-5s and all are working just fine. So, a blanket statement such as the one provided by the other poster is not completely true. Others are not having any issues at all either.

Maybe you are looking for