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
开发者_Go百科Is it possible to check over Bluetooth if Android is running on a mobile phone?Since it\'s a random/untrusted device you\'ll have to rely on passive techniques and statistical analysis:
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 the
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.
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
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
I\'m new to both winsock and bluetooth programming. I need to develop a bluetooth service to run on a pc.
I try to create a service with: LocalDevice localDevice = LocalDevice.getLocalDevice(); localDevice.setDiscoverable(DiscoveryAgent.GIAC);
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
I have to develope a software that connect to an external device. The problem is the connection. Is there a way to connect without Apple\'s special chip?