tags:

views:

83

answers:

3

I want to send almost 4k size data to any cellphone by using bluetooth.

Firstly to do this, I need to find what stacks are in my phone and what stacks are acting when I send a data.

I really struggle to find the way; however, it is really hard.

If you know how to find it, please give me some information!!

A: 

If you are talking about Windows Mobile, take look at this sample application for Bluetooth device discovery. There are other Bluetooth examples on this page as well.

cdonner
+1  A: 

See http://32feet.NET if you are talking about Windows Mobile. It is a managed library for Bluetooth, OBEX, and IrDA. We support both the Microsoft stack, but also have support for Widcomm now too.

You can either send and receive the data as an OBEX message, or over a simple bluetooth connection. See a copy of the user's guide at http://www.alanjmcf.me.uk/comms/bluetooth/32feet.NET%20—%20User’s%20Guide.html

alanjmcf
A: 

Goto "https://www.bluetooth.org/tpg/listings.cfm" type the name of your mobile. This will give you information on the Bluetooth stack inside and the profiles supported.

suraj