etrey
etrey

Reputation: 487

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

Upvotes: 6

Views: 547

Answers (1)

Donn Felker
Donn Felker

Reputation: 9651

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

Upvotes: 3

Related Questions