bluetooth

Bluetooth external modem pairing problem - WM6.1

Hi folks, I'm working on an application using embedded visual c++ 4.0 and MFC (yes, it's a legacy system) which runs on windows mobile 6.1 and needs to pair with an external 56k modem via bluetooth. The app uses BthPairRequest (http://msdn.microsoft.com/en-us/library/ms887871.aspx) to do the pairing and WSASetService(http://msdn.microso...

iPhone - Is it possible to write an application over Bluetooth to connect with non-iPhone device ?

I developed a headset device that can connect to iPhone (HFP + A2DP + AVRCP). I want to write an application that will also send and receive data (a few bytes) to/from the headset over Bluetooth. Actually I want to open a Bluetooth connection between iPhone and my device to transfer data. Is it possible ? ...

iPhone Development with Bluetooth SPP OS 3/4

Hi all, I am in the process of developing an iPhone application that communicates with a number of Bluetooth devices that all support Serial Port Profile - well I assume that it is SPP as they show on my MacBook as Serial Port DevB etc. I understand that iPhone OS 3.x does not support SPP - is that correct? Does anyone know if that ha...

get bluetooth paired devices

hi I would like to scan paired bluetooth devices to look for services before perform a discovery of new devices.. There's a way to get paired bluetooth devices with winsock? Could you provide me a sample? Thanks! ...

Will ServiceRecord be available in future versions of the Bluetooth API for Android?

I have a need to get a list of the Bluetooth Services running on an Android device. I can perform the same functionality from a test app on my Mac using the BlueCove library and the following ServiceRecord class. http://bluecove.org/bluecove/apidocs/javax/bluetooth/ServiceRecord.html I'm not able to find similar functionality in the c...

How do I tell if a bonjour service is wi fi or bluetooth?

I am building an app that sends information between two iPhones. The app is working great but the one problem I am having is that I have no way of telling whether bonjour is choosing wi-fi or bluetooth to make the connection. I would like to allow the user to be able to choose which they prefer. Also, is there way to programmatically ...

Sending SMS using Java ME application

I want to a Java ME application that transfers any SMS received to a PC using bluetooth. The PC can then direct the Java ME application via bluetooth to send a response SMS. Is there library available for this architecture or I have to design it myself? Is this approach correct or a better one exists? I want to use bluetooth as then I wi...

Why can't HTC Droid running OTA 2.1 communicate with RFCOMM?

Yesterday we received OTA Android 2.1 on my wife's HTC Droid - HOORAY!!! I am finally able to load my carputer app on her phone. Well we loaded it, but it doesn't work. Specifically, it connects but sees no I/O!!! I paired, re-paired, and re-paired again, every time its the same problem: connect() says we connected successfully, but a...

bluetooth winsock error 10049 on connect()

Hi.. I'm developing a dll in visual-c++ for client side application to connect my pc to my android phone via bluetooth. I use this function to find my bluetooth service on the phone(see commented code!): bool BlueRayXVR::findPairedService(GUID* guid, _SOCKET_ADDRESS* ret){ this->checkStartup(); HBLUETOOTH_DEVICE_FIND found_dev...

Android SPP bluetooth to non Android device

Hi, I'm trying to mimic the success of gilead(http://stackoverflow.com/questions/2660968/) but so far his code in my app fails. I've tried multiple UUIDs but nothing works. When I run sdptool records [address] I get $ sdptool records 00:12:F3:04:80:80 sdptool records 00:12:F3:04:80:80 Service Name: SPP Service RecHandle: 0x10001 Servi...

GameKit Bluetooth Transfer Problem

Hi, I am trying to send a file via Bluetooth using the GameKit framework. The problem I am having though is that I can only send one NSData object at a time, but I need to save it on the other end. this obviously isn't possible without knowing the filename, but i don't know how to transmit that. I've tried to convert it to a string NS...

bluetooth application devlopment

i want to devlop bluetooth(c/c++) applications in linux can any one help me how to and where to start ? can any one one provide me proper tutorial ?? ...

Error: 30509 -- Bluetooth not available iPad and iPhone GameKit stuff

When trying to connect the iPad to the iPhone via bluetooth it stays on the "Looking for other iPhones or iPod touches" screen on both. If i try running the iPhone version on both, they find each other. Is this some sort of restriction? Thanks. also, im getting: 2010-05-22 01:49:52.301 iPadTest[241:207] ********** Loading AX for: com....

Clarifying question about piconets and SDP in the Bluetooth networks

As I understood there are maximum 7 slaves in piconet. SDP protocol uses L2CAP protocol as the transport protocol. So communication between the device which searches other device and the searched device is available when the physical connection is established. So I conclude that only 7 devices can be visible at one search query. Am I rig...

Blackberry - possible to find out when a bluetooth speaker is paired with the device?

Hi I tried understanding the use of the bluetooth package available in the SDK starting version 4.0. But I couldn't find anything which would suggest the detection of a bluetooth headset/speakerphone within an application. I want to initiate a method in my app when it pairs with a bluetooth headset. Any ideas how or where I can start i...

Android: Shut down / loss of bluetooth connection or file receive -> Do something

Hi guys, I want to write an App that monitors my paired bluetooth connection in the following way: If a file comes from a paired source it should be stored. If no file was passed and the bluetooth connection breaks down, my app shall store a dummy file. Storing a file works great, my main issue is how to run this whole thing without h...

bluetooth file send.

i'm new to bluetooth development and i found the 32netfeet . Right now i'm able to search for bluetooth devices nearby and connect to them but how do i send a file e.g SendTest.txt? I tried buttonclick event using the OBEX but i don't understand this is my example code: using InTheHand.Net; using InTheHand.Net.Sockets; using InTheHand.N...

Android: Access to an already paired connection

Hi community, I have a question on accessing already existing paired bluetooth connections... How can a remote service detect an already paired connection and await a file transfer from it? In all comments on stackoverflow, on tutorials, ebooks or on google there is always shown how to create a new connection using sockets and so on, b...

Connecting to bluetooth accessory with iPhone

Can I use GameKit to send data from an iPhone to an accessory, and if not is there some other way to connect without joining the Made for iPhone program ...

Is it possible to have more than P2P on iPhone with Bluetooth

Hi all, This seems like a straightforward google search answer, but after a while, I still can't be 100% sure of this. I've found Z2Live (http://www.z2live.com/), which is basically a layer above GameKit and they too use only P2P with Bluetooth. So I just want to be sure if I can only have P2P with Bluetooth or if I can have like 4 iPho...