Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Support a new Bluetooth Device in Android

I am looking to add a completely new type of bluetooth device to android. I am wondering if there is an SDK or a way to build device support into and application. Thanks, Ed

like image 414
etrey Avatar asked Jun 03 '10 07:06

etrey


1 Answers

You can communicate via the Bluetooh API's located here: http://developer.android.com/guide/topics/wireless/bluetooth.html

like image 103
Donn Felker Avatar answered Oct 23 '22 16:10

Donn Felker