views:

57

answers:

1

how powerfull is google android bluetooth programming?

is it considered a low level programming langauge/emulator that enables me to have full control over bluetooth? ie protocols,encryption,layers....

+1  A: 

I think you can go through the Android Reference http://developer.android.com/reference/android/bluetooth/package-summary.html . It will give u the complete idea of the bluetooth APIs.

Dev Guide also has fair amount of information over it http://developer.android.com/guide/topics/wireless/bluetooth.html

the100rabh