Hi, all
Currently I am doing a project involves a bluetooth communication setup between a PDA and a small embedded device. This small embedded device can only be communicated with a virtual serial port over a bluetooth link.
The PDA is the ipaq running with windows mobile 6, and I am using c#.
I had done a program which can communicat...
Hi
My android application is in blueotooth SPP server mode and listening for client devices,
my application knows the passcode required for pairing of that devices.
My question is,
Is it possible to handle pairing request through application.
Thanks and Regards.
...
hi everyone,
I need to connect and send data to Bluetooth from Action Script 3 (AS3)
if there is any idea I'll be glad for your help
Thanks in advance ,
...
Hi!
I try to create a service with:
LocalDevice localDevice = LocalDevice.getLocalDevice();
localDevice.setDiscoverable(DiscoveryAgent.GIAC);
String url = "btl2cap://localhost:"+uuid.toString()+";name="+name+";authorize=true;authenticate=true;encrypt=true";
L2CAPConnectionNotifier notifier = (L2CAPConnectionNotifier)Connector.open(url)...
hello,
I want to write 2 programs with C# one work on PC, the other work on a windows mobile phone.
So I want the PC program to send a signal via Bluetooth ( 1 byte maybe) to the windows mobile phone. and the mobile program (which work on background) handles and accepts this byte without the need of pairing.
how to code this?
please ...
how powerful is Bluetooth programming on Android? is it possible to add new protocols and encryption techniques? or even change in the current protocols? does it support bluetooth 2.1+EDR?
...
Hi everyone, i'm developing bluetooth app on VisualStudio2008 windows mobile 6 sdk.I searched that i will be needing
using microsoft.windowsmobile.sharedsource.bluetooth; for C#
I don't know what .dll files i need. Could any1 give me a dl link ? if possible some example codes on C# on how to discover other bluetooth devices would be ...
is possible to use bluetooth in emulation mode on google android?
what is the current implementation of bluetooth? is it 2.1 +EDR?
...
Hi
I'm new to both winsock and bluetooth programming. I need to develop a bluetooth service to run on a pc.
Looking at the MSDN library they say to use WSASetService(http://msdn.microsoft.com/en-us/library/aa362921%28VS.85%29.aspx) function to publish a service.
The problem is that the WSAQUERYSET(http://msdn.microsoft.com/en-us/librar...
Hello,
I am trying to develope an application that offers a service via bluetooth.
Everything works fine in the emulator but as soon I install it on a real device (6120/X6 Nokia)
the service cannot be found.
If I search for already registered services such as OBEX they are found. So
I think it has something to do with the registratio...
Hi, i am developing an app on windows mobile 6 and to be activesynced with my device. I'm going to develop a simple bluetooth search app on it but i don't know what are the apis and .dll files needed. Any help would be greatly appreciated. thank you
...
Hi everybody!
I can connect desktop computer and my mobile phone by bluetooth and listen music on desktop played on mobile.
Is there any opportunity to capture this sound in Java? (on desktop, like it standard ms windows recorder does)
...
Hi,
I have a widcomm example BluChat "WIDCOMM SDK RFComm Service" running on my PC with an USB dongle (BT-2400P). I would like to connect this chat from my HTC Desire. So I stared with the Java example http://developer.android.com/resources/samples/BluetoothChat/index.html. This is also using BT RFComm. If I'm using my HTC as a server i...
hi
I need to create a custom bluetooth service and I have to develop it using c++. I read a lot of examples but I didn't success in publishing a new service with a custom UUID. I need to specify a UUID in order to be able to connect to the service from an android app. This is what i wrote:
GUID service_UUID = { /* 00000003-0000-1000-80...
Hii all
Can anybody tell me the soft handover algo in BT networks, i mean the seamless connection??
Please share your views and code if some one have,
...
I am trying to write a simple android application to toggle a users bluetooth connection. I would like a single application that can work on all versions of Android 1.5+.
I am aware that the Android 2+ API officially added support for bluetooth however if I am targeting a SDK level of 3 (android 1.5) then I don't get access to the off...
I have several apps which I wrote using the standard SDK. They all connect to RFCOMM devices using bluetooth, so at present, I can only support devices which are 2.0 or newer.
What options are available for backporting a bluetooth app to pre-2.0 apps while re-writing as little code as possible?
Thank you.
...
Is it possible to check over Bluetooth if Android is running on a mobile phone?
...
Hi all,
i am working on a mobile application which needs to use bluetooth to send a file to another mobile device. I'm using Qt for symbian.
my problem is that Qt doesn't provide ready to use API for bluetooth.Only Qt extended(which runs on embedded linux) has API for bluetooth.
Do you have a clue to use bluetooth from Qt on symbian plat...
What is the mac propagation delay with wifi, wimax, and bluetooth? If there is no specific delay, than how can I calculate it?
...