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

送分小仙女□ 提交于 2019-12-09 05:48:01

问题


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?


回答1:


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.




回答2:


BPP UUID is 00001120-0000-1000-8000-00805F9B34FB. I have a feeling it might be possible by connecting to the BPP UUID using Android's RFCOMM method calls.



来源:https://stackoverflow.com/questions/2017968/is-it-possible-to-connect-android-phone-to-printer-via-bluetooth

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!