bluetooth

GKSession using pollling

From what i'm reading in the apple documentation, GKSession works using delegates (for example when receiving data, or establishing connections). Has anybody managed to work with the GKSession using polling ? I'd like my game to test each frame if it has any available data and then read it. The same for establishing a connection. Is t...

USB / Bluetooth API for iPhone?

Hi Is there a Mac OS X Bluetooth or USB API that's easy to work with (specifically if you want to be able to access a connected iPhone and send/receive information)? Thanks. ...

Bluetooth on Lazarus/FreePascal on Mac OS X

Has anyone used Bluetooth on Mac OS X with Lazarus or FreePascal? There is a bluetooth unit, but it currently only supports Linux. Information about existing unit: http://wiki.freepascal.org/Bluetooth I plan to enhance this to support Mac OS, but it would be nice to know if anyone has written any code to use BlueTooth on Mac OS alread...

Bluetooth Objective-C

Is there somewhere I can find example code for listing bluetooth devices natively, as quickly as possible, in Mac OS X? (I'm assuming this will entail Objective-C) I'm trying to write a very simple terminal app that will scan for bluetooth devices at regular (specified) intervals and list the bluetooth network addresses (the hex digits)...

I am looking for sample code using bluetooth.

I am looking for sample code using bluetooth. Please teach when knowing. ...

Sending image from server to client

How to send image from server to client through bluetooth in j2me? ...

Programmatically turn on bluetooth in the iphone sdk?

I have seen a lot of questions about this but no one actually gives a real answer (frameworks to import, actual code etc). They only say with a private api and that will get your app rejected from the app store. I am aware that use of a private api will get my app rejected by I was wondering how to do it for personal use. (iPhone SDK 3....

J2ME, InputStream hangs up after receving 40K of data over Bluetooth

On sending data over bluetooth from PC to my mobile(N73), the Input Stream seems to hang up. InputStream is derived from StreamConnection. PC software is built in VB.net. Mobile in Java ME. Does the InputStream have an internal buffer that needs to be emptied while reading large chunks of data? Data is being received in chunks of 10Kb ...

mobile receipt printing with J2ME via Bluetooth

Hi, I need to make an app in J2ME that can be able to read a SMS and then print it on an epson tm-p60 printer(ESC/POS emulation) via bluetooth. i looked at the epson supprt site but the only ADK/drivers they provide are for: 1.Sun Java2 SDK Standard Edition Version 1.4.2_10 2.Sun Java2 SDK Standard Edition Version 1.4.2_04 3.Sun Java S...

How to detect if a Bluetooth HID device was disconnected?

I'm using CreateFile to open an asynchronous file handle to a Bluetooth HID device on the system. The device will then start streaming data, and I use ReadFile to read data from the device. The problem is, that if the Bluetooth connection is dropped, ReadFile just keeps giving ERROR_IO_PENDING instead of reporting a failure. I cannot re...

How to archive and unarchive images in iphone

I am coding an iphone application where images are transferred from one iphone to another using bluetooth. can anyone tell me how to archive an image and send it to another iphone Then unarchive the image back . Archiving the image directly using NSKeyedarchiver doesnt work. Can anyone post sample code ...

Image transfer from server to client through bluetooth in j2me

How to transfer text and an image from server(pc) to clients(mobiles) through bluetooth in j2me. ...

Communicating with a Flash Lite app and a C# WinForms app?

I'm developing a Flash Lite app that can communicate to a C# app, via Bluetooth. I'm using 32feet.NET for the C# side and its working fine. It uses RFCOMM-SPP which is a sort of bluetooth serial port. Real simple to send data back and forth. You work with bytes. But I'm struggling with the Flash Lite side. I'm trying to use the free K...

Transfer photos from one application to another

can anyone give me sample code to transfer photos from one iphone to another using bluetooth ...

How to get bluetooth mac address from local pc?

I want to get the mac address of the bluetooth device on the pc my application is running on. I have tried the following: private void GetMacAddress() { string macAddresses = ""; foreach (NetworkInterface nic in NetworkInterface.GetAllNetworkInterfaces()) { if (nic.OperationalStatus == OperationalStatus.Up) ...

IphoneSDK : detecting devices with bluetooh (and only detecting)

Hi everyone, I have a simple question about the Iphone SDK bluetooth part. I would like to know if it would be possible under an application to detect all the bluetooth devices (iphone/ipod and others...) and if yes, to get the name of the devices. Thanks a lot guys !! Ad ...

Any Bluetooth library out there to with PythonCE?

PythonCE is a Python port for Windows CE and Windows Mobile. I'm currently working on a project that uses Bluetooth (actually PyBluez) to communicate with a remote device. My project works on Windows, Linux and Mac. The only problem I have porting it to Windows CE or Windows Mobile devices is that I don't know of any Bluetooth library th...

Why is Gamekit designed this way? Even in Client mode all notifications are received

We are not using GKPeerPicker control. We are implementing custom UI. We have done some traditional client-server apps in different languages/platforms. In Gamekit, I have one in server mode and rest of them are in client mode. I am not using Peer mode. Yet, when ever some new client connects all the already connected clients are implic...

BlackBerry - How to detect the bluetooth headset connection event?

I have a bluetooth headset that I paired with my blackberry storm. Whenever I turn on/off the headset, my storm displays the message that the headset is been connected or disconnected and updates the bluetooth indicator icon. I would like to detect that headset connect change event in my application. How do i capture that event change? I...

Shell command to send file via bluetooth on Mac OS x

Hi, is there any way to use a shell script under mac os x to send a file via bluetooth ? thanks in advance Nikko PS: anyone having a solution under windows is welcome too ... ...