Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to connect android phone to printer via bluetooth?

I know that android sdk 2.0 has provided the new bluetooth API for developers. But I'm not sure if this can help me connect to bluetooth printers. Are there any protocol restrictions or device limitaion for this? Is it possible that the bluetooth device is undetectable by android phone?

like image 619
Chilly Zhong Avatar asked Jan 07 '10 03:01

Chilly Zhong


1 Answers

I don't think BPP is a protocol that is inherently supported to the android implementation of bluetooth. The Sybase iAnywhere Blue SDK (2) looks to be a way that you can implement it within custom applications.

like image 152
jsoverson Avatar answered Oct 22 '22 08:10

jsoverson