bluetooth

Is there an API call to start a scan for hardware devices

Related to this question, but... is it possible to trigger via API a new hardware device scan? I have a serial port Bluetooth device that I'm pairing automatically via API calls with 32feet.net .NET Bluetooth, which works quite nicely. While i can query for the serial services in the scanning of the device, the COM ports don't show up i...

iphone blue tooth connection

hi... here i have two (1 & 2) doubt . anybody clarify it . pls help. 1) I want do that trasferring data in between iPhone and other bluetooth device , (it may be iPhone/ipod touch , any other mobile like nokia samsung or any pc...). is it possible in iPhone programming . ? if possible pls give me guide lines..... 2) can we te...

Link table in Access database to Bluetooth device list

I have a Bluetooth enabled Laptop & I have 2 Bluetooth enabled mobiles named as AX1 & AY1 My Laptop display these mobiles in main window of Bluetooth as follows AX1 AY1 I am aware that Bluetooth has device list(a data list like table) & the same is dispayed in main window(like a form). My question is how to link this device list in my ...

Separate NSData into smaller NSMutableData objects

I am unsure of how to separate a NSData object into smaller parts so that I can send it over bluetooth. I believe it is a method similar to this: - (void)getBytes:(void *)buffer range:(NSRange)range I do not know what to pass in for the buffer. Do I just pass in a NSMutableData object to hold the bytes that I pull out of the original ...

Programmatically connect to a Bluetooth headset from an Android application

I am looking for a way to initiate the audio connection between the Android phone and my headset within my application. The idea is to simplify the connection process in such a way that the user doesn't have to go through the different settings menus anymore (Apps -> Settings -> Wireless & Networs -> Bluetooth settings). Both devices a...

How to read data from external BT dongle in core-java?

Hi I am trying to read the data from external bluetooth dongle connected to my machine as soon as it receives the data from any other bluetooth device in java.I do not know how to achieve this.If any one knows how to do this please help me. ...

Bluetooth -> service discovery failed

Hello, I'm writing an application which is able to communicate with my PC. I have used the Bluetooth functionalities of the SDK 2.1. I can find devices, get their MAC address, create a RFCOMM socket, but when I start the connection, I get the following error message : Service discovery failed. 1)Is it because of the UUID which is no...

Bluetooth development on windows

i need to create an application on a window machine that will communicate with a portable device over bluetooth...i am new to bluetooth so i was wondering what sort of APIs and drivers were available in the windows system...I know there is the bluez stack in Linux and OSX but not so much about the windows system. and also i need to tran...

Mac OS X/Bluetooth: Programmatically disable simple pairing?

The Bluetooth Explorer app from the dev tools (/Developer/Applications/Utilities/Bluetooth/) allows you to turn off Simple Pairing on your device. (Run the app, select menu item: "Utilities>Get Local Device Info", and click on the "Simple Pairing" tab). How would a 3rd-party application do this? ...

Accessing Bluetooth via Bonjour/GameKit from the iPhone SDK simulator (circa 3.1.3)

I'm in the process of getting hardware for an iPhone prototype, and I'm wondering if it's possible to access bluetooth (ExternalAccessory, Bonjour or GameKit) exposed by development box (eg. a macbook) using the SDK's simulator as of the latest version (3.1.3 at the time of writing) Before I get any answers on the subject, I accept that...

Iphone How to know if Bluetooth headset connected

Hi, using iphone sdk 3.1.2. Is there anyway of knowing if a Bluetooth headset is connected to the device? Don't need any info except if its connected or not. This is different from knowing if one was plugged in or not which one can do via a Property Listener of an Audio Session. Thanks ...

Bluetooth : connect with service name

hello, I'm writing a client application to connect a bluetooth device. I only only know the name of the service of the bluetooth device. How ccan I connect with the service name and not with an uuid ? Or How could I find the server UUID ? Thank a lot, Cédric ...

Error in java (sift package)

I am getting an error with h following code: http://www.codemiles.com/java/connecting-to-pc-from-mobile-using-bluetooth-in-java-t711.html the error is: C:\Documents and Settings\admin\My Documents\NetBeansProjects\sift\src\sift\PCServerCOMM.java:72: cannot find symbol symbol : class MOBILEOR_GUI location: class sift.PCServerCOMM MO...

programatically detect bluetooth from iphone

hi expert, is it any possibilities programatically to detect bluetooth device from iphone, i done for wifi detection using WifiManager.bundle thanks ...

How is the Bluetooth connection by Visual Basic

How is the Bluetooth connection by Visual Basic Dot Net readers and text sent by the Bluetooth and thank you ...

Using Android app to interact with a Windows application

I'll come up with any excuse to get a chance to write my first Android application. I've never done much with it except for a couple of tutorials. I've got a Windows application that controls a device, and the computer isn't necessarily right next to it. I think it would be great to be able to use my Droid to issue the device commands...

how to check Bluetooth is enabled or not if not then enable it programatically iphone sdk

hello i am new to iphone, i am developing a application in which i have to check that Bluetooth is enabled or not if not then enable it programatically so how can i do this please help. Thanking You Rajesh ...

Bluetooth video streaming

Can anyone please direct me to learn something about Bluetooth video streaming programming using j2se and j2me technologies as i want to stream live video from pc to mobile phone through Bluetooth. I am caputring video using jmf and then converting the captured video to 3gp format. I want to stream this video to mobile phone(I have tra...

bluetooth printer library for iphone

Is there any library available for IPhone (both paid/free/open source) which gives printing support over bluetooth for most common printers. ...

Has BluetoothAuthenticateDevice Stopped Working Since Vista SP2?

The Win32 call BluetoothAuthenticateDevice doesn't seem to function properly since Vista SP2. If you pass in null for the PIN code, the Bluetooth Connection Wizard is supposed to be displayed, allowing the user to enter the pin code and pair the device. This was working fine until I installed SP2. Now, BluetoothAuthenticateDevice is fa...