Bluetooth lib
-
- Posts: 143
- Joined: Tue Feb 25, 2014 1:27 pm
Bluetooth lib
It is often the case that data on a Smart Phone needs to be sent/synchronised to another device, typically a desktop/laptop PC. Most modern phones/tablets/PCs support Bluetooth, so if SB can make this possible, it would be most useful.
Re: Bluetooth lib
As a PB user, I came just to see if I can make an SB app that can communicate via BT...
Re: Bluetooth lib
Hey! You already can use a cordova bluetooth plugin for that.
My current (in development) project uses it and can connect and share bidirectional data without problems
My current (in development) project uses it and can connect and share bidirectional data without problems

Re: Bluetooth lib
BT has almost 20 different profiles. It can basically do anything and has transparent encryption and compression that is actually in the standard. The file transfer profile is called FTP ironically enough.. AVRCP for remote playback control, BPP for printing, DUN for dialup networking, A2DP for streaming, HFP for headset and car hands free stuff etc..
The problem is most devices have a range of less than 10 meters..
The problem is most devices have a range of less than 10 meters..